Thread: VirtualDub2
View Single Post
Old 27th June 2016, 22:17   #20  |  Link
shekh
Registered User
 
Join Date: Mar 2015
Posts: 775
What is the issue with this:

Code:
if (range->range.from == 0 && range->range.to == 1)
    wsprintf(buf, (range->tag)?"Trim(%d,%d)":"%d,%d", 0, -1);// special case of very first frame
As I understand, Trim(0,0) is not supported so it has to select nothing? And Trim(3,3) etc is allright?

Updated

Fixed Trim range for Avisynth (no idea for "decomb")
Fixed VDub compatibility
Fixed Avisynth info crash
Added edit->goto command (frame/line)
Reloading in filter preview now works

Concerning Avisynth information, it is probably better to not show "external commands" at all?
I can understand one would want to see Avisynth name, version, and probably loaded path.
But when commands are several screens it is useless to see them in the same place.
__________________
VirtualDub2

Last edited by shekh; 30th June 2016 at 18:22.
shekh is offline   Reply With Quote