diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-07-25 00:49:39 +0200 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-07-30 10:00:04 +0530 |
commit | 67fb9c75efec9f069fc57b3ed211a35c63c686e5 (patch) | |
tree | 2eb22d5b642e37855db3daf4517abaf298b9fe53 /doc/formats.texi | |
parent | 269daf5985db693012cf541beb450252193a9e6f (diff) | |
download | ffmpeg-67fb9c75efec9f069fc57b3ed211a35c63c686e5.tar.gz |
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>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r-- | doc/formats.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/formats.texi b/doc/formats.texi index a97d61063a..4f334e03c7 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -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 |