[xiph-commits] r14329 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Sat Dec 29 11:02:13 PST 2007
Author: j
Date: 2007-12-29 11:02:11 -0800 (Sat, 29 Dec 2007)
New Revision: 14329
Modified:
trunk/ffmpeg2theora/ffmpeg2theora.1
trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
document --no-skeleton switch
Modified: trunk/ffmpeg2theora/ffmpeg2theora.1
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.1 2007-12-27 18:11:33 UTC (rev 14328)
+++ trunk/ffmpeg2theora/ffmpeg2theora.1 2007-12-29 19:02:11 UTC (rev 14329)
@@ -36,6 +36,9 @@
be written to \fIinputfile\fP.ogv. To output to standard output, specify
/dev/stdout as the output file.
.TP
+.B \-\-no-skeleton
+Disables Ogg Skeleton metadata output.
+.TP
.B \-s, \-\-starttime
Start encoding at this time (in seconds).
.TP
Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c 2007-12-27 18:11:33 UTC (rev 14328)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c 2007-12-29 19:02:11 UTC (rev 14329)
@@ -1003,7 +1003,7 @@
"\n"
"General output options:\n"
" -o, --output alternative output filename\n"
- " -K, --no-skeleton disables ogg skeleton metadata output\n"
+ " --no-skeleton disables ogg skeleton metadata output\n"
" -s, --starttime start encoding at this time (in sec.)\n"
" -e, --endtime end encoding at this time (in sec.)\n"
" -p, --v2v-preset encode file with v2v preset.\n"
More information about the commits
mailing list