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)? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel