Skip to content
Snippets Groups Projects
Commit 205a4502 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

doc: Clarify the avconv section about -re

parent d175a573
No related branches found
No related tags found
No related merge requests found
...@@ -719,7 +719,10 @@ Dump each input packet to stderr. ...@@ -719,7 +719,10 @@ Dump each input packet to stderr.
@item -hex (@emph{global}) @item -hex (@emph{global})
When dumping packets, also dump the payload. When dumping packets, also dump the payload.
@item -re (@emph{input}) @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} @item -vsync @var{parameter}
Video sync method. Video sync method.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment