[FFmpeg-cvslog] doc/muxers: add film_cpk

Stefano Sabatini git at videolan.org
Mon Mar 18 19:02:11 EET 2024


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Mar 12 18:28:28 2024 +0100| [38c18dca6398ae8eb9f59f0b028a152306e8e1eb] | committer: Stefano Sabatini

doc/muxers: add film_cpk

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=38c18dca6398ae8eb9f59f0b028a152306e8e1eb
---

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

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 9a6660e8a7..355dee1806 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1551,6 +1551,17 @@ ffmpeg -re -i ... -c:v libx264 -c:a aac -f fifo -fifo_format flv \
   -map 0:v -map 0:a rtmp://example.com/live/stream_name
 @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 at
+maximum one audio stream.
+
 @section flv
 
 Adobe Flash Video Format muxer.



More information about the ffmpeg-cvslog mailing list