Page 1 of 1

transcoding mp3 > aac

PostPosted: Thu Apr 24, 2008 9:05 am
by cellulit
ok... one more thing.

Did anybody try transcoding to other formats than mp3?
I wanted to check AAC/M4A streams which sound a bit better than MP3 at lower bitrates.
I'm using these settings:

Code: Select all
name: mp3 > m4a
from: mp3
to: mp4
step 1: lame --decode %s -
step 2: faac -b %b - -


Both programs are being launched by subsonic, but foobar can't open the stream.
Any tips?
Thanks.

PostPosted: Mon Apr 28, 2008 6:19 pm
by cellulit
There's actually one more bug related to this.
No matter what the output extension is set to the URL included i nthe playlist will always contain:
Code: Select all
&suffix=.mp3


Could anyone have a look at it, pls?
Thx