VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Feb 2002
    Location
    england
    Search PM
    hi all,

    i have been trying to use the the avisynth speed up script and virtual dub returns the video is not in yuy format, how can i re-encode my avi to yuy format... space is not a problem.

    i am using avisynth v 1.06
    current frame rate is 25fps

    want to try 10x and 20x speed up while maintaining audio synch

    all help and ideas are welcome

    thanks

    -moley
    Quote Quote  
  2. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    First off it is very very usefull to post your script, so everyone know exactly what you are talking about.
    So I guess, you use one of my sample scripts to speed up, correct me if I am wrong.
    ConvertFPS requires YUY2 input. Assuming that your source is RGB, just convert to YUY2 before you apply ConvertFPS.

    Avisource("c:\video.avi")
    ConvertToYUY2
    ConvertFPS(5,zone=80,vbi=49).AssumeFPS(25,sync_aud io=true).ResampleAudio(44100)

    Also try ChangeFPS and SelectEvery.
    Quote Quote  
  3. Member
    Join Date
    Feb 2002
    Location
    england
    Search PM
    hi,

    sorry!!!

    i used the sample script in your how-to guide

    i am new to avisynth.

    thanks for the script...

    i will post my project for all that are interested soon

    thanks

    -moley
    Quote Quote  



Similar Threads

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