[FFmpeg-cvslog] doc/muxers: add flv muxer document into doc/muxers

Steven Liu git at videolan.org
Sat Sep 17 03:19:30 EEST 2016


ffmpeg | branch: master | Steven Liu <lingjiujianke at gmail.com> | Fri Sep 16 08:58:33 2016 +0800| [3ea28f3f79edaf80b2ef8eb4ae1977ae883af872] | committer: Lou Logan

doc/muxers: add flv muxer document into doc/muxers

add flvflags aac_seq_header_detect and flvflags no_sequence_end
document into doc/muxers

Reviewed-by: Lou Logan <lou at lrcd.com>

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

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

diff --git a/doc/muxers.texi b/doc/muxers.texi
index ccf8ea1..27eb9a0 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -129,6 +129,27 @@ and the input video converted to MPEG-2 video, use the command:
 ffmpeg -i INPUT -c:a pcm_u8 -c:v mpeg2video -f crc -
 @end example
 
+ at section flv
+
+Adobe Flash Video Format muxer.
+
+This muxer accepts the following options:
+
+ at table @option
+
+ at item flvflags @var{flags}
+Possible values:
+
+ at table @samp
+
+ at item aac_seq_header_detect
+Place AAC sequence header based on audio stream data.
+
+ at item no_sequence_end
+Disable sequence end tag.
+ at end table
+ at end table
+
 @anchor{framecrc}
 @section framecrc
 



More information about the ffmpeg-cvslog mailing list