While converting .ts (MPEG2) files to HEVC (HEVC_NVENC) using FFmpeg, hardware acceleration seems to be invoked, but checking the NVTop tool reveals that roughly 80% of the encoding process is still being handled by the CPU. In this article, we explore ways to optimize FFmpeg to make better use of your GPU.
Read More