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
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