Commit 992772b9 authored by Stefano Sabatini's avatar Stefano Sabatini

doc: remove references to external documents

Fix a few warnings generated when creating the manuals.

Our current doc generation toolchain does not allow to reference external
documents.
parent 1d29624c
...@@ -152,11 +152,12 @@ directory. ...@@ -152,11 +152,12 @@ directory.
This file can be useful for bug reports. This file can be useful for bug reports.
It also implies @code{-loglevel verbose}. It also implies @code{-loglevel verbose}.
Setting the environment variable @code{FFREPORT} to any value has the same Setting the environment variable @code{FFREPORT} to any value has the
effect. If the value is a ':'-separated key=value sequence, these options same effect. If the value is a ':'-separated key=value sequence, these
will affect the report; options values must be options will affect the report; options values must be escaped if they
@ref{quoting_and_escaping, escaped} if they contain special characters or contain special characters or the options delimiter ':' (see the
the options delimiter ':'. The following option is recognized: ``Quoting and escaping'' section in the ffmpeg-utils manual). The
following option is recognized:
@table @option @table @option
@item file @item file
set the file name to use for the report; @code{%p} is expanded to the name set the file name to use for the report; @code{%p} is expanded to the name
......
...@@ -23,8 +23,8 @@ libavdevice library. ...@@ -23,8 +23,8 @@ libavdevice library.
The libavdevice library provides the same interface as The libavdevice library provides the same interface as
libavformat. Namely, an input device is considered like a demuxer, and libavformat. Namely, an input device is considered like a demuxer, and
an output device like a muxer, and the interface and generic device an output device like a muxer, and the interface and generic device
options are the same provided by libavformat (see the @ref{FFmpeg options are the same provided by libavformat (see the ffmpeg-formats
formats} manual page). manual).
In addition each input or output device may support so-called private In addition each input or output device may support so-called private
options, which are specific for that component. options, which are specific for that component.
......
...@@ -938,7 +938,8 @@ ffmpeg -i input.mpg -timecode 01:02:03.04 -r 30000/1001 -s ntsc output.mpg ...@@ -938,7 +938,8 @@ ffmpeg -i input.mpg -timecode 01:02:03.04 -r 30000/1001 -s ntsc output.mpg
Define a complex filter graph, i.e. one with arbitrary number of inputs and/or Define a complex filter graph, i.e. one with arbitrary number of inputs and/or
outputs. For simple graphs -- those with one input and one output of the same outputs. For simple graphs -- those with one input and one output of the same
type -- see the @option{-filter} options. @var{filtergraph} is a description of type -- see the @option{-filter} options. @var{filtergraph} is a description of
the filter graph, as described in @ref{Filtergraph syntax}. the filter graph, as described in the ``Filtergraph syntax'' section of the
ffmpeg-filters manual.
Input link labels must refer to input streams using the Input link labels must refer to input streams using the
@code{[file_index:stream_specifier]} syntax (i.e. the same as @option{-map} @code{[file_index:stream_specifier]} syntax (i.e. the same as @option{-map}
......
...@@ -240,8 +240,8 @@ And finally inserted in a filtergraph like: ...@@ -240,8 +240,8 @@ And finally inserted in a filtergraph like:
drawtext=text=\'Caesar: tu quoque\, Brute\, fili mi\' drawtext=text=\'Caesar: tu quoque\, Brute\, fili mi\'
@end example @end example
See the @ref{quoting_and_escaping, Quoting and escaping} section for See the ``Quoting and escaping'' section in the ffmpeg-utils manual
more information about the escaping and quoting rules adopted by for more information about the escaping and quoting rules adopted by
FFmpeg. FFmpeg.
@c man end FILTERGRAPH DESCRIPTION @c man end FILTERGRAPH DESCRIPTION
...@@ -5371,12 +5371,12 @@ starting from this seek point, the parameter is evaluated with ...@@ -5371,12 +5371,12 @@ starting from this seek point, the parameter is evaluated with
postfix. Default value is "0". postfix. Default value is "0".
@item streams, s @item streams, s
Specifies the streams to read. Several streams can be specified, separated Specifies the streams to read. Several streams can be specified,
by "+". The source will then have as many outputs, in the same order. The separated by "+". The source will then have as many outputs, in the
syntax is explained in the @ref{Stream specifiers} chapter. Two special same order. The syntax is explained in the ``Stream specifiers''
names, "dv" and "da" specify respectively the default (best suited) video section in the ffmpeg manual. Two special names, "dv" and "da" specify
and audio stream. Default is "dv", or "da" if the filter is called as respectively the default (best suited) video and audio stream. Default
"amovie". is "dv", or "da" if the filter is called as "amovie".
@item stream_index, si @item stream_index, si
Specifies the index of the video stream to read. If the value is -1, Specifies the index of the video stream to read. If the value is -1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment