digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   New version of SampleClip function (http://www.digitalfaq.com/archives/avisynth/2814-version-sampleclip-function.html)

ARnet_tenRA 02-27-2003 04:36 PM

New version of SampleClip function
 
I have updated the SampleClip function to allow a speed factor.

To use you simply designate how much faster you would like the prediction to take place. Example:
Code:

SampleClip() : Produces a regular sample size
SampleClip(1) : Same as above
SampleClip(10) : This would make the sample speed increase by 10 times.

The new formula you would use is FinalSize=60*SpeedFactor*SampleSize

Download functions.h from my sig and place the line Import(C:\filters\functions.h) on the first line of your AVS script.

Enjoy, Tenra

ARnet_tenRA 02-27-2003 10:41 PM

Bug fixed: Now SampleClip creates the correct number of frames for the sample clip.

Regards, Tenra


All times are GMT -5. The time now is 02:33 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.