Browse code

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>

Steven Liu authored on 2016/09/16 09:58:33
Showing 1 changed files
... ...
@@ -129,6 +129,27 @@ and the input video converted to MPEG-2 video, use the command:
129 129
 ffmpeg -i INPUT -c:a pcm_u8 -c:v mpeg2video -f crc -
130 130
 @end example
131 131
 
132
+@section flv
133
+
134
+Adobe Flash Video Format muxer.
135
+
136
+This muxer accepts the following options:
137
+
138
+@table @option
139
+
140
+@item flvflags @var{flags}
141
+Possible values:
142
+
143
+@table @samp
144
+
145
+@item aac_seq_header_detect
146
+Place AAC sequence header based on audio stream data.
147
+
148
+@item no_sequence_end
149
+Disable sequence end tag.
150
+@end table
151
+@end table
152
+
132 153
 @anchor{framecrc}
133 154
 @section framecrc
134 155