[mythtv] [mythtv-commits] mythtv branch master updated by cpinkham. v0.26-alpha-9-g6fb8692

Chris Pinkham cpinkham at bc2va.org
Sat Jul 21 04:57:23 UTC 2012


* On Sat Jul 21, 2012 at 01:23:43PM +1000, Jean-Yves Avenard wrote:
> On 21 July 2012 11:27, Chris Pinkham <cpinkham at bc2va.org> wrote:
> > libfaac won't get used even if compiled in.  To use libfaac, you
> > select the "libfaac" codec and to use the built-in AAC encoder,
> > you select "aac".  mythtranscode's HLS code uses "aac".
> 
> Did you see in the log:
> CoreContext avformatdecoder.cpp:216 (myth_av_log) - [libfaac @
> 0x7ff89aee34a0] Specified sample_fmt is not supported.

Yeah, but I fixed that on my checkout but never committed it.
Rather than hard-coding the sample format like I do, I need to
use the sample format used by the selected codec.  People
shouldn't need to use libfaac over the internal encoder, so I
didn't see a need for a fix yet.  If --avf mode is extended
to allow specifying the codec, then the hard-coding I have
now of float for aac vs int for mp3 will have to change.

--
Chris


More information about the mythtv-dev mailing list