Avidemux Forum

Avidemux => Windows => Topic started by: zemanepic on March 09, 2012, 01:26:10 PM

Title: How to code "set audio filter/mixer/ to stereo" in command line batch
Post by: zemanepic on March 09, 2012, 01:26:10 PM
Have been using the following command line file to convert avi xvid/mp3 to mkv h264/mp3 with fantastic results:

set avidemux="C:\Program Files\Avidemux 2.5\avidemux2.exe"
set videocodec="x264"
set audiocodec="MP3"
set audiobitrate=64
for %%f in (*.avi) do %avidemux% --load "%%f" --video-codec %videocodec% --audio-codec %audiocodec% --audio-bitrate %audiobitrate% --force-alt-h264 --output-format MATROSKA --save "%%f.mkv" --quit 

Now i am having some xvid /ac3 with 3 and 5 channels.

Can somebody please help me to set the audio filter mixer to stereo, in order to convert these new files?

Thank you very much.

%-)
Title: Re: How to code "set audio filter/mixer/ to stereo" in command line batch
Post by: Agent_007 on March 09, 2012, 05:53:29 PM
AFAIK there isn't direct command-line option for that. But you can create a .js script file for that.