Ffmpegx mvi support

broken image
broken image

On Ubuntu 18.04LTS desktop, this should be enough for the current device driver: sudo apt-get install nvidia-kernel-source-430 nvidia-driver-430 Sudo apt-get update & sudo apt-get -y upgrade Pkg-config texinfo zlib1g-dev cmake mercurial libbz2-dev rtmpdump librtmp-dev libunistring2 libunistring-dev opencl-headers ocl-icd-*Ĭreate the workspace: sudo mkdir -p /opt/ffmpegĮnsure that you have the latest driver: sudo add-apt-repository ppa:graphics-drivers/ppa Install baseline dependencies first (inclusive of OpenCL headers+) sudo apt-get -y install autoconf automake build-essential libass-dev \ Sudo apt update & sudo apt -y upgrade & sudo apt -y dist-upgrade Goals: Generate an FFmpeg build that can utilize NVENC and all available CUDA-based filters on Ubuntu 18.04LTS+. Use the example shown below.įor the supported and available hardware accelerated features you can achieve with a current generation NVENC-capable NVIDIA GPU, see this answer.įFmpeg build with NVENC and all available CUDA-based filters on Ubuntu 18.04LTS:

broken image

In your case, you'll need to build FFmpeg from source.

broken image