isidroco - 2022-09-18

You can add all tasks for later with: File, Queue batch operation, Save video. Then exit vdub. Launch it from a Batch file to process the job queue and exit ie:

@echo off
rem Modify VDub path on next line, /r do jobs, /x exit on finish:
c:\DVD\VDUB\VirtualDub.exe /r /x
rem to Generate BEL char (^G) , open CMD and type:  echo  Ctrl-G > bel.txt [Enter]
rem then you can copy or edit that file to put it on next line:
echo beep:  ^G
rem Or launch any other noisy program here...