[xiph-commits] r16232 - in trunk/ffmpeg2theora: . src
j at svn.xiph.org
j at svn.xiph.org
Wed Jul 8 19:44:57 PDT 2009
Author: j
Date: 2009-07-08 19:44:57 -0700 (Wed, 08 Jul 2009)
New Revision: 16232
Modified:
trunk/ffmpeg2theora/ffmpeg2theora.1
trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
typo
Modified: trunk/ffmpeg2theora/ffmpeg2theora.1
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.1 2009-07-08 20:19:47 UTC (rev 16231)
+++ trunk/ffmpeg2theora/ffmpeg2theora.1 2009-07-09 02:44:57 UTC (rev 16232)
@@ -230,7 +230,7 @@
Live streaming from V4L Device:
ffmpeg2theora /dev/video0 \-f video4linux \-\-inputfps 15 \-x 160 \-y 128 \\
- \-o \- | oggfwd iccast2server 8000 password /theora.ogv
+ \-o \- | oggfwd icast2server 8000 password /theora.ogv
Live encoding from a DV camcorder (needs a fast machine):
dvgrab - | ffmpeg2theora -f dv -x 352 -y 288 -o output.ogv -\n"
@@ -238,7 +238,7 @@
Live encoding and streaming to icecast server:
dvgrab \-\-format raw \- \\
| ffmpeg2theora \-f dv \-x 160 \-y 128 \-o /dev/stdout \- \\
- | oggfwd iccast2server 8000 password /theora.ogv
+ | oggfwd icast2server 8000 password /theora.ogv
.SH AUTHOR
Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-07-08 20:19:47 UTC (rev 16231)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-07-09 02:44:57 UTC (rev 16232)
@@ -1649,7 +1649,7 @@
"\n"
" Live streaming from V4L Device:\n"
" ffmpeg2theora /dev/video0 -f video4linux --inputfps 15 -x 160 -y 128 -o - \\\n"
- " | oggfwd iccast2server 8000 password /theora.ogv\n"
+ " | oggfwd icast2server 8000 password /theora.ogv\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"
@@ -1657,7 +1657,7 @@
" Live encoding and streaming to icecast server:\n"
" dvgrab --format raw - \\\n"
" | ffmpeg2theora -f dv -x 160 -y 128 -o /dev/stdout - \\\n"
- " | oggfwd iccast2server 8000 password /theora.ogv\n"
+ " | oggfwd icast2server 8000 password /theora.ogv\n"
"\n"
);
exit(0);
More information about the commits
mailing list