Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-11-04 Thread Pallavi Kumari
>> ok, do you know how to compute that or should i explain it ? Explanation will help. Is there any function in FFmpeg to get absolute value of FFT? and how to get frequency data? On Fri, Nov 4, 2016 at 11:04 PM, Michael Niedermayer wrote: > On Fri, Nov 04, 2016 at 09:01:22PM +0530

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-11-04 Thread Pallavi Kumari
0-120, 120-180, 180-300 frequency values. And for each freq bin interest is to find a points with highest amplitude. A example set(interest point) is 37, 72, 120, 158 From each window an interest point is extracted. On Fri, Nov 4, 2016 at 6:41 PM, Michael Niedermayer wrote: > On Fri, No

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-11-04 Thread Pallavi Kumari
patch attached. On Fri, Nov 4, 2016 at 3:29 PM, Michael Niedermayer wrote: > On Fri, Nov 04, 2016 at 07:46:34AM +0530, Pallavi Kumari wrote: > > Updated patch attached. PFA > [...] > > > Makefile|1 > &

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-11-03 Thread Pallavi Kumari
Updated patch attached. PFA On Thu, Nov 3, 2016 at 2:00 AM, Michael Niedermayer wrote: > On Thu, Nov 03, 2016 at 01:10:26AM +0530, Pallavi Kumari wrote: > > Necessary changes has been done. PFA. > > > > Usage: > > > > ./ffmpeg -i kpg.mp3 -filter_complex peakpoi

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-11-02 Thread Pallavi Kumari
Necessary changes has been done. PFA. Usage: ./ffmpeg -i kpg.mp3 -filter_complex peakpoints=wsize=16 -f null - On Wed, Nov 2, 2016 at 6:14 AM, Michael Niedermayer wrote: > On Wed, Nov 02, 2016 at 05:00:09AM +0530, Pallavi Kumari wrote: > > Hi Michael, > > > > I have att

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-11-01 Thread Pallavi Kumari
Hi Michael, I have attached a working patch with the mail. PFA. Usage: ./ffmpeg -i kpg.mp3 -filter_complex peakpoints=input=kpg.mp3:wsize=16 Regards, Atana On Fri, Oct 28, 2016 at 4:38 AM, Michael Niedermayer wrote: > On Thu, Oct 27, 2016 at 11:38:27PM +0530, Pallavi Kumari wrote: >

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-27 Thread Pallavi Kumari
7, 2016 at 12:40:53AM +0530, Pallavi Kumari wrote: > > I mean deciding a timeline for the opw project. Which is to be mentioned > in > > application > > its your application, you can choose whatever timeline you feel makes > sense. > As far as iam concered whats important

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-26 Thread Pallavi Kumari
I mean deciding a timeline for the opw project. Which is to be mentioned in application On Wed, Oct 26, 2016 at 6:01 PM, Michael Niedermayer wrote: > Hi > > On Mon, Oct 17, 2016 at 02:06:26PM +0530, Pallavi Kumari wrote: > > Hi Michael, > > > > I figured out the u

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-17 Thread Pallavi Kumari
Hi Michael, I figured out the use of fft. Help me with the time line setting. Thanks On Mon, Oct 17, 2016 at 1:37 PM, Pallavi Kumari wrote: > I am not sure how to use fft function of ffmpeg. I tried on a test code > https://dpaste.de/es8K. could you point me to an example or som

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-17 Thread Pallavi Kumari
I am not sure how to use fft function of ffmpeg. I tried on a test code https://dpaste.de/es8K. could you point me to an example or something? Also, could you help me with a timeline for this project. On Sat, Oct 15, 2016 at 10:34 PM, Pallavi Kumari wrote: > I will makes the necessary chan

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-15 Thread Pallavi Kumari
I will makes the necessary changes. On Sat, Oct 15, 2016 at 5:45 AM, Michael Niedermayer wrote: > On Sat, Oct 15, 2016 at 03:33:27AM +0530, Pallavi Kumari wrote: > > Hi Michael, > > > > Please find the task at https://github.com/atana1/audio_stream > > The c

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-14 Thread Pallavi Kumari
Hi Michael, Please find the task at https://github.com/atana1/audio_stream Regards, Pallavi nick - atana On Wed, Oct 12, 2016 at 6:26 AM, Michael Niedermayer wrote: > On Tue, Oct 11, 2016 at 11:54:04PM +0200, Michael Niedermayer wrote: > > On Tue, Oct 11, 2016 at 09:52:08PM +0530

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-11 Thread Pallavi Kumari
th it and with writing the application. Regards, Pallavi -atana On Tue, Oct 11, 2016 at 6:01 AM, Michael Niedermayer wrote: > On Mon, Oct 10, 2016 at 10:48:19PM +0530, Pallavi Kumari wrote: > > Hi Nicholas, > > > > The use cases proposed by you is certainly very useful. You a

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-10 Thread Pallavi Kumari
Hi Nicholas, The use cases proposed by you is certainly very useful. You are welcome to add it with the wiki content. Thanks again for your input :) On Mon, Oct 10, 2016 at 10:33 PM, Nicolas George wrote: > Le nonidi 19 vendémiaire, an CCXXV, Pallavi Kumari a écrit : > > Implementin

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-10 Thread Pallavi Kumari
with peaks you mean peaks in a frequency/time 2d array ? Yes. On Sat, Oct 8, 2016 at 8:06 AM, Michael Niedermayer wrote: > On Fri, Oct 07, 2016 at 10:49:42PM +0530, Pallavi Kumari wrote: > > >> iam interrested, i intend to mentor only one applicant though > > >> iam als

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-07 Thread Pallavi Kumari
odule. what do you think? Thanks and regards, Pallavi On Fri, Oct 7, 2016 at 7:14 AM, Michael Niedermayer wrote: > On Wed, Oct 05, 2016 at 11:23:11PM +0530, Pallavi Kumari wrote: > > I am looking for mentor(s). Kindly let me know if anyone interested. > > iam interrested, i intend t

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-05 Thread Pallavi Kumari
I am looking for mentor(s). Kindly let me know if anyone interested. On Tue, Sep 27, 2016 at 2:22 PM, Pallavi Kumari wrote: > Lou, Jean thanks for your suggestions. I will go through them meanwhile I > have finished a rough sketch of the idea. Please find it at [1]. > >

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-09-27 Thread Pallavi Kumari
Lou, Jean thanks for your suggestions. I will go through them meanwhile I have finished a rough sketch of the idea. Please find it at [1]. [1] https://wiki.mozilla.org/Atana/idea On Tue, Sep 27, 2016 at 11:33 AM, Jean First wrote: > On Sun Sep 25 2016 14:32:25 GMT+0200 (CEST), Pallavi Kum

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-09-26 Thread Pallavi Kumari
above scenario can be done by doing spectrum analysis (fingerprinting) technique. Let me make a draft explaining algorithmic steps in details. Looking forward to more interesting views/opinions. Regards, Pallavi, IRC - atana On Mon, Sep 26, 2016 at 10:33 PM, Nicolas George wrote: > Le qu

[FFmpeg-devel] [OPW] OPW Project Proposal

2016-09-25 Thread Pallavi Kumari
Hi folks, I am Pallavi Kumari, a recent graduate in Computer Science from IIIT Hyderabad, India. My areas of interest includes Information Retrieval and Extraction, Machine learning, Deep learning , algorithms. I have sound knowledge C, C++, Python and am familiar with various open source