diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2024-03-12 18:28:28 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-03-18 17:59:26 +0100 |
commit | 38c18dca6398ae8eb9f59f0b028a152306e8e1eb (patch) | |
tree | 639abdab41ea96a54219a06f6bd3bc660ecbc142 | |
parent | be37ce70fe1713f3272dee29b43d976807d4d8b3 (diff) | |
download | ffmpeg-38c18dca6398ae8eb9f59f0b028a152306e8e1eb.tar.gz |
doc/muxers: add film_cpk
-rw-r--r-- | doc/muxers.texi | 11 |
1 files changed, 11 insertions, 0 deletions
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 +@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 at +maximum one audio stream. + @section flv Adobe Flash Video Format muxer. |