Keylost / jetson-ffmpeg

ffmpeg support on jetson nano
Other
64 stars 24 forks source link

how to check the suitable version of ffmpeg library? #20

Open lmw0320 opened 9 months ago

lmw0320 commented 9 months ago

I just git clone the source code, and run the command of build and install library. I have got the library files. But I'm not clear whether such library are suitable for my ffmpeg? My ffmpeg version is 4.2.7, I did not set any information before build the library. I don't know whether it is necessary? By the way, after installation of the library, I use the command: ffmpeg -codecs | grep h264, and no h264_nvmpi return。。