vlada
27th April 2008, 22:04
Hi,
I would like to batch mux multiple files using AVI-Mux GUI. The problem is that AVI-Mux GUI displays an "OK" button after the file is processed so I have to click it before I can continue with next file(s). This is the script I use:
CLEAR
LOAD G:\video_0.avi
LOAD G:\audio_0_1.mp3
SELECT FILE 1
ADD VIDEOSOURCE
SET OUTPUT OPTIONS
WITH SET OPTION
OPENDML 0
RECLISTS 0
AUDIO INTERLEAVE 3 FR
AVI ADDJUNKBEFOREHEADERS 0
PRELOAD 200
CLOSEAPP 1
END WITH
START G:\video_muxed_0.avi
I hoped that the CLOSEAPP 1 switch will force AVI-Mux GUI to quit after the process completes. But it doesn't.
How do I force AVI-Mux GUI to quit automatically?
I would like to batch mux multiple files using AVI-Mux GUI. The problem is that AVI-Mux GUI displays an "OK" button after the file is processed so I have to click it before I can continue with next file(s). This is the script I use:
CLEAR
LOAD G:\video_0.avi
LOAD G:\audio_0_1.mp3
SELECT FILE 1
ADD VIDEOSOURCE
SET OUTPUT OPTIONS
WITH SET OPTION
OPENDML 0
RECLISTS 0
AUDIO INTERLEAVE 3 FR
AVI ADDJUNKBEFOREHEADERS 0
PRELOAD 200
CLOSEAPP 1
END WITH
START G:\video_muxed_0.avi
I hoped that the CLOSEAPP 1 switch will force AVI-Mux GUI to quit after the process completes. But it doesn't.
How do I force AVI-Mux GUI to quit automatically?