mirror of https://git.ffmpeg.org/ffmpeg.git
avplay: add examples of how to specify size/pixel format through private options
Clarify with an example what the user should use instead of the deprecated (and no longer working) -s/-pix_fmt options. Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
143d6a3fa7
commit
b6d28eff84
|
@ -39,7 +39,8 @@ Force displayed width.
|
||||||
Force displayed height.
|
Force displayed height.
|
||||||
@item -s @var{size}
|
@item -s @var{size}
|
||||||
This option has been removed. Use private format options for specifying the
|
This option has been removed. Use private format options for specifying the
|
||||||
input video size.
|
input video size. For example with the rawvideo demuxer you need to specify the
|
||||||
|
option @var{video_size}.
|
||||||
@item -an
|
@item -an
|
||||||
Disable audio.
|
Disable audio.
|
||||||
@item -vn
|
@item -vn
|
||||||
|
@ -70,7 +71,8 @@ also sources and sinks).
|
||||||
@table @option
|
@table @option
|
||||||
@item -pix_fmt @var{format}
|
@item -pix_fmt @var{format}
|
||||||
This option has been removed. Use private options for specifying the
|
This option has been removed. Use private options for specifying the
|
||||||
input pixel format.
|
input pixel format. For example with the rawvideo demuxer you need to specify
|
||||||
|
the option @var{pixel_format}.
|
||||||
@item -stats
|
@item -stats
|
||||||
Show the stream duration, the codec parameters, the current position in
|
Show the stream duration, the codec parameters, the current position in
|
||||||
the stream and the audio/video synchronisation drift.
|
the stream and the audio/video synchronisation drift.
|
||||||
|
|
Loading…
Reference in New Issue