VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Feb 2006
    Location
    Brazil
    Search Comp PM
    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
    Quote Quote  
  2. 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
    Quote Quote  
  3. Member
    Join Date
    Feb 2006
    Location
    Brazil
    Search Comp PM
    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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!