zmwangx / rust-ffmpeg

Safe FFmpeg wrapper.
Do What The F*ck You Want To Public License
1.3k stars 203 forks source link

Has anyone managed to successfully use this on Windows? #205

Open AlexHayton opened 1 month ago

AlexHayton commented 1 month ago

I have been trying to use ffmpeg-next on Windows. I've tried using both MSVC and MSYS2 approaches and in both cases I get issues.

Can anyone share a HOWTO of how to get it working? It always fails on the build step. All dependencies have been installed using MSYS2/pacman.

Most recent run: https://github.com/AlexHayton/jaenokhwa/actions/runs/10198944664/job/28214917423

It has been trivial on Linux/MacOS but Windows proves elusive