ffmpeg icon indicating copy to clipboard operation
ffmpeg copied to clipboard

Request: Intel SVT encoders.

Open alatteri opened this issue 5 years ago • 1 comments

The Intel SVT encoders offer significant performance improvements. Would be great to see them integrated into the compile.

alatteri avatar Sep 30 '19 15:09 alatteri

I have managed to compile svt_av1 and svt_hevc, even though they require applying a patch in order for ffmpeg to be able to detect the --enable-libsvthevc and --enable-libsvtav1 flags. Unfortunately, I wasn't able to compile svt_vp9 from source on Ubuntu 18.04. I will update later on the repo and add instructions on how to do it. It will mostly require to uncomment a line in the compilation.sh . It will also require to export manually the PKG_CONFIG_PATH and LD_LIBRARY_PATH after the installation, I didn't find a way to export them in a BASH script. I will follow up when the documentation is in the repo.

stoyanovgeorge avatar Oct 02 '19 09:10 stoyanovgeorge