Log in

View Full Version : quick reload


kassandro
10th August 2003, 07:03
For tuning avisynth scripts it is often necessary to reload the script again and again. A simple reload button or key would therefore be quite helpful for Virtualdubmod. Such a reload function would even be better, if it would return to the same frame and not frame 0 provided that frame exists again.

Belgabor
10th August 2003, 18:19
Are you kidding me? That was the very first function I implemented! Try hitting 'F5'.

kassandro
10th August 2003, 20:45
okay, F5 works. That was not a joke. If the reload function would have been somewhere in the menues as you have done with most other functions, I would have learned it. Also it would be nice, if after a reload the same frame as before the reload is displayed and not the first frame. At least there should be such an option.

jcsston
10th August 2003, 21:50
VirtualDubMod Script Editor window
File->Save & Refresh (F5)

It does restore the frame position too, it may take a few seconds if your script is heavy with the processing.