[xiph-commits] r16354 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Tue Jul 28 13:14:18 PDT 2009


Author: j
Date: 2009-07-28 13:14:18 -0700 (Tue, 28 Jul 2009)
New Revision: 16354

Modified:
   trunk/ffmpeg2theora/ffmpeg2theora.1
Log:
add two pass to man page

Modified: trunk/ffmpeg2theora/ffmpeg2theora.1
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.1	2009-07-28 20:08:40 UTC (rev 16353)
+++ trunk/ffmpeg2theora/ffmpeg2theora.1	2009-07-28 20:14:18 UTC (rev 16354)
@@ -65,6 +65,21 @@
 allows an optional \-v setting to specify
 a minimum allowed quality.
 .TP
+.B \-\-two-pass
+Compress input using two-pass rate control.
+This option requires that the input to the
+to the encoder is seekable and performs both passes automatically.
+.TP
+.B \-\-first-pass <filename>
+Perform first-pass of a two-pass rate controlled encoding,
+saving pass data to <filename> for a later second pass
+.TP
+.B \-\-second-pass <filename>
+Perform second-pass of a two-pass rate controlled encoding, reading first-pass
+data from <filename>.  The first pass data must come from a first encoding pass
+using identical input video to work properly.
+
+.TP
 .B \-\-optimize
 Optimize output Theora video, using a full search for motion vectors
 instead of a hierarchical one. This can reduce video bitrate about 5%,



More information about the commits mailing list