FFmpeg
How To Compile FFmpeg With NVENC H264 Hardware Encoder in Ubuntu 18.04
How To Compile FFmpeg With NVENC H264 Hardware Encoder in Ubuntu 18.04 To enable hardware acceleration transcoding in FFmpeg we need compile FFmpeg with NVENC h264 codec support. Install necessary software: dpkg --add-architecture i386 apt-get update apt-get install build-essential git yasm unzip wget sysstat nasm libc6:i386 \ libavcodec-dev libavformat-dev