Keylost / jetson-ffmpeg

ffmpeg support on nvidia jetson
Other
78 stars 26 forks source link

Add support for ffmpeg 6.1 #19

Closed peters closed 2 weeks ago

gjrtimmer commented 7 months ago

@peters Can you tell me how I would generate a new version. I'm trying to generate a 6.2 patch to be used in jellyfin-ffmpeg project. How you can point me in the right direction.

Keylost commented 2 weeks ago

Hi) I made ffmpeg patching more flexible (the old method of patching is also available). Now the nvmpi library should theoretically compile without problems with absolutely any version of ffmpeg from -4.2 to 7.1+. I checked the work with ffmpeg 4.2, 6.0, 6.1, 7.1. Everything seems to be fine. There is no longer a need to make separate patches for each separate version of ffmpeg. See the script https://github.com/Keylost/jetson-ffmpeg/blob/master/ffpatch.sh and the updated instructions in the building-and-usage readme section