diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-10 14:10:23 +0100 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2015-02-10 15:10:56 -0900 |
commit | 26db9d3b77fb8187f0a7823e9fdc68473e9648d9 (patch) | |
tree | a9b13a574dadb6a9d61c2e59118e583dac8d4c74 /doc | |
parent | 838c755f62a1c50cf52bbda5e5c719863ac0bcbc (diff) | |
download | ffmpeg-26db9d3b77fb8187f0a7823e9fdc68473e9648d9.tar.gz |
doc/ffmpeg: Document frame_drop_threshold
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 396c623f08..e7c86ccf18 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -994,6 +994,13 @@ 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. +@item -frame_drop_threshold @var{parameter} +Frame drop threshold, which specifies how much behind video frames can +be before they are dropped. In frame rate units, so 1.0 is one frame. +The default is -1.1. One possible usecase is to avoid framedrops in case +of noisy timestamps or to increase frame drop precision in case of exact +timestamps. + @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. |