summaryrefslogtreecommitdiff
path: root/doc/avconv.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r--doc/avconv.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 854d7a597d..14e02f8f95 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -259,7 +259,7 @@ Set the number of video frames to record. This is an alias for @code{-frames:v}.
@item -r[:@var{stream_specifier}] @var{fps} (@emph{input/output,per-stream})
Set frame rate (Hz value, fraction or abbreviation), (default = 25).
@item -s[:@var{stream_specifier}] @var{size} (@emph{input/output,per-stream})
-Set frame size. The format is @samp{wxh} (ffserver default = 160x128, avconv default = same as source).
+Set frame size. The format is @samp{wxh} (default - same as source).
The following abbreviations are recognized:
@table @samp
@item sqcif
@@ -1029,6 +1029,7 @@ the input file in reverse order.
@c man begin SEEALSO
ffplay(1), ffprobe(1), ffserver(1) and the FFmpeg HTML documentation
+
@c man end
@c man begin AUTHORS