<br><br><div><span class="gmail_quote">On 1/11/06, <b class="gmail_sendername">'Forum Post</b> <<a href="mailto:ulist@gs1.ubuntuforums.org">ulist@gs1.ubuntuforums.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I would like ti completely remove windows form my life BUT<br><br><br><br>I run a media server at home and have to convert XVID to MPEG , have<br>seen nothing in linux that allows me to do that </blockquote><div><br>You may want to check out mplayer and mencoder or avidemux. Transcoding is as simple as
<br><br>mencoder $infile -ac $audiocodec -vc $videocodec -o $outfile<br><br>or if you prefer gui., use avidemux. <br><br>There are debian/ubuntu archives for these programs, add the line <br><br>deb <a href="ftp://ftp.nerim.net/debian-marillat/">
ftp://ftp.nerim.net/debian-marillat/</a> sid main<br><br>to /etc/apt/sources.list. <br><br>Then run<br><br># sudo apt-get update && sudo apt-get install mplayer mencoder avidemux w32codecs<br><br>done! If it complains about an archive key, google for "marillat key" on the ubuntu list and you'll find your solution.
<br><br>Mencoder is real nice, especially with the w32codecs, you can transcode from Windows media, Real media into everything you want. I have scripts running that transcode realvideo streams from the Dutch public broadcasting into avi's that play on my Palm treo. 
<br><br></div></div>Good luck! This is really worth the effort. <br><br>- Henk<br><br><br>