Description
Thermal spike during ffmpeg image decode on Jetson
Environment
TensorRT Version: 10.3.0.30
GPU Type: Tegra
Nvidia Driver Version: 540.4.0
CUDA Version: 12.6.68
CUDNN Version: 9.3.0.75
Operating System + Version: Ubuntu 22.04
Python Version (if applicable): 3.10.12
Baremetal or Container (if container which image + tag): ultralytics/ultralytics:latest-jetson-jetpack6
Usecase: Extracting images from 4 minute GoPro downloaded video of resolution (5K) using ffmpeg on Jetson AGX Orin.
Problem: ffmpeg library takes good chunk of time on CPU compute and increase jetson thermal over the period of time during the extraction process.
Would like to request detailed guidance on building optimized FFMPEG for jetson with full NVIDIA GPU acceleration support particularly for H.265 (HEVC) encoding and decoding using NVENC/NVDEC (or CUVID) to speedup extraction workload on GPU.