Sdcb.FFmpeg
Sdcb.FFmpeg copied to clipboard
System.DllNotFoundException:“Unable to load DLL 'avcodec-58' or one of its dependencies: 找不到指定的模块。 (0x8007007E)”
using CodecContext cc = new(Codec.CommonEncoders.Libx264RGB)
{
Width = rcp.Width,
Height = rcp.Height,
PixelFormat = rcp.PixelFormat,
TimeBase = new AVRational(1, 20),
};
运行Example 4: Streaming screen and transfer via network 服务端 报错 什么原因?环境:win11 vs2022 net6.0 dcb.FFmpeg 4.4.3 & Sdcb.ScreenCapture
Sdcb.FFmpeg.runtime.win-x64 4.4.3这个包是否有安装呢?