X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fdemuxers.texi;h=c8eec219e8fe49ac9e8a341d592a8252aa55596b;hb=214cb30b72b9ac4af8502e5d4c79b845bc44e386;hp=e4c358c6982cd84e7ba67515fcd1ba13f508e432;hpb=4ba35194a9d79b80a606aafe8744d82de5b4bcf4;p=ffmpeg diff --git a/doc/demuxers.texi b/doc/demuxers.texi index e4c358c6982..c8eec219e8f 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