m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.49k stars 257 forks source link

FFmpeg 4.x/5.x branch ? #2626

Closed Selur closed 3 months ago

Selur commented 3 months ago

Since I'm running into more and more bugs with FFmpeg 6.x I was wondering whether there was an easy way to use the 5.x FFmpeg branch instead of the 6.x branch?

woot000 commented 3 months ago

In build\media_autobuild_suite.ini, you can append the URL in ffmpegPath with a branch #branch=release/4.4 or a tag #tag=n5.1.4

Selur commented 3 months ago

Thanks!