Log in

View Full Version : Small util to compare frames


Swede
7th July 2002, 21:26
I wrote a *small* util, just for myself, that someone might find useful, if not for anything else just to look at the DELPHI-code.
I needed this to find out which AviSynth-filters produced the best result for a specific clip and editing the script, reloading in vDub, go to the same frames, look at the result and then trying to remember the last one became too much for my small mind.

What it does is that it loads a .AVS, captures all the frames to bitmaps which you can look at one by one. Then you can save the ones you're interested in, edit the .AVS, reload and save the new frames next to the ones from the last run.

Everything is saved in mem so be *sure* to use a Trim(from,to) in your script (I used about 20 frames) or you *will* run out of mem.

(It uses the DSPack from: http://www.progdigy.com/)

EXE: http://leffe.dnsalias.com/AVSCompare.zip
Src: http://leffe.dnsalias.com/AVSCompareSRC.zip

As I stated: I wrote this just for myself so it might be of no use for anyone else but I liked it.

No Readme, no comments in the code, no clue :)

Marc FD
7th July 2002, 22:47
Shit in only have Delphi 4.:rolleyes:
so i would'nt look at your sources nor compile your prog.
i had liked to do it because i'm a delphi programmer :cool:
so i like to see parts of good writen code :D
I will try to get Delphi 6 Pro.:devil:
It could be usefull for some features of DxASEdit
If you're good (or bad like me :D) in delphi you can
help me coding the greatest avisynth editor ever :cool:
Try my Alt-Dbg if you use XviD ...
It's Delphi-made ;)
(see below)

SleepEXE
8th July 2002, 07:20
Since it's closely related, here's a shameless plug for the Avisynth script I use to compare frames:

http://forum.doom9.org/showthread.php?s=&threadid=16422

If someone has ideas of how to improve it, please let me know. My examples are primarily to compare encodings of varying codecs (DivX 3.11, DivX 4/5, and XviD) against the source. But since I've settled on XviD for all my projects, I now use it to compare filter chains against the source.

Best regards,
SleepEXE