-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Possible to compile a previous version of FFMpeg ? #2759
Comments
Is your local copy a git folder? If all you need is using old release tags, then a local copy is not necessary, you can just specify tag name / branch name by appending |
I tried that, the suite wants to do a git-clone then it doesn't accept a local copy of ffmpeg..
I tried that too. For the "light-build" used for x264 it uses the previous release I gave (I checked with the file RELEASE in ffmpeg-git folder. But when building actual ffmpeg it ignores my path for previous release and still latest release will be gitted (I checked with RELEASE file, it said 7.0) As it was kinda urgent I've got a working copy of ffmpeg (previous build, so took release n6.1.2) and I could not compile such via m-ab-s I went to ffmpeg-windows-build-helpers where such is much easier to implement. Cross compiling in linux itself, only it's not so extended as m-ab-s but at least I have my n6.1.2 copy of ffmpeg now. |
try this: |
I have had no problem building old ffmpeg release tags, that must be a bug I assume. Maybe you can try disable the "light-build" in x264 (I think it's the ffms input support). |
Is it possible to compile a previous version of ffmpeg? As for what I require, it seems it is malfunctioning in current version of ffmpeg (current 7.x). I need to rebuild version 6.01 but don't know what I'm doing wrong, unless it's not possible.
In the file media-autobuild-suite.ini I have set
ffmpegPath=/c/ffmpeg601
in that directory I've a local copy of ffmpeg n6.0.1. When the suite is running it fails with the compilation of x264 saying :So I gues it's not supported to use a local copy of (a previous version of) ffmpeg, or I'm doing something wrong.
Please some advise.
logs.zip
The text was updated successfully, but these errors were encountered: