Comptest

From Avisynth wiki
Revision as of 23:34, 9 May 2013 by Admin (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to 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.