From: Dmytro Humeniuk
Signed-off-by: Dmytro Humeniuk
---
Changelog | 1 +
libavfilter/Makefile | 1 +
libavfilter/af_dumpwave.c | 273 +
libavfilter/allfilters.c | 1 +
libavfilter/version.h | 4 +
Let me introduce dumpwave waveform audio filter – dumps RMS amplitude to JSON
file just like SoundCloud does
As there is no duration knowledge, samples count should be precalculated
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/
From: Dmytro Humeniuk
Signed-off-by: Dmytro Humeniuk
---
Changelog | 1 +
doc/filters.texi | 23
libavfilter/Makefile | 1 +
libavfilter/af_dumpwave.c | 285 +
libavfilter/allfilters.c |
Hi,
>Can you provide some context for this? Please add docs as well.
filter converts samples to decibels and calculates RMS
(Root-Mean-Square) audio power scaled to desired values,
it supposed to generate something like SoundCloud does
http://plnkr.co/edit/WeppGcEPQiOyKDsA0C4Y
I added docs.
>Can't
From: Dmytro Humeniuk
Signed-off-by: Dmytro Humeniuk
---
Changelog | 1 +
doc/filters.texi | 23
libavfilter/Makefile | 1 +
libavfilter/af_dumpwave.c | 285 +
libavfilter/allfilters.c |
Hello
2018-01-10 11:33 GMT+01:00 Moritz Barsnick :
> On Wed, Jan 10, 2018 at 08:58:05 +0100, dmitry.gumen...@gmail.com wrote:
>
>> +@table @option
>> +@item d
>> +Dimensions @code{WxH}.
>> +@code{W} - number of data values in json, values will be scaled according
>> to @code{H}.
>> +The default v
> On 11 Jan 2018, at 22:41, Paul B Mahol wrote:
>
>> On 1/11/18, Dmitry Gumenyuk wrote:
>> Hello
>>
>> 2018-01-10 11:33 GMT+01:00 Moritz Barsnick :
>>>> On Wed, Jan 10, 2018 at 08:58:05 +0100, dmitry.gumen...@gmail.com wrote:
>>>>
>>
> On 11 Jan 2018, at 23:02, Paul B Mahol wrote:
>
>> On 1/11/18, Dmitry Gumenyuk wrote:
>>
>>>> On 11 Jan 2018, at 22:41, Paul B Mahol wrote:
>>>>
>>>> On 1/11/18, Dmitry Gumenyuk wrote:
>>>> Hello
>>>>
>>
--
Best regards,
Dmytro
> On 11 Jan 2018, at 23:57, Paul B Mahol wrote:
>
>> On 1/11/18, Dmitry Gumenyuk wrote:
>>
>>>> On 11 Jan 2018, at 23:02, Paul B Mahol wrote:
>>>>
>>>> On 1/11/18, Dmitry Gumenyuk wrote:
>>>>
>&
> On 12 Jan 2018, at 08:36, Kyle Swanson wrote:
>
> Hi,
>
> Make sure you go back and read our comments. There were several things you
> didn't address in your most recent patch.
Sorry, seems I missed few emails. Sure
> Thanks,
> Kyle
> ___
> ffmpeg-d
10 matches
Mail list logo