[xiph-commits] r14407 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Wed Jan 16 01:49:35 PST 2008


Author: j
Date: 2008-01-16 01:49:35 -0800 (Wed, 16 Jan 2008)
New Revision: 14407

Modified:
   trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
hide v4l option

Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c	2008-01-16 09:41:08 UTC (rev 14406)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c	2008-01-16 09:49:35 UTC (rev 14407)
@@ -1081,7 +1081,7 @@
         "  Encode a series of images:\n"
         "    ffmpeg2theora -f image2 frame%%06d.png -o output.ogv\n"
         "\n"
-#ifdef 0
+#if 0
         "  Live streaming from V4L Device:\n"
         "    ffmpeg2theora  /dev/video0 -fps 15 -x 160 -y 128 -o - \\\n"
         "     | oggfwd iccast2server 8000 password /theora.ogv\n"



More information about the commits mailing list