Log in

View Full Version : Compressability test on my captured AVI?


angelleye
30th October 2003, 00:49
I capture at 640x480 HuffyYUV AVI. I've been trying to figure out how to use the compressability test in GKnot with my captures to figure out what resolution I want to use. After I get my res. I would most likely just do everything else with VDubMod.

I found in the capture guide that it says I can do it by creating an AviSynth file and opening that in GKnot. Is there a way I can create the AviSynth file from VDubMod though? For instance instead of having to hand type all of that stuff...is there a way I can go in and edit out all commercials and then just "save as" avisynth? I'm not seeing it off hand.

Any info would be great. Thanks!

jggimi
30th October 2003, 14:27
VdubMod does have a built-in AviSynth editor (Tools ... Script editor), which I've found easier to use when having an .avs opened rather than an .avi file. It can turn your deletions in VdubMod into Trim() commands, for example. You might start with a one line file containing AviSource("your capture.avi") and see what the editor can do for you.