[xiph-commits] r9854 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Thu Aug 25 12:55:53 PDT 2005
Author: j
Date: 2005-08-25 12:55:51 -0700 (Thu, 25 Aug 2005)
New Revision: 9854
Modified:
trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
add v4l example
Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c 2005-08-25 19:00:39 UTC (rev 9853)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c 2005-08-25 19:55:51 UTC (rev 9854)
@@ -803,8 +803,11 @@
"\tffmpeg2theora videoclip.avi (will write output to videoclip.ogg)\n\n"
"\tcat something.dv | ffmpeg2theora -f dv -o output.ogg -\n\n"
- "\tLive encoding from a DV camcorder (needs a fast machine)\n"
- "\tdvgrab - | ffmpeg2theora -f dv -x 352 -y 288 -o output.ogg -\n"
+ "\tLive streaming from V4L Device:\n"
+ "\t ffmpeg2theora --v4l /dev/video0 --inputfps 15 -x 160 -y 128 -o - \\ \n"
+ "\t\t | oggfwd iccast2server 8000 password /theora.ogg\n\n"
+ "\tLive encoding from a DV camcorder (needs a fast machine):\n"
+ "\t dvgrab - | ffmpeg2theora -f dv -x 352 -y 288 -o output.ogg -\n"
"\n\tLive encoding and streaming to icecast server:\n"
"\t dvgrab --format raw - | \\\n"
"\t ffmpeg2theora -f dv -x 160 -y 128 -o /dev/stdout - | \\\n"
More information about the commits
mailing list