diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-12-12 10:08:43 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-12-12 10:08:43 +0100 |
commit | 31f9cf38f074bf4f305abea9f43614c9a0a0d72e (patch) | |
tree | a7b32b8d9d9e8e22b648685eee637c1d5a11f0a6 /doc/ffmpeg.texi | |
parent | be5389d58521514ab3cd428977a00834f375b9ee (diff) | |
download | ffmpeg-31f9cf38f074bf4f305abea9f43614c9a0a0d72e.tar.gz |
Fix frame-rate documentation.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 981871a76f..b8f6930c45 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -426,8 +426,7 @@ As an input option, ignore any timestamps stored in the file and instead generate timestamps assuming constant frame rate @var{fps}. As an output option, duplicate or drop input frames to achieve constant output -frame rate @var{fps} (note that this actually causes the @code{fps} filter to be -inserted to the end of the corresponding filtergraph). +frame rate @var{fps}. @item -s[:@var{stream_specifier}] @var{size} (@emph{input/output,per-stream}) Set frame size. |