Here is a sample of a video.
Here is the same sample put through VLC to make it xbox 'compatible.'
I say compatible because someone made a nice .bat file that I can just drag a video into to automatically start converting it. It has a single line that reads:
Code: Select all
"C:\Program Files (x86)\VideoLAN\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}}
So, to put it simply, wat do?