i used sox for joining several .wav files to 1 big (4.36GB) .raw file. later i tried to encode this .raw to .mp3 using lame on commandline window. my commandline is
lame -r -s 48000 -V0 -m s -p old.raw new.mp3
after submitting it starts but its estimatet total encoding time of ~3Min is far too less. i checked the encoded mp3. it shows the right sampling rate and bit rate BUT it gets hardcore distorted and i cannot figure out my mistake.
chance you could help me out please?
and what does this technically mean?
QUOTE
infile and/or outfile can be "-", which means
i dont understand the words stdin and stdout. and cannot find infos in lame commandline documentation. what's that mean? where to use it? and how should its commandline look like? probably like this? lame -.wav -.raw ?regards, tinobee
