Hello.
To start with, am running a command line loader, that`s call a cmd script
which in turn do album adjustment (wavegain) then call MPC/Lame.
(have playing around with this. simultaneous with kwanbi`s work with MAREO)
my eac settings is as follows: "user defined encoder" have tried exstensions
>blank<, wav and mp3, no inpact.
(C:\audio\EAC\run\go.exe)autoit3 script/exe))
the additional command box, have : "lame.cmd"
The Lame.cmd looks like this:
CODE
@echo off
echo Full Arg: %1
echo Drive: "%~d1"
echo Path: "%~p1"
echo Name: "%~n1"
echo Ext: "%~x1"
rem Change to arg drive and path
%~d1
cd "%1"
cd
rem Apply ReplayGain via wavegain to dir
"%~dp0wavegain.exe" --album --apply *.wav
rem Encode with Lame..
for %%z in (*.wav) do "%~dp0lame.exe" -V 0 -m s --allshort -k -X m -q 0 --noreplaygain "%%z" "%%~nz.mp3"
del *.wav
:end
(nasty script, i know, but it`s working as it should.)
ps. do not comment the lame command line,
this have been done several times before.
The script runns fine as standalone, or combined with cdda2wav or cdex.
the filename thing, is only in eac.