Page 1 of 1

Format dependant bitrate - 128k MP3 != 128k Ogg or ACC etc

PostPosted: Fri Mar 18, 2011 11:25 am
by agentblueuk
As OGG Vorbis is approximately twice as efficient as mp3, we kind of need bit per format. i.e 64k ogg would sound perfectly good though when out and about on mobile but would force me to transcode from mp3 -> ogg on my mobile, but when on wifi i'd rather hear the untouched 320k mp3, but then I would not want to be wasting space on my phone by converting flac -> 320k ogg which is just total over kill. I struggle to hear any difference between orgininal source and ogg past 180k

The simplest way I can see is for the list of transcoders to support a bitrate multiplier, e.g 1 for mp3 and 0.5 for ogg / aac etc. I tried using $((%b/2)) (which is valid shell) but the command is not being evaluated, just past as literal value

PostPosted: Fri Mar 18, 2011 2:07 pm
by 3R3
+1 Good idea, maybe this can already be done with some trick.

Re: Format dependant bitrate - 128k MP3 != 128k Ogg or ACC e

PostPosted: Sun Mar 16, 2014 1:22 pm
by agentblueuk
Anyone else like the idea? Would a patch of the feature be accepted?