Search found 1 match
- Wed Dec 30, 2020 2:39 pm
- Forum: ZoneMinder 1.33.x Development Branch
- Topic: Hardware acceleration(GPU) on Jetson Nano?
- Replies: 10
- Views: 44974
Re: Hardware acceleration(GPU) on Jetson Nano?
Hi, I built the jetson-ffmpeg and I'm now able to use hw acceleration for encoding and decoding, but just at command line: the following use works very well and during the conversion I can see no cpu load and NVENC ad NVDEC HW engines working on the jetson: ffmpeg -c:v h264_nvmpi -i in.mp4 -c:v hevc ...