Browse Source

doc/formats: Add documentation for skip_estimate_duration_from_pts

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
tags/n4.1
Michael Niedermayer Gyan Doshi 7 years ago
parent
commit
67fb9c75ef
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      doc/formats.texi

+ 4
- 0
doc/formats.texi View File

@@ -220,6 +220,10 @@ ffprobe -dump_separator "
@item max_streams @var{integer} (@emph{input})
Specifies the maximum number of streams. This can be used to reject files that
would require too many resources due to a large number of streams.

@item skip_estimate_duration_from_pts @var{bool} (@emph{input})
Skip estimation of input duration when calculated using PTS.
At present, applicable for MPEG-PS and MPEG-TS.
@end table

@c man end FORMAT OPTIONS


Loading…
Cancel
Save