Categories
ffmpeg GPU Graphics Card Multimedia Uncategorized

Building ffmpeg with libva support

…supporting AMD and Intel GPUs. If everything went fine, the output of ffmpeg should look something like this:

Categories
ffmpeg GPU Graphics Card Multimedia

Building ffmpeg with CUDA support

If you want to use GPU accelerated video encoding in Linux you’ll end up using ffmpeg (even if you may not know that it’s used underneath the software you’re running). While experimenting with a Nvidia card, I found myself struggling with the Nvidia documentation about how to build ffmpeg with CUDA support. Fix missing dependencies […]