>
> I thinks it's not possible with ffmpeg command line tool. There is a
> *delogo* filter which removes the logo from the clip but doesn't tell you
> the timings where this logo appears.

You can easily detect the logo in image using opencv lib
> <https://ai-facets.org/robust-logo-detection-with-opencv/> . So if you
> can understand some C or C++, you can use ffmpeg c API to get sequence of
> avframes from your clip and feed it to opencv as an image to detect the
> logo. You can also get the timings of that frame from ffmpeg.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to