[FFmpeg-devel] [PATCH]Addition of MLP encoder

Michael Niedermayer michael at niedermayer.cc
Tue Mar 29 02:54:37 CEST 2016


On Tue, Mar 29, 2016 at 03:13:50AM +0530, Disha Singh wrote:
> What is lpc ?

linear predictive coding


> Which lpc type (there are many in libavcodec/lpc.h)should be
> used for mlp ?

i would guess that doesnt matter and it should at some point become
a user specified parameter
you can also look at other encoders which use the lpc code


> Also, please tell lpc_passes and precision and max_order
> value to be specified for mlp.

lpc_passes, is like type
for the others check what the decoder or codec syntax can handle or
what some MLP files use (ive no idea either without checking)


> 
> In correct order of parameters in old file is causing SIGABRT error in line
> 214 in lpc.h . :(((

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Everything should be made as simple as possible, but not simpler.
-- Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160329/7c966e7f/attachment.sig>


More information about the ffmpeg-devel mailing list