Dams
6th March 2006, 12:21
Hi all,
I use VDubMod in command line, with loading a vcf file, but I don't want to see the video displayed (equal to "Options-Display Input Video" F9)
Here is the script :
VirtualDub.Open("c:/qualitix_psnr_ba_2.avi.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.filters.Clear();
VirtualDub.Preview();
VirtualDub.subset.Delete();
VirtualDub.Close();
If it has any function or flag to pass to VDubMod to say " hey guy, don' t wanna look at the result, just process !!" , it will be nice ?! ;)
Thanks for all ur responses.
:script:
I use VDubMod in command line, with loading a vcf file, but I don't want to see the video displayed (equal to "Options-Display Input Video" F9)
Here is the script :
VirtualDub.Open("c:/qualitix_psnr_ba_2.avi.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.filters.Clear();
VirtualDub.Preview();
VirtualDub.subset.Delete();
VirtualDub.Close();
If it has any function or flag to pass to VDubMod to say " hey guy, don' t wanna look at the result, just process !!" , it will be nice ?! ;)
Thanks for all ur responses.
:script: