I have an animation video here, and im trying to convert it from .avi to mpg2, and I made a script for it, but when i play the script on virtualdub the colors change (ex: a book that is yellow after the script it is blue). I've been told to add SwapYUV() on my script but virtualdub showed an error "Avisynth open failure: SwapUV: YUV data only!"
What should I do??
My script:
clip=AVISource("C:\SAikano-01.avi", False)
aud=WAVSource("saikano-01.wav")
AudioDub(clip,aud)
ResampleAudio(48000)
LanczosResize(720,480)
ConvertToRGB24()
SwapYUV()
and video information: DivX, 640 x 360, 1.778 (16:9), 23.976
+ Reply to Thread
Results 1 to 3 of 3
-
-
Giving up on me, eh?
Can't say that I blame you. Try switching the SwapUV and ConvertToRGB24 lines. You want ConvertToRGB24() to be last.
And it's not SwapYUV, but I guess that was a typo. Just to show you I didn't make it up:
http://www.avisynth.org/Swap -
lol I didnt give up, im kind on a hurry and as you didnt reply (the other time you replied like one hour later like you did here too) so i posted here (i was also going to try doom9 forum but i had to wait 5 days to post a topic
) , but i was still cheking there too. Your suggestion worked! ah yes, was a typo =P
Thanks very much, again, for your help
Similar Threads
-
Should i use and avisynth script for Dv ?
By smartel in forum Newbie / General discussionsReplies: 0Last Post: 10th Mar 2012, 08:29 -
Convert Vc1 to xvid via AviSynth -> colors slipped ??
By housemusic in forum Video ConversionReplies: 0Last Post: 24th Sep 2010, 13:36 -
AviSynth Script Problem
By Eva-Unit01 in forum EditingReplies: 21Last Post: 29th Dec 2009, 12:00 -
Still images from AviSynth script problem
By Leo48 in forum Newbie / General discussionsReplies: 5Last Post: 27th May 2008, 15:54 -
Avisynth script problem (aac to wav conversion)
By greggery in forum Video ConversionReplies: 0Last Post: 22nd Nov 2007, 11:59