[FFmpeg-devel] [PATCH] doc/ffmpeg: Document frame_drop_threashold
Michael Niedermayer
michaelni at gmx.at
Tue Feb 10 14:10:23 CET 2015
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
doc/ffmpeg.texi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 396c623..d36d56d 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -994,6 +994,10 @@ With -map you can select from which stream the timestamps should be
taken. You can leave either video or audio unchanged and sync the
remaining stream(s) to the unchanged one.
+ at item -frame_drop_threshold @var{parameter}
+Frame drop threshold, which specifies how much behind video frames can be before
+they are being dropped.
+
@item -async @var{samples_per_second}
Audio sync method. "Stretches/squeezes" the audio stream to match the timestamps,
the parameter is the maximum samples per second by which the audio is changed.
--
1.7.9.5
More information about the ffmpeg-devel
mailing list