如何在 C# 中使用 Windows Media Encoder 录制高质量视频

发布于 2024-11-04 02:53:21 字数 119 浏览 0 评论 0原文

我最近在 Windows Media 编码器教程的帮助下创建了一个用于记录屏幕活动的软件。但是我遇到了严重的质量问题。看来视频质量真的很差。有谁知道我如何解决这个问题,我猜它必须设置输出的格式,但我真的不知道如何做到这一点。

I recently created a software for recording screen activity with the help of a windows media encoder tutorial.. However I am having serious problems with quality. It seems the quality of the video is really bad. Does anyone know how I can get around this, I'm guessing it has to be with setting the format of the output, but I don't really know how to do this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不必你懂 2024-11-11 02:53:21

请注意,Microsoft 不再提供 Windows Media Encoder 下载,因此您可能需要考虑转向其他技术。根本没有看到您的任何代码,我无法真正评论您所做的任何事情。不过,我过去曾使用过 WME,可以提供一些建议。选择一种高质量的配置文件,或者考虑制作自己的配置文件。我曾经使用高达 5000 Kbps 的 CBR 配置文件来实现高质量编码。请注意,质量越高,使用的磁盘空间就越多。如果编码大量视频,它会很快填满。

Note that Windows Media Encoder is no longer offered for download by Microsoft, so you may want to consider moving to another technology. Without seeing any of your code at all, I can't really comment on anything you are doing. However, I have used WME in the past and can offer a bit of advice. Choose one of the high quality profiles, or consider making your own. I used to use a CBR profile of up to 5000 Kbps to achieve high quality encodes. Note that the higher the quality, the more disk space used. It will fill quickly if encoding a lot of video.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文