[xiph-commits] r10919 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Wed Feb 22 09:20:59 PST 2006


Author: j
Date: 2006-02-22 09:20:56 -0800 (Wed, 22 Feb 2006)
New Revision: 10919

Modified:
   trunk/ffmpeg2theora/ffmpeg2theora.1
   trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
update manpage and --help with example about vhook usage

Modified: trunk/ffmpeg2theora/ffmpeg2theora.1
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.1	2006-02-22 17:08:59 UTC (rev 10918)
+++ trunk/ffmpeg2theora/ffmpeg2theora.1	2006-02-22 17:20:56 UTC (rev 10919)
@@ -98,6 +98,10 @@
 Force deinterlace.  Otherwise only material marked as interlaced will be
 deinterlaced.
 .TP
+.B \-\-vhook
+you can use ffmpeg's vhook system, example:
+ ffmpeg2theora --vhook '/path/watermark.so -f wm.gif' input.dv
+.TP
 .B \-f, \-\-format
 Specify input format.
 .TP

Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c	2006-02-22 17:08:59 UTC (rev 10918)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c	2006-02-22 17:20:56 UTC (rev 10919)
@@ -820,6 +820,8 @@
         "Input options:\n"
         "      --deinterlace      force deinterlace, otherwise only material\n"
         "                          marked as interlaced will be deinterlaced\n"
+        "      --vhook            you can use ffmpeg's vhook system, example:\n"
+        "        ffmpeg2theora --vhook '/path/watermark.so -f wm.gif' input.dv\n"
         "  -f, --format           specify input format\n"
 #ifdef VIDEO4LINUX_ENABLED
         "      --v4l /dev/video0  read data from v4l device /dev/video0\n"



More information about the commits mailing list