Re: [FFmpeg-devel] [GSoC] [PATCH 2/2] mlpenc: Working MLP/TrueHD encoder

2016-09-18 Thread Andy Furniss
Jai Luthra wrote: On Sat, Sep 17, 2016 at 05:07:28PM +0100, Andy Furniss wrote: Nice work, this is just a sort of related question really from a user who hasn't taken any notice of TrueHD for a few years. Last I looked I couldn't find much in the way of specs for TrueHD and noticed that the

Re: [FFmpeg-devel] [GSoC] [PATCH 2/2] mlpenc: Working MLP/TrueHD encoder

2016-09-17 Thread Jai Luthra
On Sat, Sep 17, 2016 at 05:07:28PM +0100, Andy Furniss wrote: > Nice work, this is just a sort of related question really from a user > who hasn't taken any notice of TrueHD for a few years. > > Last I looked I couldn't find much in the way of specs for TrueHD and > noticed that the Decoder didn't

Re: [FFmpeg-devel] [GSoC] [PATCH 2/2] mlpenc: Working MLP/TrueHD encoder

2016-09-17 Thread Andy Furniss
Jai Luthra wrote: * Multichannel support for TrueHD is experimental There should be downmix substreams present for 2+ channel bitstreams, but ffmpeg decoder doesn't need it. Will add support for this soon. Nice work, this is just a sort of related question really from a user who hasn't taken

Re: [FFmpeg-devel] [GSoC] [PATCH 2/2] mlpenc: Working MLP/TrueHD encoder

2016-08-27 Thread Michael Niedermayer
On Tue, Aug 23, 2016 at 02:33:00AM +0530, Jai Luthra wrote: > * Multichannel support for TrueHD is experimental > > There should be downmix substreams present for 2+ channel bitstreams, > but ffmpeg decoder doesn't need it. Will add support for this soon. > > * There might be lossless

[FFmpeg-devel] [GSoC] [PATCH 2/2] mlpenc: Working MLP/TrueHD encoder

2016-08-22 Thread Jai Luthra
* Multichannel support for TrueHD is experimental There should be downmix substreams present for 2+ channel bitstreams, but ffmpeg decoder doesn't need it. Will add support for this soon. * There might be lossless check failures on LFE channels * 32-bit sample support has been removed