thx for your answer, Is there any guidance to make ffmepg and run doc/examples/filter_audio.c on macOS ? And I want to use atadenoise in video process rather than audio process
------------------ 原始邮件 ------------------ 发件人: "Carl Eugen Hoyos"<[email protected]>; 发送时间: 2021年2月23日(星期二) 凌晨4:42 收件人: "FFmpeg user questions"<[email protected]>; 主题: Re: [FFmpeg-user] how to call atadenoise function in ffmpeg Am Mo., 22. Feb. 2021 um 14:21 Uhr schrieb xsy_xsy <[email protected]>: > > how to use atadenoise with source code See doc/examples/filter_audio.c > by transplanting it to a video engine. > Is there any example to call function "ff_atadenoise_init_x86" in > "FFmpeg/libavfilter/atadenoise.h" As a library user, you should never call this function, it should not even be visible iirc. See https://ffmpeg.org/contact.html#MailingLists - the right mailing list for your question is libav-user. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
