在NVIDIA Jetson AGX Orin中使用jetson-ffmpeg调用硬件编解码加速处理

发布时间:2026/7/6 21:05:33

在NVIDIA Jetson AGX Orin中使用jetson-ffmpeg调用硬件编解码加速处理 目录1build and install library1.1 报错Cannot found LIB_NVBUF2patch ffmpeg and build参考文献:1build and install librarygit clone https://github.com/Keylost/jetson-ffmpeg.git cd jetson-ffmpeg mkdir build cd build cmake .. make sudo make install sudo ldconfig安装位置为默认位置make install [ 50%] Built target nvmpi_static [100%] Built target nvmpi Install the project... -- Install configuration: "Release" -- Installing: /usr/local/lib/libnvmpi.so.1.0.0 -- Installing: /usr/local/lib/libnvmpi.so.1 -- Set runtime path of "/usr/local/lib/libnvmpi.so.1.0.0" to "" -- Installing: /usr/local/lib/libnvmpi.so -- Installing: /usr/local/include/nvmpi.h -- Installing: /usr/local/lib/libnvmpi.a -- Up-to-date: /us

相关新闻