Skip to content
Snippets Groups Projects
Commit 99091ff2 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit '205a4502'


* commit '205a4502':
  doc: Clarify the avconv section about -re

Conflicts:
	doc/ffmpeg.texi

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents 5993b962 205a4502
No related branches found
No related tags found
No related merge requests found
...@@ -877,13 +877,12 @@ Dump each input packet to stderr. ...@@ -877,13 +877,12 @@ Dump each input packet to stderr.
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).
By default @command{ffmpeg} attempts to read the input(s) as fast as possible. By default @command{ffmpeg} attempts to read the input(s) as fast as possible.
This option will slow down the reading of the input(s) to the native frame rate This option will slow down the reading of the input(s) to the native frame rate
of the input(s). It is useful for real-time output (e.g. live streaming). If of the input(s). It is useful for real-time output (e.g. live streaming).
your input(s) is coming from some other live streaming source (through HTTP or
UDP for example) the server might already be in real-time, thus the option will
likely not be required. On the other hand, this is meaningful if your input(s)
is a file you are trying to push in real-time.
@item -loop_input @item -loop_input
Loop over the input stream. Currently it works only for image Loop over the input stream. Currently it works only for image
streams. This option is used for automatic FFserver testing. streams. This option is used for automatic FFserver testing.
......
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