[xiph-commits] r16880 - in trunk/ffmpeg2theora: . src
j at svn.xiph.org
j at svn.xiph.org
Sun Feb 7 10:30:43 PST 2010
Author: j
Date: 2010-02-07 10:30:43 -0800 (Sun, 07 Feb 2010)
New Revision: 16880
Modified:
trunk/ffmpeg2theora/ffmpeg2theora.1
trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
add note about v4l2 devices
Modified: trunk/ffmpeg2theora/ffmpeg2theora.1
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.1 2010-02-07 07:10:09 UTC (rev 16879)
+++ trunk/ffmpeg2theora/ffmpeg2theora.1 2010-02-07 18:30:43 UTC (rev 16880)
@@ -297,7 +297,8 @@
Live streaming from V4L Device:
ffmpeg2theora /dev/video0 \-f video4linux \-\-inputfps 15 \-x 160 \-y 128 \\
\-o \- | oggfwd icast2server 8000 password /theora.ogv
-
+ (you might have to use video4linux2 depending on your hardware)
+
Live encoding from a DV camcorder (needs a fast machine):
dvgrab - | ffmpeg2theora -f dv -x 352 -y 288 -o output.ogv -\n"
Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c 2010-02-07 07:10:09 UTC (rev 16879)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c 2010-02-07 18:30:43 UTC (rev 16880)
@@ -1988,6 +1988,7 @@
" Live streaming from V4L Device:\n"
" ffmpeg2theora /dev/video0 -f video4linux --inputfps 15 -x 160 -y 128 -o - \\\n"
" | oggfwd icast2server 8000 password /theora.ogv\n"
+ " (you might have to use video4linux2 depending on your hardware)\n"
"\n"
" Live encoding from a DV camcorder (needs a fast machine):\n"
" dvgrab - | ffmpeg2theora -f dv -x 352 -y 288 -o output.ogv -\n"
More information about the commits
mailing list