diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-18 13:13:41 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-02-06 20:47:09 +0100 |
commit | f491f033f5161139ce680aba53c8890005cf751e (patch) | |
tree | 418487e89560553b362028434a6627dfebc22de3 /doc/ffmpeg.texi | |
parent | b7d45d0b0fdbd10b45f57ebfae6de7402ca7c2b8 (diff) | |
download | ffmpeg-f491f033f5161139ce680aba53c8890005cf751e.tar.gz |
ffmpeg: document the unit for the -fs option parameter
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 943301a567..26f4e3630b 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -143,7 +143,7 @@ Stop writing the output after its duration reaches @var{duration}. @var{duration} may be a number in seconds, or in @code{hh:mm:ss[.xxx]} form. @item -fs @var{limit_size} (@emph{output}) -Set the file size limit. +Set the file size limit, expressed in bytes. @item -ss @var{position} (@emph{input/output}) When used as an input option (before @code{-i}), seeks in this input file to |