how to call atadenoise function in ffmpeg
how to use atadenoise with source code by transplanting it to a video engine. Is there any example to call function "ff_atadenoise_init_x86" in "FFmpeg/libavfilter/atadenoise.h"
hey @xsy123xsy adadenoise is a filter and I still didn't cover the filters topic in here but you can see the official example to understand how they work.
Thx for your answer. I have read the example "FFmpeg/doc/examples/filtering_video.c",but I cannot really understand how it works. And I can't figure out how to configure const char *filter_descr in https://github.com/FFmpeg/FFmpeg/blob/master/doc/examples/filtering_video.c to use atadenoise to do video processing in ffmepg. What's more, I'd like to debug it on macOS/Ubuntu step by step to delve into the code and learn how the algorithm works.
------------------ย ๅๅง้ฎไปถย ------------------ ๅไปถไบบ: "Leandro Moreira"<[email protected]>; ๅ้ๆถ้ด: 2021ๅนด2ๆ23ๆฅ(ๆๆไบ) ๅๆจ0:25 ๆถไปถไบบ: "leandromoreira/ffmpeg-libav-tutorial"<[email protected]>; ๆ้: "xsy_xsy"<[email protected]>; "Mention"<[email protected]>; ไธป้ข: Re: [leandromoreira/ffmpeg-libav-tutorial] how to call atadenoise function in ffmpeg (#85)
hey @xsy123xsy adadenoise is a filter and I still didn't cover the filters topic in here but you can see the official example to understand how they work.
โ You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.