diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2024-03-12 21:33:58 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-03-18 17:59:32 +0100 |
commit | 9754e1f53239533ebd2fb1538c0e295335ce05e3 (patch) | |
tree | 3b74b5734516585109ef433010f85e0b75a67544 | |
parent | 38c18dca6398ae8eb9f59f0b028a152306e8e1eb (diff) | |
download | ffmpeg-9754e1f53239533ebd2fb1538c0e295335ce05e3.tar.gz |
doc/muxers: add filmstrip
-rw-r--r-- | doc/muxers.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 355dee1806..407f379754 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1562,6 +1562,12 @@ For more information regarding the Sega film file format, visit It accepts at maximum one @samp{cinepak} or raw video stream, and at maximum one audio stream. +@section filmstrip +Adobe Filmstrip muxer. + +This format is used by several Adobe tools to store a generated filmstrip export. It +accepts a single raw video stream. + @section flv Adobe Flash Video Format muxer. |