[xiph-commits] r15691 - trunk/ffmpeg2theora/src
j at svn.xiph.org
j at svn.xiph.org
Thu Feb 12 05:51:26 PST 2009
Author: j
Date: 2009-02-12 05:51:25 -0800 (Thu, 12 Feb 2009)
New Revision: 15691
Modified:
trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
long name for -p should be --preset
Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-02-11 17:57:34 UTC (rev 15690)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-02-12 13:51:25 UTC (rev 15691)
@@ -1219,7 +1219,7 @@
" --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"
+ " -p, --preset encode file with preset.\n"
" Right now there is preview, pro and videobin. Run\n"
" '"PACKAGE" -p info' for more informations\n"
"\n"
@@ -1379,7 +1379,7 @@
#endif
{"framerate",required_argument,NULL,'F'},
{"aspect",required_argument,&flag,ASPECT_FLAG},
- {"v2v-preset",required_argument,NULL,'p'},
+ {"preset",required_argument,NULL,'p'},
{"nice",required_argument,NULL,'N'},
{"croptop",required_argument,&flag,CROPTOP_FLAG},
{"cropbottom",required_argument,&flag,CROPBOTTOM_FLAG},
More information about the commits
mailing list