vxiiduu / VxKex

Windows 7 API Extensions
855 stars 47 forks source link

[Working] FFmpeg #259

Open i57331 opened 3 weeks ago

i57331 commented 3 weeks ago

Current Windows binaries claim to be compatible with "Windows 7 and above" but just throw an error without VxKex: 2024-06-08_163921 With VxKex: 2024-06-08_170611

insaneninja117 commented 3 weeks ago

Official Windows 7 compatible builds are available from here: https://www.gyan.dev/ffmpeg/builds/

i57331 commented 3 weeks ago

Official Windows 7 compatible builds are available from here: https://www.gyan.dev/ffmpeg/builds/

Oddly enough, essentials builds seem to work without VxKex but the full builds just throw the same 0xc0000005 error. 2024-06-08_184738

insaneninja117 commented 3 weeks ago

That is odd. I only ever use the full, numbered release builds so something between v7.0 and the current master something has been changed to cause this error. An issue has been raised with gyan here: https://github.com/GyanD/codexffmpeg/issues/136

candrapersada commented 2 weeks ago

and yt-dlp/FFmpeg-Builds#61

i57331 commented 1 week ago

https://github.com/GyanD/codexffmpeg/issues/136#issuecomment-2171828878

So, rust, the compiler for rav1e, no longer supports Windows 7. Which means the full build can't work on Windows 7 (without dropping rav1e). I'm afraid that's the end of the road.

The essentials build will continue to work on Win 7 as long as viable.

Release 7.0 and git 2024-05-23-git-ece95dc3dc are the last full builds to support Windows 7.