>You're only using the GPU for decoding. (The "dec" in "nvdec" hints at >this.) The GPU probably idling, while the CPU encoding is the bottleneck. Even for encoding, I see 10% GPU utilization ./ffmpeg -i ../4k_normal.mp4 -c:v h264_nvenc 4k.mp4 Regards, Mahmood