Re: [FFmpeg-devel] new encoder function(urgent)

2014-10-27 Thread Michael Niedermayer
On Mon, Oct 27, 2014 at 06:25:59PM +0100, Reimar Döffinger wrote: > 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 en

Re: [FFmpeg-devel] new encoder function(urgent)

2014-10-27 Thread Reimar Döffinger
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. > >

Re: [FFmpeg-devel] new encoder function(urgent)

2014-10-27 Thread Michael Niedermayer
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 [...] -- Mi

Re: [FFmpeg-devel] new encoder function(urgent)

2014-10-27 Thread greeshma
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. Greeshma Balabhadra Pre final Undergraduate IIT Guwahati +91 7896366744 grees...@iitg.ernet.in On Mon, Oct 27, 2014 at 9:07 PM, Michael Niedermayer wr

Re: [FFmpeg-devel] new encoder function(urgent)

2014-10-27 Thread Michael Niedermayer
Hi On Mon, Oct 27, 2014 at 08:54:11PM +0530, greeshma wrote: > Hi, > > how can we register new encoder file in the list of encoders. > i have added new encoder mlpenc.c and made patches accordingly.but i am not > able to convert .pcm file to .mlp file Best check the changes that where commited w

[FFmpeg-devel] new encoder function(urgent)

2014-10-27 Thread greeshma
Hi, how can we register new encoder file in the list of encoders. i have added new encoder mlpenc.c and made patches accordingly.but i am not able to convert .pcm file to .mlp file and what are the command line AVoptions are to be added to convet .pcm file to .mlp file(i have added sample_bits s24

[FFmpeg-devel] new encoder function(urgent)

2014-10-27 Thread greeshma
Hi, how can we register new encoder file in the list of encoders. i have added new encoder mlpenc.c and made patches accordingly.but i am not able to convert .pcm file to .mlp file and what are the command line AVoptions are to be added to convet .pcm file to .mlp file(i have added sample_bits s24