On Thu, Nov 15, 2018 at 17:21:48 +0100, Erwan Douaille wrote: > Do you know if it´s normal ? How to ensure my build is "opencl ready" ?
I would say that your output of ./configure already says so. You have the hwaccell opencl, and various *_opencl filters. You could also try: $ /e/Downloads/ffmpeg/bin/ffmpeg -hwaccells | grep opencl $ /e/Downloads/ffmpeg/bin/ffmpeg -filters | grep opencl to see the actual result. Cheers, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
