PDA

View Full Version : Compressibility Test


lpvtech
19th March 2007, 05:23
How does one make a compressibility test manually using an Avisynth script...
Also, how to calculate the % from the comp test file..
Please help.. Thanks in advance...

J_Darnley
19th March 2007, 16:18
SelectRangeEvery(15000, 1500)

That will select 1500 frames every 15000 frames, 10% of the video. Equivalent to 1 min every 10 for PAL video. Of course you can replace it with what ever fraction you need.

As for the percentage or what ever you're also asking for... I don't know.

unskinnyboy
19th March 2007, 16:20
http://forum.doom9.org/showthread.php?s=&threadid=44414

lpvtech
20th March 2007, 18:13
Thanks. That 'll do it..