Log in

View Full Version : using vDub from the command line


ch3
29th March 2009, 12:00
I am executing vDub from within a python script to encode a video. Is there a way to prevent the UI from opening?

These are the flags I am using:
Virtualdub.exe /s file.jobs /x


Thanks

Gavino
29th March 2009, 17:14
Use vdub.exe instead of VirtualDub.exe.

ch3
29th March 2009, 20:31
This still loads the UI, but it's minimized and I noticed you don't need the /x flag to close it after the job is finished.

Not perfect, but works better than before, as it doesn't distract me any more.

Thank you for your quick reply.