X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fformats.texi;h=a992506ac1d8e56e6f3ad443597c616a3716e3ac;hb=4a69b18242dc39ee50993d55e985d3b2cbbef10b;hp=4f334e03c7a41b0d7ce16329d476989e662dddaa;hpb=8822e2b9543bb02fb2889dff627b6db023053253;p=ffmpeg diff --git a/doc/formats.texi b/doc/formats.texi index 4f334e03c7a..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 @@ -234,30 +234,10 @@ At present, applicable for MPEG-PS and MPEG-TS. 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