[FFmpeg-devel] [PATCH 3/3] concatdec: update doc
Nicolas George
george at nsup.org
Mon Jun 23 16:49:48 CEST 2014
Le quintidi 5 messidor, an CCXXII, Andrey Utkin a écrit :
> ---
> doc/demuxers.texi | 12 +++++++++++-
> 1 file changed, 11 insertions(+), 1 deletion(-)
Please merge each doc update with the commit that introduce the feature
instead of grouping them all together, that makes walking through the
history easier.
>
> diff --git a/doc/demuxers.texi b/doc/demuxers.texi
> index d51b9d0..efe4551 100644
> --- a/doc/demuxers.texi
> +++ b/doc/demuxers.texi
> @@ -76,7 +76,7 @@ backslash or single quotes.
>
> All subsequent file-related directives apply to that file.
>
> - at item @code{ffconcat version 1.0}
> + at item @code{ffconcat version 1.1}
> Identify the script type and version. It also sets the @option{safe} option
> to 1 if it was to its default -1.
>
> @@ -84,6 +84,9 @@ To make FFmpeg recognize the format automatically, this directive must
> appears exactly as is (no extra space or byte-order-mark) on the very first
> line of the script.
>
> +Version 1.0 refers to earlier versions not having directive @code{format} and
> +option @option{force_duration}.
> +
Please drop this: new options have already been added without bumping the
version. The version number is, for now, intended only for
non-backward-compatible changes.
> @item @code{duration @var{dur}}
> Duration of the file. This information can be specified from the file;
> specifying it here may be more efficient or help if the information from the
> @@ -108,6 +111,9 @@ subfiles will be used.
> This is especially useful for MPEG-PS (VOB) files, where the order of the
> streams is not reliable.
>
> + at item @code{format}
> +Set the demuxer to use when opening the file.
> +
> @end table
>
> @subsection Options
> @@ -136,6 +142,10 @@ Currently, the only conversion is adding the h264_mp4toannexb bitstream
> filter to H.264 streams in MP4 format. This is necessary in particular if
> there are resolution changes.
>
> + at item force_duration
> +If set to 1, demuxer stops reading file entry when frame timestamp reaches
> +stated duration.
> +
> @end table
>
> @section flv
The rest of the comments as replies to the patches themselves.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140623/8e03b228/attachment.asc>
More information about the ffmpeg-devel
mailing list