Browse Source

doc/ffmpeg: explain properly how -fs works

Fix trac ticket #5160.

Signed-off-by: Umair Khan <omerjerk@gmail.com>
tags/n3.0
Umair Khan Stefano Sabatini 10 years ago
parent
commit
9effa01255
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      doc/ffmpeg.texi

+ 3
- 1
doc/ffmpeg.texi View File

@@ -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