Page 1 of 1
Is there any way to transcode to 360kb/sec mp3 files?

Posted:
Fri May 27, 2011 7:53 pm
by goldsman
(I apologize if this has been discussed before) - but it appears that transcoded flac->mp3 files are encoded at 192kb/sec - is this there a reason this is the rate and there's not a way to make it 360kb/sec? (maybe a dlna standards kinda thing? ) I'm already sad that my Panasonic blue-rauy player can't play flac or wav files - now it looks like I'll be stuck at 192kb/sec as well!
Great product btw - thanks a lot for making it available to all of us!
Re: Is there any way to transcode to 360kb/sec mp3 files?

Posted:
Fri May 27, 2011 11:45 pm
by zip
you can change the profile to transcode to a different bitrate via the aBitrate attribute, like this:
<Audio targetContainer="mp3" aBitrate="384">
<Matches container="mp4" />
<Matches container="flac" />
<Matches container="ogg" />
</Audio>
Re: Is there any way to transcode to 360kb/sec mp3 files?

Posted:
Sat May 28, 2011 3:33 am
by goldsman
Great- I was wondering if that param was available for the audio transcoding block (I saw it for the video one) - I should have just tried it myself and hoped for the best!
Thanks a lot
Re: Is there any way to transcode to 360kb/sec mp3 files?

Posted:
Sat May 28, 2011 4:19 pm
by zip
Ah, I missed it on the website, it's there now
Re: Is there any way to transcode to 360kb/sec mp3 files?

Posted:
Sat Jun 04, 2011 4:51 am
by goldsman
It worked perfectly - glad I could help enhance the docs a bit too.
-Mike