diff mbox series

[FFmpeg-devel,1/2] doc/muxers: add film_cpk

Message ID 20240312203436.361043-1-stefasab@gmail.com
State New
Headers show
Series [FFmpeg-devel,1/2] doc/muxers: add film_cpk | expand

Checks

Context Check Description
yinshiyou/configure_loongarch64 warning Failed to apply patch
andriy/configure_x86 warning Failed to apply patch

Commit Message

Stefano Sabatini March 12, 2024, 8:34 p.m. UTC
---
 doc/muxers.texi | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Marth64 March 12, 2024, 9:10 p.m. UTC | #1
> SEGA FILM (.cpk) muxer.
> This format was used as internal format for several SEGA games.
> For more information regarding the Sega FILM file format

(trivial nit) Sega should be capitalized SEGA I believe, this would make it
consistent in all 3 lines.
But it's still fine.

LGTM.
diff mbox series

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 12bc433409..7f9ff9929f 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1587,6 +1587,17 @@  ffmpeg -re -i ... -c:v libx264 -c:a aac -f fifo -fifo_format fifo_test -format_o
   -drop_pkts_on_overflow 1 -attempt_recovery 1 -recovery_wait_time 1 out.test
 @end example
 
+@section film_cpk
+SEGA FILM (.cpk) muxer.
+
+This format was used as internal format for several SEGA games.
+
+For more information regarding the Sega FILM file format, visit
+@url{http://wiki.multimedia.cx/index.php?title=Sega_FILM}.
+
+It accepts at maximum one @samp{cinepak} or raw video stream, and maximum one audio
+stream.
+
 @section flv
 
 Adobe Flash Video Format muxer.