x264 进程无论在什么情况下都会停止工作

发布于 2024-07-26 13:18:05 字数 103 浏览 6 评论 0原文

我已经制作了我的视频编码器。 嗯,非常简单,我的过程在达到一定百分比后停止工作。

我能做些什么来让它发挥作用吗? 有内存限制吗? 我可以以不同的方式运行它吗?

i have made my video encoder. well very simple one and my process stops working after it gets to certain percent.

Is there anything i could do to make it work? Is there some memory limitation?
Could i run it somehow different?

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

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

发布评论

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

评论(1

铁憨憨 2024-08-02 13:18:36

是否是由于默认超时设置所致?

即在您的 web.config 文件中,进行如下调整(或使用更高的值):

<httpRuntime executionTimeout="900" maxRequestLength="30000" />

Could it be due to the default timeout settings?

i.e. In your web.config file, adjust as follows (or with a higher value):

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