Hi there,

i need an opinion of experienced lame users about the command line
options. What i want is not frequence filtering but nevertheless nice
quality, since i suppose some humans are really able to listen weired
frequencies. i use '-m j -k -p -q 0 --vbr-new -V 4 -B 256'.
Is this a nice way to go?

Thanks in advance.

The script i use to encode my audio CDs.

#!/bin/csh -f

/usr/pkg/bin/cdparanoia -B

set LAMECMD = '/usr/pkg/bin/lame -m j -k -p -q 0 --vbr-new -V 4 -B 256'

echo `lame --version | head -1` > README
echo $LAMECMD >> README

foreach C (`ls *.wav`)
  $LAMECMD $C
end

exit 0


-- 
Pierre-Philipp
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to