View Full Version : Need CLI to mux AVI
Capt.Video
13th April 2006, 23:38
Just as the title says.. if you can provide a link, that would be of great help!
I need to be able to mux AVI with MPA(MP2)/MP3 and possibly AAC/AC3.
It needs to be a command line interface, or a program that will accept CLI arguments.
Thanks much!
Andrew
buzzqw
14th April 2006, 07:17
AviMux Gui (http://www.alexander-noe.com/video/amg/) by Alex Noe
BHH
Capt.Video
14th April 2006, 16:00
I just downloaded it. But I cant find anywhere what the command line arguments are.
If you have a link to outline them, would you be so kind as to post it please?
Thanks,
Andrew
buzzqw
14th April 2006, 16:21
http://www.alexander-noe.com/video/amg/script.html
here an example
CLEAR
LOAD C:\movie.avi
LOAD C:\audio.mp3
LOAD C:\audio.ac3
SELECT FILE 1
ADD VIDEOSOURCE
SET OUTPUT OPTIONS
WITH SET OPTION
OPENDML 0
RECLISTS 0
AUDIO INTERLEAVE 3 FR
AVI ADDJUNKBEFOREHEADERS 0
PRELOAD 200
WITH AUDIO
NAME 1 english
END WITH
OVERWRITEDLG 0
CLOSEAPP 1
DONEDLG 0
ALL AUDIO 1
LEGACY 0
RECLISTS 1
NUMBERING OFF
MAXFILESIZE OFF
MAXFILES OFF
END WITH
START c:\movie_full.avi
BHH
Capt.Video
14th April 2006, 17:27
I saw that script page just before posting...
But I cant find any documentation on how to invoke AVIMux and run the script. Running the EXE with /? or /help or -? or -help does nothing bur lauch the program.
At any rate, it may allow AAC, but it doesnt support MP2/MPA... so I may just stick with Mencoder and LAME everything over to MP3 to mux.
If theres any more info, please feel free to pass it on. Ive got the basics down (the process), now comes the time to start developing the application to generate the scripts and launch a batch file!
This may not be near as pretty an interface as AVI.NET, or maybe AutoGK, but you will have absolute control over the process!!
buzzqw
14th April 2006, 17:38
run "avimux_gui.exe yourmuxstring"
also from site
supported input file types:
AVI, MKV
WAV, MPA/MP3, AC3, DTS, AAC, OGG/Vorbis
SRT, SSA
mp2/mpa is allowed...in MKV ;)
but aac or mp2 in avi is an hack... playable only by mplayer (afaik)
note: you can look at my little program in sign to view some batching routines
BHH
Capt.Video
14th April 2006, 18:32
Ive been able to get zoomplayer to play avi with MP2 and also AAC, and also Philips 642 set top (dont misread, only 1 audio track).
Still searching...
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.