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

Lou Logan lou at lrcd.com
Thu Sep 15 02:30:28 EEST 2016


On Wed, 14 Sep 2016 10:25:01 +0800, Steven Liu wrote:

> From eb8856c6296eedb97a903028a93b2b1b23c50c97 Mon Sep 17 00:00:00 2001
> From: Steven Liu <lingjiujianke at gmail.com>
> Date: Wed, 14 Sep 2016 10:20:51 +0800
> Subject: [PATCH] doc/muxers: add flv muxer document into doc/muxers
> 
> add flvflags aac_seq_header_detect and flvflags no_sequence_end document
> into doc/muxers
> 
> Signed-off-by: Steven Liu <lingjiujianke at gmail.com>
> ---
>  doc/muxers.texi | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index ccf8ea1..c8bd874 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -1047,6 +1047,23 @@ ffmpeg -i file.mpg -c copy \
>       -y out.ts
>  @end example
>  
> + at section flv
> +
> +flv muxer.

Adobe Flash Video Format muxer.

> + at subsection Options
> +
> +The muxer options are:

This muxer accepts the following options:

> + at table @option
> +
> + at item flvflags aac_seq_header_detect
> +If this flag is set, the muxer will put AAC sequence header based on audio stream data.
> +
> + at item flvflags no_sequence_end
> +If this flag is set, the muxer will have no sequence end tag at the end of flv.
> + at end table
> +

Please refer to other flag type option examples for the proper
formatting (search "@table @samp").


More information about the ffmpeg-devel mailing list