stephenkca;351501 Wrote: > Why would you want to convert MP3 to WAV or FLAC?
>From this thread: http://forums.slimdevices.com/showthread.php?t=53935 I wanted to give it a listen for myself, and then became curious about why I was having trouble getting the transcoding set up correctly. What ended up working was either '-- -' or '--stdout -', explicitly telling Flac that output goes to stdout. The Flac documentation states that if the input is stdin then output will be to stdout, but apparently that's not the case. Code: -------------------- [lame] --decode --mp3input --silent $FILE$ - | [flac] -0 --totally-silent -- - [lame] --decode --mp3input --silent $FILE$ - | [flac] -0 --stdout --totally-silent - -------------------- -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=53973 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
