diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-04-08 16:39:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-08 16:39:30 +0000 |
commit | a19caa0f3e05bd31ed9e432687e1f238723f9e28 (patch) | |
tree | 59d59125121ac39a590b25f0ffd68ed174ac06d8 /doc/ffplay-doc.texi | |
parent | 7fad8ed26fee09a6056ba43caadf6e8cc0e4fb95 (diff) | |
download | ffmpeg-a19caa0f3e05bd31ed9e432687e1f238723f9e28.tar.gz |
Mark option arguments as variables using @var{}.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12771 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffplay-doc.texi')
-rw-r--r-- | doc/ffplay-doc.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ffplay-doc.texi b/doc/ffplay-doc.texi index 1ac3156626..19b0864e67 100644 --- a/doc/ffplay-doc.texi +++ b/doc/ffplay-doc.texi @@ -31,30 +31,30 @@ ffplay [options] @file{input_file} @table @option @item -h show help -@item -x width +@item -x @var{width} force displayed width -@item -y height +@item -y @var{height} force displayed height -@item -s size +@item -s @var{size} Set frame size (WxH or abbreviation), needed for videos which don't contain a header with the framesize like raw YUV. @item -an disable audio @item -vn disable video -@item -ss pos +@item -ss @var{pos} seek to a given position in seconds @item -bytes seek by bytes @item -nodisp disable graphical display -@item -f fmt +@item -f @var{fmt} force format @end table @section Advanced options @table @option -@item -pix_fmt format +@item -pix_fmt @var{format} set pixel format @item -stats Show the stream duration, the codec parameters, the current position in @@ -72,14 +72,14 @@ generate pts @item -rtp_tcp Force RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful if you are streaming with the RTSP protocol. -@item -sync type +@item -sync @var{type} 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 quality broadcast) it is necessary to change that. This option is mainly used for debugging purposes. -@item -threads count +@item -threads @var{count} thread count @end table |