AviSynth Slowing Down Clips?

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
AFT
Joined: Thu Jan 01, 2009 9:55 pm
Org Profile

AviSynth Slowing Down Clips?

Post by AFT » Mon Jun 08, 2009 10:38 am

I'm having a problem with my AviSynth scripts. I'm writing the scripts on AvsP, which was included in the AMVapp 3.0. I added this script and opened it in WMP:

AVIFileSource("C:\filename.avi")
dfttest(sigma=30)
LSFmod(strength=120)

When I watch the video, the filters work perfectly but the video is suddenly slowed down... there's nothing wrong with the audio, though. I tried only the script to open the file: AVIFileSource("C:\filename.avi") and that worked perfectly. I'm pretty new to avisynth and I have no clue what's going on here. Is there something wrong with my script? Or have I overlooked something really basic? Please, any advice is greatly appreciated.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: AviSynth Slowing Down Clips?

Post by Zarxrax » Mon Jun 08, 2009 10:54 am

Are you trying to watch the avisynth script directly? Thats no good, because the processing you are doing on the script is obviously bogging down your processor, so it's impossible to play at full speed. In order to test the output at full speed you will need to encode it to something designed for playback.

AFT
Joined: Thu Jan 01, 2009 9:55 pm
Org Profile

Re: AviSynth Slowing Down Clips?

Post by AFT » Mon Jun 08, 2009 11:41 am

Thanks, I wasn't sure whether it was a problem with the actual file or if it was a problem to display... Just finished compressing it with VirtualDub and it's all good now.
Another question however, that I decided wasn't worth making a thread about... Is it really necessary to rip my DVD's? I tried just copying the files off the DVD and it worked. Is there an advantage that ripping gives over simply copying the files off? Again, just a basic question since I'm still pretty much a newbie here.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: AviSynth Slowing Down Clips?

Post by Zarxrax » Mon Jun 08, 2009 12:10 pm

It depends on the DVD. Most DVDs have some sort of copy protection on them which prevents you from simply copying the files. There are a few (especially older anime dvds) which may not have any protection.

Also ripping gives you more control over which parts you copy, if you dont want the entire dvd.

AFT
Joined: Thu Jan 01, 2009 9:55 pm
Org Profile

Re: AviSynth Slowing Down Clips?

Post by AFT » Mon Jun 08, 2009 1:36 pm

Thanks! That's all I needed to know. Consider this topic resolved.

Locked

Return to “AviSynth Help”