PDA

View Full Version : R15.1 Bug: [encoder+] returns wrong value for WMA CBR



chrisjj
10-02-2014, 12:53 PM
E.g. here:

http://i.imgur.com/TNDU9I3.png

Spoon
10-02-2014, 07:58 PM
noted

chrisjj
10-03-2014, 10:25 AM
Thanks. I look forward to a fix :)

chrisjj
10-03-2014, 02:00 PM
PS Looks like the problem is that the value is from the source file not the destination, e.g.

WAV http://i.imgur.com/hFsdeAA.png
MP3 http://i.imgur.com/656Cdsj.png

Spoon
01-30-2015, 09:50 AM
I have looked at it and it cannot be done in any reasonable way, in that the encoder does not present the settings in a human readable way, for example WMA internally has:

-codec="Windows Media Audio 9.2" -settings="VBR Quality 98, 44 kHz, stereo VBR" -vbr

which is not a human readable format.

chrisjj
01-30-2015, 10:24 AM
I have looked at it and it cannot be done in any reasonable way, in that the encoder does not present the settings in a human readable way, for example WMA internally has:

-codec="Windows Media Audio 9.2" -settings="VBR Quality 98, 44 kHz, stereo VBR" -vbr

which is not a human readable format.

Surely "VBR Quality 98, 44 kHz, stereo VBR" is human-readable... and appropriate for use as at the [encoder+] value.

Spoon
01-30-2015, 03:35 PM
Except that is internal to the encoder, each encoder stores it differently, mp3, aac, flac, etc.

chrisjj
01-30-2015, 04:40 PM
Except that is internal to the encoder, each encoder stores it differently, mp3, aac, flac, etc.

Surely that settings line is not internal to the encoder. It is generated by dBpa and provided to the encoder.

chrisjj
10-02-2015, 07:00 PM
Any chance of a fix to this?