HydrogenAudio

Lossy Audio Compression => MP3 => MP3 - General => Topic started by: Forfit on 2012-05-07 13:14:15

Title: LAME: no encoding progress shown with standard input
Post by: Forfit on 2012-05-07 13:14:15
When i use ogg:
Code: [Select]
piperec 44100 16 2 | oggenc -r -B 16 -C 2 -R 44100 -q 1 - -o test.ogg

i see progression in output:
Code: [Select]
Encoding standard input to 
"test.ogg"
at quality 1,00
Encoding [ 0m15s so far]

When instead i use lame:
Code: [Select]
piperec 44100 16 2 | lame --alt-preset standard - C:\test.mp3

i not see nothing.
Do it is possible to have a progression output also for lame?