Special bug fixed versions by Fizick.
VirtualDub is free videoeditor by Avery Lee. http://www.virtualdub.org
VirtualDubMod is a special (modded) version of it by other developers. See "about" info. It is more convenient for Avisynth, as have internal Avisynth script editor, refresh by "F5" and other useful things.
Recently I found a small bug in Avisynth script editor of all VirtualDubMod versions from 1.4.13 to 1.5.10.1.
After selecting and editing some frame range (ranges) in VirtualDubMod, and then importing these Framesets to Trim, the end of every generated Trim command is not correct, but it is bigger by 1 frame.
For example, after deleting frame 10 from clip with 100 frames (0 to 99), we will get command: Trim(0,10) ++ Trim(11,100)
It is not correct. Must be: Trim(0,9) ++ Trim(11,99)
I fixed this bug. As a base I used last available full source VirtualDubMod version 1.5.4.1 from sourceforge.
But I did not know how to use CVS, and temporary release this build here.
For skilled programmers only :)
Download changed v.1.5.4.2 source file only
Download full source v.1.5.4.2 [link removed]
For ordinary users:
Download binary update from v.1.5.4.1 to 1.5.4.2[link removed]
Installation: You must put update files over full release 1.5.4.1. Get it from VirtualDubMod project at sourceforge.
Somebody must make similar correction to last version 1.5.10.1.
But it seems, this project is dead :( . So, I make correction myself.
Here is the updated sources to 1.5.10.1.
Download changed v.1.5.10.1 source file only
Changes list:- Fixed: inserted frame range and imported frameset end position was not correct in Avisynth Script editor. - Fixed: too small string buffer to show Avisynth Information messagebox. - Updated: added new Avisynth v2.5.5 and v2.5.6 keywords to highlight list.Sources has also some latest fixes by Cyrius (taken frome CVS).
I hope, somebody will put my update to CVS, and release the official update at last.
Temporary I put compiled binary files here for download and test.
Download VirtualDubMod v.1.5.10.1 special build 2512 binary[link removed]Released under GNU GPL v.2 license.
New VirtualDubMod 1.5.10.2 includes all my corrections (and more),
so please do no use my special version anymore.
So, I removed binaries download link. :)