[FFmpeg-cvslog] doc/ffmpeg.texi: specify symbolic names for the vsync parameter
Stefano Sabatini
git at videolan.org
Tue Jan 17 23:53:17 CET 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Jan 17 13:32:17 2012 +0100| [6c06868e61c0f9faab255d0cf782690371520e04] | committer: Stefano Sabatini
doc/ffmpeg.texi: specify symbolic names for the vsync parameter
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c06868e61c0f9faab255d0cf782690371520e04
---
doc/ffmpeg.texi | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 83a45a8..e2f6add 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -919,15 +919,15 @@ Thread count.
Video sync method.
@table @option
- at item 0
+ at item 0, passthrough
Each frame is passed with its timestamp from the demuxer to the muxer.
- at item 1
+ at item 1, cfr
Frames will be duplicated and dropped to achieve exactly the requested
constant framerate.
- at item 2
+ at item 2, vfr
Frames are passed through with their timestamp or dropped so as to
prevent 2 frames from having the same timestamp.
- at item -1
+ at item -1, auto
Chooses between 1 and 2 depending on muxer capabilities. This is the
default method.
@end table
More information about the ffmpeg-cvslog
mailing list