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

Stefano Sabatini stefasab at gmail.com
Tue Mar 12 22:34:35 EET 2024


---
 doc/muxers.texi | 11 +++++++++++
 1 file changed, 11 insertions(+)

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
 
+ at 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
+ at 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.
-- 
2.34.1



More information about the ffmpeg-devel mailing list