Thu Oct 19, 2017 9:01 am
Use the following configure command (Use correct CUDA library path in config command below)
./configure --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp
--extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64
To start with FFmpeg, try the below sample command line for video transcoding
ffmpeg -i input.mpg2 output.mp4