Files
spacedrive/.github/scripts/ffmpeg-windows
Vítor Vasconcellos 9e8223529c Improvements to CONTRIBUTING.md + Change ffmpeg-windows base container (#969)
Improve CONTRIBUTING.md
 - Remove CONTRIBUTING.md section about M1 users requiring x86 rust
 - Replace ffmpeg-windows base container with a stable one
2023-06-19 09:15:24 +00:00
..

FFMpeg DLLs for Windows

Build instructions

To build the FFMpeg DLLs a docker or podman installation is required. It is recomended to enable BuildKit in docker.

Just run the following inside this directory:

$> docker build -o . .

or

$> podman build -o . .

After some time (it takes aroung 60min in Github CI) a directory named dlls will show up with the DLLs inside.

How does the build process work?

This is a modified Dockerfile generate by using https://github.com/BtbN/FFmpeg-Builds Thanks @BtbN for your great work