mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
doc/ffmpeg.texi: specify symbolic names for the vsync parameter
This commit is contained in:
parent
d393f41a33
commit
6c06868e61
@ -919,15 +919,15 @@ Thread count.
|
|||||||
Video sync method.
|
Video sync method.
|
||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
@item 0
|
@item 0, passthrough
|
||||||
Each frame is passed with its timestamp from the demuxer to the muxer.
|
Each frame is passed with its timestamp from the demuxer to the muxer.
|
||||||
@item 1
|
@item 1, cfr
|
||||||
Frames will be duplicated and dropped to achieve exactly the requested
|
Frames will be duplicated and dropped to achieve exactly the requested
|
||||||
constant framerate.
|
constant framerate.
|
||||||
@item 2
|
@item 2, vfr
|
||||||
Frames are passed through with their timestamp or dropped so as to
|
Frames are passed through with their timestamp or dropped so as to
|
||||||
prevent 2 frames from having the same timestamp.
|
prevent 2 frames from having the same timestamp.
|
||||||
@item -1
|
@item -1, auto
|
||||||
Chooses between 1 and 2 depending on muxer capabilities. This is the
|
Chooses between 1 and 2 depending on muxer capabilities. This is the
|
||||||
default method.
|
default method.
|
||||||
@end table
|
@end table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user