diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-08-26 16:22:44 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-08-27 14:38:19 +0200 |
commit | 21015109ec0fac0f104a5355f272ecb956ba3f4e (patch) | |
tree | 990a8a7a7bd7d12dcf0d00b63310ed531e4de6d6 /doc/demuxers.texi | |
parent | f812eeda17e38797df5cb733ce99cdfd829d84ca (diff) | |
download | ffmpeg-21015109ec0fac0f104a5355f272ecb956ba3f4e.tar.gz |
doc: Document the flv demuxer
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index b78cf680ef..36292b895f 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -88,4 +88,15 @@ the caller can decide which variant streams to actually receive. The total bitrate of the variant that the stream belongs to is available in a metadata key named "variant_bitrate". +@section flv + +Adobe Flash Video Format demuxer. + +This demuxer is used to demux FLV files and RTMP network streams. + +@table @option +@item -flv_demuxer @var{bool} +Allocate the streams according to the onMetaData array content. +@end table + @c man end INPUT DEVICES |