ffmpeg-libav-tutorial icon indicating copy to clipboard operation
ffmpeg-libav-tutorial copied to clipboard

how to call atadenoise function in ffmpeg

Open xsy123xsy opened this issue 4 years ago โ€ข 2 comments

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"

xsy123xsy avatar Feb 22 '21 14:02 xsy123xsy

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.

leandromoreira avatar Feb 22 '21 16:02 leandromoreira

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.

xsy123xsy avatar Feb 23 '21 06:02 xsy123xsy