Commit 6527639b authored by Diego Biurrun's avatar Diego Biurrun

spelling/grammar/wording

Originally committed as revision 4363 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c9a08db9
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
@c man begin DESCRIPTION @c man begin DESCRIPTION
FFplay is a very simple and portable media player using the FFmpeg FFplay is a very simple and portable media player using the FFmpeg
libraries and the SDL library. It is mostly used as a test bench for the libraries and the SDL library. It is mostly used as a testbed for the
various APIs of FFmpeg. various FFmpeg APIs.
@c man end @c man end
@chapter Invocation @chapter Invocation
...@@ -44,7 +44,7 @@ disable graphical display ...@@ -44,7 +44,7 @@ disable graphical display
@item -f fmt @item -f fmt
force format force format
@item -img img_fmt @item -img img_fmt
this option is used to force a given image format This option is used to force a given image format
when playing image sequences. Example: when playing image sequences. Example:
@example @example
ffplay -img pgmyuv tests/vsynth1/%d.pgm ffplay -img pgmyuv tests/vsynth1/%d.pgm
...@@ -54,13 +54,13 @@ ffplay -img pgmyuv tests/vsynth1/%d.pgm ...@@ -54,13 +54,13 @@ ffplay -img pgmyuv tests/vsynth1/%d.pgm
@section Advanced options @section Advanced options
@table @option @table @option
@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.
@item -rtp_tcp @item -rtp_tcp
force RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful Force RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful
if you are doing stream with the RTSP protocol. if you are streaming with the RTSP protocol.
@item -sync type @item -sync type
set the master clock to audio (@code{type=audio}), video Set the master clock to audio (@code{type=audio}), video
(@code{type=video}) or external (@code{type=ext}). Default is audio. The (@code{type=video}) or external (@code{type=ext}). Default is audio. The
master clock is used to control audio-video synchronization. Most media master clock is used to control audio-video synchronization. Most media
players use audio as master clock, but in some cases (streaming or high players use audio as master clock, but in some cases (streaming or high
......
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