transcode to WMV for 360 - problems
Posted: 18 Jan 2007 18:16
I'm trying to use VLC to transcode various format videos to WMV for playback via the 360. Following an article on joystiq, I have this batch file:
"c:\vlc\vlc" -vvv %1 --sout-ffmpeg-qscale 1 :sout=#transcode{vcodec=WMV2,scale=1,acodec=wma,ab=96,channels=2}:duplicate{dst=std{access=file,mux=asf,dst=%1.wmv}}
However, using this results in some pretty major corruption in the resulting wmv files. If I play them back through vlc they playback fine, but if I try and watch them in windows media player 11, the sound is missing and the video stops and stutters a LOT. If I stream them to the 360 the sound is fine, but there is frequent corruption of the image (sections of the screen not updating, flashes of garbage, etc)
I figure that because they play back in vlc fine, that there is some codec setting somewhere that vlc is happy with but WMP11 and the 360 are not. Can anyone shed any light on what the problem is?
"c:\vlc\vlc" -vvv %1 --sout-ffmpeg-qscale 1 :sout=#transcode{vcodec=WMV2,scale=1,acodec=wma,ab=96,channels=2}:duplicate{dst=std{access=file,mux=asf,dst=%1.wmv}}
However, using this results in some pretty major corruption in the resulting wmv files. If I play them back through vlc they playback fine, but if I try and watch them in windows media player 11, the sound is missing and the video stops and stutters a LOT. If I stream them to the 360 the sound is fine, but there is frequent corruption of the image (sections of the screen not updating, flashes of garbage, etc)
I figure that because they play back in vlc fine, that there is some codec setting somewhere that vlc is happy with but WMP11 and the 360 are not. Can anyone shed any light on what the problem is?