QUOTE(AnEnigma66 @ Oct 26 2005, 11:48 AM)
QUOTE(Sunhillow @ Oct 24 2005, 01:17 PM)
Encode the WAV files using the --nogap option (--> see lame --longhelp)
I'm embarrassed to have to ask this, but in using LAME help, what is the switch that is equivalent to the DOS /p switch so that only one page of information is shown at a time?
Just pipe it through the 'MORE' filter.
lame --lognhelp | more
You coule also redirect help to a text file.
lame --lognhelp > lame.txt
You could read the text file with any editor.