doc/ffmpeg: explain properly how -fs works

Fix trac ticket #5160.

Signed-off-by: Umair Khan <omerjerk@gmail.com>
pull/174/head
Umair Khan 9 years ago committed by Stefano Sabatini
parent 79991b2288
commit 9effa01255
  1. 4
      doc/ffmpeg.texi

@ -297,7 +297,9 @@ see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1)
-to and -t are mutually exclusive and -t has priority.
@item -fs @var{limit_size} (@emph{output})
Set the file size limit, expressed in bytes.
Set the file size limit, expressed in bytes. No further chunk of bytes is written
after the limit is exceeded. The size of the output file is slightly more than the
requested file size.
@item -ss @var{position} (@emph{input/output})
When used as an input option (before @code{-i}), seeks in this input file to

Loading…
Cancel
Save