Log in

View Full Version : Vdub commandline script


wiseant
11th May 2012, 21:19
Hi

I am calling VirtualDub via vdub commandline

vdub /s TestColor-edit.vcf

TestColor-edit.vcf:

VirtualDub.Open("C:\\TestColor-edit.avs","",0);
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(0,1);
VirtualDub.video.SetRange();
VirtualDub.RunNullVideoPass();

Is there any way that I can have VirtualDub to NOT close after it executes the script. The reason I ask is sometimes the avs file I open only has one frame and I want VirtualDub to display the frame without auto-closing

TIA

wiseant
13th May 2012, 21:01
Just to update - As Gavino mentioned in videohelp forum:

Call using 'virtualdub' instead of 'vdub'.
vdub.exe is designed to exit automatically when it has completed processing (implicit /x).