Comptest

From Avisynth wiki
Revision as of 22:43, 19 May 2013 by Wilbert (Talk | contribs)

Jump to: navigation, search
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.

Personal tools