[FFmpeg-devel] new encoder function(urgent)

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Oct 27 18:25:59 CET 2014


On Mon, Oct 27, 2014 at 05:16:53PM +0100, Michael Niedermayer wrote:
> On Mon, Oct 27, 2014 at 09:23:59PM +0530, greeshma wrote:
> > Hi,
> > 
> > thanks,
> > I am trying to convert .raw/.pcm file to .mlp file using mlp encoder.I want
> > the command line options to be used for the conversion.
> 
> ./ffmpeg -i input.wav output.mlp
> 
> should work if there is a mlp encoder

Doesn't that need both a MLP encoder and muxer?
Or if it's supposed to be raw data, adding it to rawenc.c (see
ff_truehd_muxer for an example)?


More information about the ffmpeg-devel mailing list