Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: LAME: no encoding progress shown with standard input (Read 2254 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

LAME: no encoding progress shown with standard input

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?