[xiph-commits] r16871 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Thu Feb 4 23:36:56 PST 2010


Author: j
Date: 2010-02-04 23:36:55 -0800 (Thu, 04 Feb 2010)
New Revision: 16871

Modified:
   trunk/ffmpeg2theora/ffmpeg2theora.1
Log:
sync man page with --help

Modified: trunk/ffmpeg2theora/ffmpeg2theora.1
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.1	2010-02-04 14:15:42 UTC (rev 16870)
+++ trunk/ffmpeg2theora/ffmpeg2theora.1	2010-02-05 07:36:55 UTC (rev 16871)
@@ -42,9 +42,6 @@
 .B  \-\-seek-index
 Enables keyframe index in skeleton track.
 .TP
-.B  \-\-index-interval
-Set minimum distance between indexed keyframes (in ms, default: 2000)
-.TP
 .B \-s, \-\-starttime
 Start encoding at this time (in seconds).
 .TP
@@ -267,6 +264,21 @@
 .B \-\-no\-oshash
 do not include oshash of source file(SOURCE_OSHASH)
 
+.SS  Keyframe indexing options:
+.TP
+.B  \-\-index-interval <n>
+set minimum distance between indexed keyframes
+to <n> ms (default: 2000)
+.TP
+.B  \-\-theora\-index\-reserve <n>
+reserve <n> bytes for theora keyframe index
+.TP
+.B  \-\-vorbis\-index\-reserve <n>
+reserve <n> bytes for vorbis keyframe index
+.TP
+.B  \-\-kate\-index\-reserve <n>
+reserve <n> bytes for kate keyframe index
+
 .SS Other options:
 .TP
 .B \-\-nice n



More information about the commits mailing list