I'm trying to link ffmpeg libraries in EngineConfig
EngineConfig engineConfig = new EngineConfig();
engineConfig.FFmpegPath = @"C:\somepath";
Relative, absolute it doesn't matter. Anyway it's always "Loading FFmpeg libraries ':FFmpeg' failed"
Summary for EngineConfig says
// Summary:
// Required to register ffmpeg libraries. Make sure you provide x86 or x64 based
// on your project.
// :<path> for relative path from current folder or any below
// <path> for absolute or relative path
I suggest that I am using improper libraries or something. I've got ones from official ffmpeg github as it is. Also I've tried FFmpeg.Autogen.dll, FFMpegCore.dll.