forked from FFmpeg/FFmpeg
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>
This commit is contained in:
parent
8433d953e4
commit
3ea28f3f79
1 changed files with 21 additions and 0 deletions
|
@ -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 -
|
ffmpeg -i INPUT -c:a pcm_u8 -c:v mpeg2video -f crc -
|
||||||
@end example
|
@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}
|
@anchor{framecrc}
|
||||||
@section framecrc
|
@section framecrc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue