Changeset 26db9d3b in ffmpeg


Ignore:
Timestamp:
Feb 11, 2015, 12:10:56 AM (10 years ago)
Author:
Lou Logan <lou@lrcd.com>
Branches:
master
Children:
1cca1248
Parents:
838c755f
git-author:
Michael Niedermayer <michaelni@gmx.at> (02/10/15 13:10:23)
git-committer:
Lou Logan <lou@lrcd.com> (02/11/15 00:10:56)
Message:

doc/ffmpeg: Document frame_drop_threshold

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/ffmpeg.texi

    r838c755f r26db9d3b  
    995995remaining stream(s) to the unchanged one.
    996996
     997@item -frame_drop_threshold @var{parameter}
     998Frame drop threshold, which specifies how much behind video frames can
     999be before they are dropped. In frame rate units, so 1.0 is one frame.
     1000The default is -1.1. One possible usecase is to avoid framedrops in case
     1001of noisy timestamps or to increase frame drop precision in case of exact
     1002timestamps.
     1003
    9971004@item -async @var{samples_per_second}
    9981005Audio sync method. "Stretches/squeezes" the audio stream to match the timestamps,
Note: See TracChangeset for help on using the changeset viewer.