Sdcb.FFmpeg icon indicating copy to clipboard operation
Sdcb.FFmpeg copied to clipboard

System.DllNotFoundException:“Unable to load DLL 'avcodec-58' or one of its dependencies: 找不到指定的模块。 (0x8007007E)”

Open vc815 opened this issue 2 years ago • 1 comments

 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

vc815 avatar Jan 09 '24 13:01 vc815

Sdcb.FFmpeg.runtime.win-x64 4.4.3这个包是否有安装呢?

sdcb avatar Mar 22 '24 08:03 sdcb