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.5k stars 257 forks source link

Just wondering if MABS updates are paused or something #2514

Closed hydra3333 closed 5 months ago

hydra3333 commented 10 months ago

Hi, not pressing for action, MABS updates haven't been made for a while so I am wondering if the author is busy ... holidays counts as busy ;) ...

I suppose I could try to help by making some infrequent attempts at updates where I could figure some things out (likely not to the author's satisfaction, given my very low level of skill and knowledge) but guess pull requests won't be committed if the author is busy. I notice others propose pull requests, so not sure what the arrangements are.

Cheers

1480c1 commented 10 months ago

Hi @hydra3333,

I've just mainly been on coding hiatus and haven't touched any code in the past 2 months or so. Nothing particular, just was busy with real life stuff and didn't feel motivated to do anything related to code. Hopefully, as my cs classes start back up again, I'll feel more inclined to code.

If you submit a pull request that's simple enough to review and visually verify, I can merge it, no problem.

hydra3333 commented 10 months ago

ok, thanks.

maddes8cht commented 9 months ago

@1480c1 :As far as i can see, this whole thing seems 100% unusable in the moment, as it first fails the mediainfo compile #2506 , and if one uses that temporary workaround posted ther one runs into the vulkan-loader ail #2507 There seems to be other unresolved issues that may or may not be 100% showstopers, but at least these 2 are making the whole project 100% pointless until resolved. It is not working at all for anybody trying to use it for at least 6 weeks.

UlrikHD commented 9 months ago

@maddes8cht You can set up WSL and run ffmpeg-windows-build-helpers until the issues are resolved.

hydra3333 commented 9 months ago

making the whole project 100% pointless

Well, one supposes you could use it as a base (fork) and fix the issues, thus not pointless ...

hydra3333 commented 9 months ago

@maddes8cht You can set up WSL and run ffmpeg-windows-build-helpers until the issues are resolved.

Cool.

One could, I suppose use MABS users look at how rdp over there does it and create equivalent in pull requests for MABS ?

Also, I must take a look over at https://github.com/BtbN/FFmpeg-Builds (unofficial nightly successful builds without nonfree components such as fdk-aac) to see if there's stuff in there which is equivalent and could be borrowed in the same way.