acowley / ffmpeg-light

Minimal Haskell bindings to the FFmpeg library
BSD 3-Clause "New" or "Revised" License
67 stars 29 forks source link

what's the correct version of ffmpeg on windows #64

Open wujilingfeng opened 3 years ago

wujilingfeng commented 3 years ago

I want to install ffmpeg-light-0.14 on windows, but the version of ffmpeg goes wrong. I want to konw what's the correct version of ffmpeg to compile on windows?

wujilingfeng commented 3 years ago

After I install ffmpeg-3.0 on computer, here throwed errors like belows as I build ffmpeg-light. image

acowley commented 3 years ago

I'm not sure what will be right for Windows. I'm building it with 4.4 locally, and CI looks like it is using 4.2.4. Hopefully something in the 4.x range will work for you, please let me know if you make any progress!

wujilingfeng commented 3 years ago

thank you ! ffmpeg4.4 is right. The master branch can't work correctly.

acowley commented 3 years ago

Excellent! Do you mean how the master branch of this repo’s ffmpeg-light refers to incorrect versions of ffmpeg, or that you also tried the master branch of ffmpeg and it didn’t work?

I need to do better about naming tested versions of ffmpeg in the documentation of this package.