From e8c04f6240b1557aadbab6242912e784656bc24d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 26 Nov 2011 11:01:33 +0100 Subject: avconv: add symbolic names for -vsync parameters --- doc/avconv.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/avconv.texi') diff --git a/doc/avconv.texi b/doc/avconv.texi index 157e233cc6..0a83326379 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -746,15 +746,15 @@ Thread count. Video sync method. @table @option -@item 0 +@item passthrough Each frame is passed with its timestamp from the demuxer to the muxer. -@item 1 +@item cfr Frames will be duplicated and dropped to achieve exactly the requested constant framerate. -@item 2 +@item vfr Frames are passed through with their timestamp or dropped so as to prevent 2 frames from having the same timestamp. -@item -1 +@item auto Chooses between 1 and 2 depending on muxer capabilities. This is the default method. @end table -- cgit v1.2.3