[xiph-commits] r14837 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Mon May 5 04:32:41 PDT 2008
Author: j
Date: 2008-05-05 04:32:41 -0700 (Mon, 05 May 2008)
New Revision: 14837
Modified:
trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
subtitle example was missing option, patch by ogg.k.ogg.k
Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c 2008-05-05 00:13:31 UTC (rev 14836)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c 2008-05-05 11:32:41 UTC (rev 14837)
@@ -1517,7 +1517,7 @@
"Examples:\n"
" ffmpeg2theora videoclip.avi (will write output to videoclip.ogv)\n"
"\n"
- " ffmpeg2theora videoclip.avi subtitles.srt (same, with subtitles)\n"
+ " ffmpeg2theora videoclip.avi --subtitles subtitles.srt (same, with subtitles)\n"
"\n"
" cat something.dv | ffmpeg2theora -f dv -o output.ogv -\n"
"\n"
More information about the commits
mailing list