[FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

Sanchit Sinha sanchit15083 at iiitd.ac.in
Sat Mar 11 13:50:45 EET 2017


Patch details:
File added avfilter/af_ambisonic.c
Entries made in avfilter/Makefile and avfilter/allfilters.c
Entry made in Changelog




On Sat, Mar 11, 2017 at 4:29 PM, Sanchit Sinha <sanchit15083 at iiitd.ac.in>
wrote:

>
> Thanks Andy for the valuable info! It would be good to talk and learn from
> these guys, especially for an amateur like me. :)
>
> On Sat, Mar 11, 2017 at 4:23 PM, Andy Furniss <adf.lists at gmail.com> wrote:
>
>> Paul B Mahol wrote:
>>
>>> On 3/11/17, Andy Furniss <adf.lists at gmail.com> wrote:
>>>
>>>> Sanchit Sinha wrote:
>>>>
>>>>> libavfilter/af_ambisonic.c | 139
>>>>>
>>>>
>>>> +        w=(float *)(*(in->extended_data)+itr);
>>>>> +        x=(float *)(*(in->extended_data+1)+itr);
>>>>> +        y=(float *)(*(in->extended_data+2)+itr);
>>>>> +
>>>>> +        *lf = root8 * (2*(*w)+*x+*y);
>>>>> +        *lb = root8 * (2*(*w)-*x+*y);
>>>>> +        *rb = root8 * (2*(*w)-*x-*y);
>>>>> +        *rf = root8 * (2*(*w)+*x-*y);
>>>>>
>>>>
>>>> Seems a bit misleading to call something ambisonic if all it will
>>>> do is 2d, so partial b-format to (square?) 4 channel.
>>>>
>>>> Why not be more specific in the name so the limitation is clear.
>>>>
>>>
>>> This is just for qualification task. Later filter willl be extended.
>>>
>>> It will not be applied as is in tree.
>>>
>>
>> Ahh, OK.
>>
>> A complicated subject.
>>
>> Sanchit, in case you don't know, some of the people who were around at
>> the birth of ambisonics, plus ambdec author can be found on the list -
>>
>> https://mail.music.vt.edu/mailman/listinfo/sursound
>>
>>
>>
>>
>>
>> _______________________________________________
>> ffmpeg-devel mailing list
>> ffmpeg-devel at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>
>
>
>
> --
> Sanchit Sinha
> B.Tech- CSE
> IIIT-Delhi
> Roll-2015083
>



-- 
Sanchit Sinha
B.Tech- CSE
IIIT-Delhi
Roll-2015083
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avfiler-af_ambisonic.c-file-added-avfilter-allfilter.patch
Type: text/x-patch
Size: 6099 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170311/5c866213/attachment.bin>


More information about the ffmpeg-devel mailing list