summaryrefslogtreecommitdiff
path: root/doc/ffplay-doc.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-06-09 18:12:07 +0000
committerDiego Biurrun <diego@biurrun.de>2005-06-09 18:12:07 +0000
commit6527639b48d229ecb8cfe2ceaf23eb0f4e1be0d0 (patch)
tree7f03db83e4be0d3041b076ddde0c70bbe09d4b77 /doc/ffplay-doc.texi
parentc9a08db9f7c2fb4c578c6b00a6577d740eab4c92 (diff)
spelling/grammar/wording
Originally committed as revision 4363 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffplay-doc.texi')
-rw-r--r--doc/ffplay-doc.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ffplay-doc.texi b/doc/ffplay-doc.texi
index d4cad5cab9..20525ed958 100644
--- a/doc/ffplay-doc.texi
+++ b/doc/ffplay-doc.texi
@@ -12,8 +12,8 @@
@c man begin DESCRIPTION
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
-various APIs of FFmpeg.
+libraries and the SDL library. It is mostly used as a testbed for the
+various FFmpeg APIs.
@c man end
@chapter Invocation
@@ -44,7 +44,7 @@ disable graphical display
@item -f fmt
force format
@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:
@example
ffplay -img pgmyuv tests/vsynth1/%d.pgm
@@ -54,13 +54,13 @@ ffplay -img pgmyuv tests/vsynth1/%d.pgm
@section Advanced options
@table @option
@item -stats
-show the stream duration, the codec parameters, the current position in
-the stream, and the audio/video synchronisation drift.
+Show the stream duration, the codec parameters, the current position in
+the stream and the audio/video synchronisation drift.
@item -rtp_tcp
-force RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful
-if you are doing stream with the RTSP protocol.
+Force RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful
+if you are streaming with the RTSP protocol.
@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
master clock is used to control audio-video synchronization. Most media
players use audio as master clock, but in some cases (streaming or high