TNM
27th August 2003, 08:40
I had some .avi encoded with WMV9, I tried to load them into avisynth 2.52 and used the latest vdubmod/fast recompress to convert them to XviD but the result was jumpy and the a/v was totally out of sync... Then I tried to load the files directly into vdubmod and used full processing mode, the result was fine this time...
My avs script is very simple:
avisource("E:\Project Chobits\Chobits - Ep05.avi").killaudio()
lanczosresize(640,352)
My question is how I can convert these clips using the avs method because I don't want to convert the color space, I believe there would be some quality loss if I do so. Thanks in advance :)
Sorry if this is the wrong place, dunno if I should post this in XviD or AVS forum :p
My avs script is very simple:
avisource("E:\Project Chobits\Chobits - Ep05.avi").killaudio()
lanczosresize(640,352)
My question is how I can convert these clips using the avs method because I don't want to convert the color space, I believe there would be some quality loss if I do so. Thanks in advance :)
Sorry if this is the wrong place, dunno if I should post this in XviD or AVS forum :p