diff options
author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2021-12-26 16:47:57 -0800 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2021-12-31 17:26:01 +1000 |
commit | 73f6cce936130abde06ec3a39d0a4cdabfef01e4 (patch) | |
tree | e8ec15eb3ede01a728084f21e31b5edfb571f2e7 /doc/demuxers.texi | |
parent | d590e211a28cecd04559ab9a6a223a87fa974ee3 (diff) | |
download | ffmpeg-73f6cce936130abde06ec3a39d0a4cdabfef01e4.tar.gz |
avformat/imf: Demuxer
Signed-off-by: Pierre-Anthony Lemieux <pal@palemieux.com>
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 593ff34c86..b474a24278 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -274,6 +274,12 @@ which streams to actually receive. Each stream mirrors the @code{id} and @code{bandwidth} properties from the @code{<Representation>} as metadata keys named "id" and "variant_bitrate" respectively. +@section imf + +Interoperable Master Format demuxer. + +This demuxer presents audio and video streams found in an IMF Composition. + @section flv, live_flv, kux Adobe Flash Video Format demuxer. |