Comptest
From Avisynth wiki
(Difference between revisions)
m (1 revision) |
|||
| Line 11: | Line 11: | ||
For a compressibility test on 5% of the movie. | For a compressibility test on 5% of the movie. | ||
| − | + | {{FilterCat|External_filters|Other_filters|Debugging/Diagnostic_filters}} | |
Revision as of 23:43, 19 May 2013
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.