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 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)?

its already in rawenc.c

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

Frequently ignored answer#1 FFmpeg bugs should be sent to our bugtracker. User
questions about the command line tools should be sent to the ffmpeg-user ML.
And questions about how to use libav* should be sent to the libav-user ML.


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


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.
> 
> ./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


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

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

The real ebay dictionary, page 2
"100% positive feedback" - "All either got their money back or didnt complain"
"Best seller ever, very honest" - "Seller refunded buyer after failed scam"


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


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 
wrote:

> 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 when other now included
> encoders where added
>
> you have to update
> libavcodec/Makefile
> libavcodec/allcodecs.c
>
>
> > and what are the command line AVoptions are to be added to convet .pcm
> file
> > to .mlp file(i have added sample_bits s24)
>
> i do not understand the question
>
>
> [...]
> --
> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> Breaking DRM is a little like attempting to break through a door even
> though the window is wide open and the only thing in the house is a bunch
> of things you dont want and which you would get tomorrow for free anyway
>
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
>
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


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 when other now included
encoders where added

you have to update
libavcodec/Makefile
libavcodec/allcodecs.c


> and what are the command line AVoptions are to be added to convet .pcm file
> to .mlp file(i have added sample_bits s24)

i do not understand the question


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

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[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)


Greeshma Balabhadra
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[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)


Greeshma Balabhadra
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel