Keylost / jetson-ffmpeg

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

ffmpeg6 does not exit normally when h264_nvmpi decoder used #1

Closed alexp2021 closed 1 year ago

alexp2021 commented 1 year ago

It compiled and works with ffmpeg6. Thanks a lot! There is one minor issue I noticed: Everything works fine when h264_nvmpi used for encoding only. But when using it for both encoding and decoding, ffmpeg does not exit normally after finish transcoding. It stucks and only 3 times Ctrl+C helps.

Keylost commented 1 year ago

Thanks for the report. Fixed. Rebuild the library from the master branch. FFmpeg does not need to be rebuilt

alexp2021 commented 1 year ago

Now it works for both encoding and decoding. Thank you!