jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi
https://hub.docker.com/r/jrottenberg/ffmpeg/
Apache License 2.0
1.42k stars 455 forks source link

enable cuda llvm on 4.2+ #319

Closed jasongdove closed 2 years ago

jasongdove commented 2 years ago

This enables a few filters that I use, like yadif_cuda and scale_cuda, and may also remove the need for --enable-cuda-sdk from #234.

For #196 - this doesn't appear to be available with ffmpeg 4.1, but perhaps that was the latest version when the issue was created, and enabling the filter in newer versions will suffice.

jrottenberg commented 2 years ago

Nice thank you, and good catch on the typo ;-)

Let me rerun the failed jobs to validate the error is legitimate

alturismo commented 2 years ago

may a question why this is not included, so yadif_cuda etc is not supported, any special reason therefore ?