X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fformats.texi;h=a992506ac1d8e56e6f3ad443597c616a3716e3ac;hb=4a69b18242dc39ee50993d55e985d3b2cbbef10b;hp=a97d61063ab3088c282888081d6a0afef4f9f582;hpb=daf38d0753a2fdb4fc34c41735650698a9d50b36;p=ffmpeg diff --git a/doc/formats.texi b/doc/formats.texi index a97d61063ab..a992506ac1d 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -211,7 +211,7 @@ is @code{0} (meaning that no offset is applied). @item dump_separator @var{string} (@emph{input}) Separator used to separate the fields printed on the command line about the Stream parameters. -For example to separate the fields with newlines and indention: +For example, to separate the fields with newlines and indentation: @example ffprobe -dump_separator " " -i ~/videos/matrixbench_mpeg2.mpg @@ -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 @@ -230,30 +234,10 @@ would require too many resources due to a large number of streams. Format stream specifiers allow selection of one or more streams that match specific properties. -Possible forms of stream specifiers are: -@table @option -@item @var{stream_index} -Matches the stream with this index. - -@item @var{stream_type}[:@var{stream_index}] -@var{stream_type} is one of following: 'v' for video, 'a' for audio, -'s' for subtitle, 'd' for data, and 't' for attachments. If -@var{stream_index} is given, then it matches the stream number -@var{stream_index} of this type. Otherwise, it matches all streams of -this type. - -@item p:@var{program_id}[:@var{stream_index}] -If @var{stream_index} is given, then it matches the stream with number -@var{stream_index} in the program with the id -@var{program_id}. Otherwise, it matches all streams in the program. - -@item #@var{stream_id} -Matches the stream by a format-specific ID. -@end table - The exact semantics of stream specifiers is defined by the @code{avformat_match_stream_specifier()} function declared in the -@file{libavformat/avformat.h} header. +@file{libavformat/avformat.h} header and documented in the +@ref{Stream specifiers,,Stream specifiers section in the ffmpeg(1) manual,ffmpeg}. @ifclear config-writeonly @include demuxers.texi