在NVIDIA Jetson AGX Orin中使用jetson-ffmpeg调用硬件编解码加速处理
目录
1 build and install library
1.1 报错 Cannot found LIB_NVBUF
2 patch ffmpeg and build
参考文献: 1 build and install library
git clone https://github.com/Keylost/jetson-ffmpeg.git
cd jetson-ffmpeg
mkdir build
cd build
cmake ..
make
sudo make insta…
2026/7/6 21:05:25