MP3
LAME 4.0 cVBRb
Recommended EAC command
Performance is recommended for most systems. Solid State is the compatibility-focused alternative. Only one LAME build can be selected at a time. EAC should write the MP3 tags using its own Add ID3 tag option.
-V0 -b 192 --vbr-min-strict --bitrate-boost 3
Lossless
FLAC 1.5.0
Verified working EAC command
-T "artist=%artist%" -T "title=%title%" -T "album=%albumtitle%" -T "date=%year%" -T "tracknumber=%tracknr%" -T "genre=%genre%" -5 %source%
AAC
CW-AAC 1.0.1.0
Recommended VBR q2
%source% %dest% -q 2 --title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" --disk "%cdnumber%/%totalcds%"
Keep %source% and %dest% as the first two positional arguments with this release. --albumartist may be used instead of --band.
Alternative pVBR q2: %source% %dest% --pvbr -q 2 --title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" --disk "%cdnumber%/%totalcds%"
Lossless
CW-ALAC 1.0.1.0
Standard EAC command
--title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" -o %dest% %source%
CW-ALAC writes metadata directly into the M4A file. It also supports disc, lyrics and artwork options for more advanced EAC configurations.
Opus
CW-Opus 1.6.1.0
Recommended EAC example
-cvbr -b 256000 --complexity 10 --title "%title%" --artist "%artist%" --albumartist "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" %source% -o %dest%
44.1 kHz CD input is resampled automatically as required by the Opus encoder.
Dolby Digital
CW-AC3 1.0.1.0
EAC metadata mode
--eac --title "%title%" --artist "%artist%" --album "%albumtitle%" --album-artist "%albumartist%" --date "%year%" --track "%tracknr%" --tracktotal "%numtracks%" --genre "%genre%" "%source%" "%dest%"
DTS Core
CW-DTS 1.0.1.0
Verified EAC metadata command
--eac --title "%title%" --artist "%artist%" --album "%albumtitle%" --album-artist "%albumartist%" --date "%year%" --track "%tracknr%" --tracktotal "%numtracks%" --genre "%genre%" "%source%" "%dest%"
DTS-CD
CW-DTS-WAV 1.0.1.0
Direct EAC integration
Keep the DTS-CD rip bit-perfect. Do not apply normalisation, volume adjustment, DSP, resampling, fades or lossy processing before CW-DTS-WAV receives the EAC WAV.
--eac --title "%title%" --artist "%artist%" --album "%albumtitle%" --album-artist "%albumartist%" --date "%year%" --track "%tracknr%" --tracktotal "%numtracks%" --genre "%genre%" "%source%" "%dest%"
--eac implies overwrite and quiet operation, verifies that EAC's requested output exists and is non-empty, and removes incomplete output if conversion fails.
HDCD
CW-HDCD 1.0.1.0
Tested EAC FLAC workflow
--eac --title "%title%" --artist "%artist%" --album "%albumtitle%" --album-artist "%albumartist%" --date "%year%" --track "%tracknr%" --tracktotal "%numtracks%" --genre "%genre%" "%source%" "%dest%"
CW-HDCD decodes valid HDCD audio to 24-bit FLAC. In --eac mode it verifies the requested output before returning success, allowing EAC to delete its temporary WAV normally.