Browse Source

Match the documentation of -s with the current implementation.

tags/n0.8
Carl Eugen Hoyos 14 years ago
parent
commit
e1cfe04c76
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      doc/ffmpeg.texi

+ 4
- 1
doc/ffmpeg.texi View File

@@ -168,7 +168,10 @@ Set the number of video frames to record.
@item -r @var{fps} @item -r @var{fps}
Set frame rate (Hz value, fraction or abbreviation), (default = 25). Set frame rate (Hz value, fraction or abbreviation), (default = 25).
@item -s @var{size} @item -s @var{size}
Set frame size. The format is @samp{wxh} (ffserver default = 160x128, ffmpeg default = same as source).
Set frame size. The format is @samp{wxh} (ffserver default = 160x128).
There is no default for input streams,
for output streams it is set by default to the size of the source stream.
If the input file has video streams with different resolutions, the behaviour is undefined.
The following abbreviations are recognized: The following abbreviations are recognized:
@table @samp @table @samp
@item sqcif @item sqcif


Loading…
Cancel
Save