From ea2de3d09614fcfe53b9406cce57a1bf8cf6d5cd Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Wed, 13 Feb 2013 17:25:56 +0100 Subject: lavf/concatdec: add the "duration" directive. --- doc/demuxers.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/demuxers.texi') diff --git a/doc/demuxers.texi b/doc/demuxers.texi index e4c358c698..c8eec219e8 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -56,6 +56,8 @@ following directive is recognized: Path to a file to read; special characters and spaces must be escaped with backslash or single quotes. +All subsequent directives apply to that file. + @item @code{ffconcat version 1.0} Identify the script type and version. It also sets the @option{safe} option to 1 if it was to its default -1. @@ -64,6 +66,11 @@ 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. +@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 +file is not available or accurate. + @end table @subsection Options -- cgit v1.2.3