function Comptest(clip c, float percent)

{
frange=floor(14./(percent/100.))
return SelectRangeEvery(c, frange, 14)
}

Usage: Comptest(5)

For a compressibility test on 5% of the movie.

Back to ShareFunctions.