Audio in converted video is messed up
Posted: 18 May 2013 05:19
I've had this problem for years now, but it's never been a big deal until now. I want to convert some videos so that they can be played on my xbox, but the audio in the converted version of all my videos is strange.
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:
Again, these are settings specific for me to play on the Xbox 360, but this problem isn't specific to these settings, it happens no matter the settings I use.
So, to put it simply, wat do?
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?