radek-k / FFMediaToolkit

FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
MIT License
352 stars 56 forks source link

"FFMediaToolkit.FFmpegLoader.FFmpegPath = @$"{systemDir}ffmpeg\x86_64";" issues #83

Closed NormantasST closed 3 years ago

NormantasST commented 3 years ago

I have a folder with the FFmpeg files at (./netcooreapp3.1/ffmpeg/x86_64) (Gray links are the files from the zip, non gray are other files I tried to google and found). all the dll files I got from "ffmpeg-N-102545-g59032494e8-win64-gpl-shared.zip" folder, that I got from BtbN/FFmpeg github release.

My code throws the exception: DllNotFoundException: Unable to load DLL 'avcodec.58': The specified module could not be found.

Is there a place where can I can get the specified files I need?

NormantasST commented 3 years ago

Found the correct file to download. I downloaded the regular FFmpeg, instead of FFmpeg 4,4