[xiph-commits] r8190 - websites/theora.org
jkintree at motherfish-iii.xiph.org
jkintree at motherfish-iii.xiph.org
Wed Nov 10 12:24:43 PST 2004
Author: jkintree
Date: 2004-11-10 12:24:43 -0800 (Wed, 10 Nov 2004)
New Revision: 8190
Modified:
websites/theora.org/theorafaq.html
Log:
add info on videolan to section in theorafaq
about encoding video
Modified: websites/theora.org/theorafaq.html
===================================================================
--- websites/theora.org/theorafaq.html 2004-11-10 20:14:31 UTC (rev 8189)
+++ websites/theora.org/theorafaq.html 2004-11-10 20:24:43 UTC (rev 8190)
@@ -418,9 +418,21 @@
You can use libogg, to wrap theora video with vorbis audio in Ogg
file.
</p>
-A user-friendly way to convert .dv and .avi format video into Ogg Theora format is
+<p>A user-friendly way to convert .dv and .avi format video into Ogg Theora format is
with ffmpeg2theora. It can be found at: <a href="http://www.v2v.cc/~j/ffmpeg2theora/">
http://www.v2v.cc/~j/ffmpeg2theora/</a>
+</p>
+<p>A way to both stream and encode theora format video is with videolan (VLC). <br>
+Example for streaming the video4linux device in ogg theora/vorbis:
+</p>
+<p>vlc v4l:/dev/video:input=3:norm=pal:size=384x288 --sout \ <br>
+'#transcode{vcodec=theora,vb=300,acodec=vorb,ab=96}:std{access=http,mux=ogg,url=server.example.org:8000}'
+</p>
+<p>Or, replace "v4l:/dev/video:input=3:norm=pal:size=384x288" with a filename if
+you want to transcode.
+</p>
+For more on the vlc syntax, see: <br>
+<a href="http://videolan.org/doc/videolan-howto/en/ch09.html">http://videolan.org/doc/videolan-howto/en/ch09.html</a>
</div>
<br>
<br>
More information about the commits
mailing list