Page 1 of 1

Extra audio information in +title

Posted: Fri Aug 01, 2014 8:24 am
by vid.user
Is it possible to request the 'extra' audio information is placed within the '+ title' section of the HandBrakeCLI output? I don't know whether it's a bug, an oversight, or of no concern?

example AC3:

Code: Select all

+ title 1:
    + 1, English (AC3) (2.0 ch) (iso639-2: eng), 48000Hz, 640000bps
But I've noticed with most aac|mp3 it gives this:

Code: Select all

    + 1, Unknown (AAC) (2.0 ch) (iso639-2: und)
    + 2, Hindi (MP3) (2.0 ch) (iso639-2: hin)
But the 'Hz' and 'bps' information is there, in the above "Stream" section just not displayed in the "+ title" section.

Code: Select all

   Stream #0.1(und): Audio: aac, 48000 Hz, stereo, fltp, 128 kb/s (default)
   Stream #0.2(hin): Audio: mp3, 48000 Hz, 2 channels, s16p, 160 kb/s

Re: Extra audio information in +title

Posted: Fri Aug 01, 2014 11:56 am
by Deleted User 11865
I guess now that the Windows GUI no longer uses the CLI for scanning, this could be implemented. Not really a priority for me TBH, but patches welcome ;-)

Re: Extra audio information in +title

Posted: Fri Aug 01, 2014 3:17 pm
by vid.user
I'd certainly do a patch if I was capable of it, but sadly not. I do a GUI for the HandBrakeCLI and just hoped it could be implemented because various other formats seem to follow printing this info. Anyway, just thought I'd mention it, hope to see it, and keep up the great work, many people do appreciate it.