Hi all,<br><br>Trying to convert a divx file to wmv to stream using Twonky to a Xbox 360.<br><br>In windows I use this:-<br>"C:\Program Files\VideoLAN\VLC\vlc" -vvv %1 --sout-ffmpeg-qscale 1 :sout=#transcode{vcodec=WMV2
<div id="mb_1">,scale=1,acodec=wma,ab=96,channels=2}:duplicate{dst=std{access=file,mux=asf,dst=%1.wmv}}
<br><br>This works fine and the file plays in VLC, WMP11 and Xbox 360 via Twonky.<br><br>In Linux - Fedora Core 6 which I want to use, I use this command:-<br>\vlc %1 -vvv --sout-ffmpeg-qscale 1 :sout="#transcode{vcodec=WMV2,vb=1500,acodec=wma,ab=96,scale=1,channels=2}:standard{access=file,mux=asf,dst=/share/video/$1.wmv}"} --daemon
<br><br>The file this outputs:-<br>VLC for windows just quits<br>WMP11 Plays the file only with video, no audio<br>Xbox 360 moans that it is incompatible.<br><br>I've used many video sources, still the same problem.<br>

<br>Any ideas?<br><br>Thanks,<br><br>Matt<br></div>