Hi John,
QUOTE
1. Specify a command line of 'lame input.wav', and it will use --aps and generate input.wav.mp3.
2. Specify a command line of 'lame input.wav output.mp3', and it will use --aps and give you the expected output
I wonder if many folks do really have a need for a file a file called input.wav.mp3
Wouldnīt it be easier to use :
1. Specify a command line of
'lame input.wav', and it will use
--aps and generate output.mp3 instead.
2. Specify a command line of 'lame input.wav output.wav.mp3', and it will use --aps and give you the expected output.
instead.
QUOTE
3. Specify 'V n' in the command line where n is < 2, and it will use --ape.
4. Specify 'V n' in the command line where n is > 1 and < 4, and it will use --aps.
5. Specify 'V n' in the command line where n is > 3 and < 6, and it will use --preset medium.
6. Specify 'V n' in the command line where n is > 5, and it will behave as normal; ie., no preset usage.
So,... does that mean:
V -n, V 0, V 1 = --ape
V 2/3 = --aps
V 4/5 = --preset medium
V 6/...= no preset ?
... seems a bit complicated to me (... but maybe I just donīt understand the reason behind this

) , why donīt just simplify all presets:
3. Specify "
--extreme", and it will use
--ape4. For --aps see point 1 (no further arguments).
5. Specify "
--medium", and it will use
--preset medium.
QUOTE
7. Specify '--abr n' in the command line and it will map to the --preset abr settings.
8. Specify '-b n' in the command line as a CBR setting; ie., not as a min VBR bitrate; and it will map to the --preset cbr settings.
Yes
QUOTE
6. Specify 'V n' in the command line where n is > 5, and it will behave as normal; ie., no preset usage.
6. Specify
something else and it
will behave as normal; ie., no preset usage
Thatīs how I see it to be the most simple, but I also see the point as already stated by Andavary:
QUOTE
I can see the point that you're making which would simplify Lame switches. I must say however that if that were the direction to go it may cause a mass confusion since many people never read or print the manual.
... but if the old switches are not disabled, everything will still be OK even for the "manual-non-readers".