Browse Source

doc: Clarify the avconv section about -re

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.1
Martin Storsjö 11 years ago
parent
commit
205a4502d3
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      doc/avconv.texi

+ 4
- 1
doc/avconv.texi View File

@@ -719,7 +719,10 @@ Dump each input packet to stderr.
@item -hex (@emph{global})
When dumping packets, also dump the payload.
@item -re (@emph{input})
Read input at native frame rate. Mainly used to simulate a grab device.
Read input at native frame rate. Mainly used to simulate a grab device
or live input stream (e.g. when reading from a file). Should not be used
with actual grab devices or live input streams (where it can cause packet
loss).
@item -vsync @var{parameter}
Video sync method.



Loading…
Cancel
Save