SIPSorceryMedia.FFmpeg
SIPSorceryMedia.FFmpeg copied to clipboard
error: specified method not found
I have tried version ffmpeg version 6.0, 6.1 and 7 full build in a simple .NET console app on windows 11:
using SIPSorceryMedia.FFmpeg;
FFmpegInit.Initialise();
and I am getting the same Exception specified method not found ffmpeg is in the path. what am I doing wrong here?
Originally posted by @hossam14102010 in https://github.com/sipsorcery-org/SIPSorceryMedia.FFmpeg/issues/77#issuecomment-2239510505