]> git.sesse.net Git - ffmpeg/commitdiff
doc/muxers: add flv muxer document into doc/muxers
authorSteven Liu <lingjiujianke@gmail.com>
Fri, 16 Sep 2016 00:58:33 +0000 (08:58 +0800)
committerLou Logan <lou@lrcd.com>
Sat, 17 Sep 2016 00:16:04 +0000 (16:16 -0800)
add flvflags aac_seq_header_detect and flvflags no_sequence_end
document into doc/muxers

Reviewed-by: Lou Logan <lou@lrcd.com>
doc/muxers.texi

index ccf8ea169c79d753bff91266f5c959ee90d0e94d..27eb9a0f694582a14ceecee467a125c8d5172fcf 100644 (file)
@@ -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
 
+@section flv
+
+Adobe Flash Video Format muxer.
+
+This muxer accepts the following options:
+
+@table @option
+
+@item flvflags @var{flags}
+Possible values:
+
+@table @samp
+
+@item aac_seq_header_detect
+Place AAC sequence header based on audio stream data.
+
+@item no_sequence_end
+Disable sequence end tag.
+@end table
+@end table
+
 @anchor{framecrc}
 @section framecrc