summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorSteven Liu <lingjiujianke@gmail.com>2016-09-16 08:58:33 +0800
committerLou Logan <lou@lrcd.com>2016-09-16 16:16:04 -0800
commit3ea28f3f79edaf80b2ef8eb4ae1977ae883af872 (patch)
tree363d8519ee04afd503d890f898484cb1cb5c1306 /doc/muxers.texi
parent8433d953e4f13b515b80f7d20c61a44efc6a448f (diff)
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@lrcd.com>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index ccf8ea169c..27eb9a0f69 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
+@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