Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vc815 opened this issue Jan 9, 2024 · 1 comment

Comments

@vc815
Copy link

vc815 commented Jan 9, 2024

 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
Copy link
Owner

sdcb commented Mar 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants