sdcb / Sdcb.FFmpeg

FFmpeg basic .NET API generated by CppSharp
GNU Lesser General Public License v3.0
334 stars 53 forks source link

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

Open vc815 opened 8 months ago

vc815 commented 8 months ago
 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 commented 5 months ago

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