You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0009:fixme:thread:SetThreadStackGuarantee (0x33fbf0): stub
Error: Decoder not found
I'm also having the issue on a real Windows 10 installed on dual boot. I've tried many tweaks and seemingly searched the whole internet DuckDuckGo in order to find some sort of solution with no clue. I started to have cold sweats when I realized the complex story of ffmpeg and libav and that I might have just used the wrong libs or something.
Any help is welcome, thanks a lot for reading me! 🙏
Edit: forgot to mention target = x86_64-pc-windows-gnu
The text was updated successfully, but these errors were encountered:
In short:
stream.codec().decoder().video()
returns errorDecoder not found
on Win10 through MinGW linux build with targetx86_64-pc-windows-gnu
.First of all, thanks to all contributors for making such projects possible! I'll try to be concise.
This code runs well on my linux but not on Win 10 through mingw:
Features (because can't find libavresample):
The linking lib and dll are 4.2.1 and come from here: https://ffmpeg.zeranoe.com/builds/
build.rs
:I'm trying to open this video.
Output of the exe with wine64:
I'm also having the issue on a real Windows 10 installed on dual boot. I've tried many tweaks and seemingly searched the whole
internetDuckDuckGo in order to find some sort of solution with no clue. I started to have cold sweats when I realized the complex story of ffmpeg and libav and that I might have just used the wrong libs or something.Any help is welcome, thanks a lot for reading me! 🙏
Edit: forgot to mention target =
x86_64-pc-windows-gnu
The text was updated successfully, but these errors were encountered: