wader / static-ffmpeg

Multi-arch docker image with ffmpeg/ffprobe binaries built as hardened static PIE binaries with no external dependencies
https://hub.docker.com/r/mwader/static-ffmpeg/
MIT License
233 stars 56 forks source link

Enable avx512 during svt-av1 compilation #484

Closed phpb-com closed 1 week ago

phpb-com commented 1 week ago

This change should allow for usage of AVX512 when using SVT-AV1 codec. This is to address #483

wader commented 1 week ago

Thanks! will merge once CI is happy and i will also do a arm64 build locally just to make sure. PR:s are only amd64 currently, master and tags build multi-arch.

I wonder if there is a nice way to add some kind of regression test for these things? 🤔

phpb-com commented 1 week ago

I think there is a way to get all supported ASM from the codec, but I am not sure how (or if I am mistaken).

phpb-com commented 1 week ago

I just finished building arm64 image on my mac, no issues.

wader commented 1 week ago

👍 me too without problems, just have to wait for the github action runner... they are a bit slower

wader commented 1 week ago

Hmm seems it got stuck, restarting job

wader commented 1 week ago

Thanks!