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
+ Reply to Thread
Results 1 to 3 of 3
-
-
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. -
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
Similar Threads
-
New AVISynth UI
By tin2tin in forum Latest Video NewsReplies: 23Last Post: 19th Jan 2012, 01:53 -
avisynth
By sportflyer in forum Newbie / General discussionsReplies: 1Last Post: 16th Feb 2010, 04:36 -
Using avisynth
By bsuska in forum Video ConversionReplies: 8Last Post: 16th Jul 2009, 08:32 -
AVIsynth help!
By helper in forum Newbie / General discussionsReplies: 11Last Post: 15th Oct 2008, 03:35 -
Avisynth 3.0
By nbi in forum LinuxReplies: 1Last Post: 30th Oct 2007, 16:50