Man, I'm glad I found this thread. I am having the
exact same problem.
I have a 700 Widescreen format AVI file that has the following info in the info fields:
---------------------------------
Image:
Width 640 pixels
Height 368 pixels
Audio:
Duration 1:37:26
Bit Rate 111kps
Audio Format MPEG Layer-3
Video:
Frame rate 23 frames/second
Data rate 122kps
Video sample size 12 bit
Video compression XVID
------------------------------------------------
I use VLC to transcode the AVI file into a WMV file using the following batch file:
"c:\vlc\vlc" -vvv %1 --sout-ffmpeg-qscale 1 :sout=#transcode{vcodec=WMV2,width=640,height=368,acodec=wma,ab=96,channels=2}:duplicate{dst=std{access=file,mux=asf,dst=%1-hq-169.wmv}}
------------------------------------------------
The results I get are an WMV file with the following info:
Image:
Width: 640 pixels
Height: 360 pixels
Description:
Title (not going to say, but it's a cool doc on UFOs)
Comments
Origin:
Protected No
Audio:
Duration 1:37:22
Bit Rate 896kbps
Audio sample size 16 bit
Channels 2 (stereo)
Audio sample rate 48 kHz
Video:
Data rate 768kbps
Video sample size 24 bit
Stream name video 2
--------------------------------------------
I want to transcode this film into WMV so that I can use it to watch on my Xbox. I have tried D/L and transcoding the file twice now. Both times, the AVI file looks great, sounds great but the resulting transcoded WMV file
1. Works fine playing in VLC (video great, audio great)
2. Does not work in Windows Media Player 11 (video a bit choppy, no audio)
3. Does not work well piped to Xbox 360 (Audio fine, Video -Jpeg compression issues - absent at times, unwatchable at others)
As mentioned, I have downloaded and transcoded this avi file to wmv twice, and got the exact same results both times. The Jpeg corruption errors occurred at the exact same spots.
Any help with this issue would be much appreciated.
Thanks!