FuPP
24th May 2010, 23:11
Hi,
I need help about 'wavegain' (a utility that allows to add gain + hard limiting).
I actually need to batch some processing and that for i try to use std-in and std-out abilities of wavegain (1.2.8) ; I want 32 bits float processing without creating intermediate files
But without success... std-in and std-out seem to work but not together.
Here is my command line :
wavi myscript.avs - | wavegain -n -t -y -o - | lame --verbose -V5 --nsmsfix 1.0 - myfile.mp3
(myscript.avs contains a downmixing script borrowed to behappy, and which is ok if used alone)
and here is what I get :
Warning: unsupported audio format
This is from lame which is not happy about input (ie what is coming out from wavegain)
I do not know if it is related to my syntax. I have tried several things without success. Does anyone know if this is a bug or me ?
Thanks in advance,
FuPP
I need help about 'wavegain' (a utility that allows to add gain + hard limiting).
I actually need to batch some processing and that for i try to use std-in and std-out abilities of wavegain (1.2.8) ; I want 32 bits float processing without creating intermediate files
But without success... std-in and std-out seem to work but not together.
Here is my command line :
wavi myscript.avs - | wavegain -n -t -y -o - | lame --verbose -V5 --nsmsfix 1.0 - myfile.mp3
(myscript.avs contains a downmixing script borrowed to behappy, and which is ok if used alone)
and here is what I get :
Warning: unsupported audio format
This is from lame which is not happy about input (ie what is coming out from wavegain)
I do not know if it is related to my syntax. I have tried several things without success. Does anyone know if this is a bug or me ?
Thanks in advance,
FuPP