常见报错

  • 1068 字
  1. 1. x265 crash
  2. 2. 压制程序退出
  3. 3. Dgdemux 不显示界面
  4. 4. 大小核调度问题

x265 crash

1
2
3
4
5
6
[2022-01-07][21:18:15] WARNING: Input process exited with error (code: 1), your encode might be *incomplete* !!!
[2022-01-07][21:18:15]
[2022-01-07][21:18:15] FATAL ERROR: The encoder process has *crashed* -> your encode probably is *incomplete* !!!
[2022-01-07][21:18:15] Note that this indicates a bug in the current encoder, *not* in Simple x264/x265 Launcher.
[2022-01-07][21:18:15]
[2022-01-07][21:18:15] PROCESS EXITED WITH ERROR CODE: -1073741795

注意检查CPU指令集,默认使用的是AVX2,有部分CPU不支持,LIKE E5-2690 0

这种情况下弄个CPU-Z看看就知道了

另外还有错误的参数可能会导致问题

压制程序退出

生成文件被占用或不可写入会导致报错,例如 vs 预览会导致文件被占用。

Dgdemux 不显示界面

DGDemux.ini 里有一行 Window_Position 删掉就好了,或者整个ini删掉也行

大小核调度问题

管理员模式运行cmd,输入

1
2
3
4
powercfg -attributes SUB_PROCESSOR 7f2f5cfa-f10c-4823-b5e1-e93ae85f46b5 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 93b8b6dc-0698-4d1c-9ee4-0644e900c85d -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR bae08b81-2d5e-4688-ad6a-13243356654b -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR b28a6829-c5f7-444e-8f61-10e24e85c532 -ATTRIB_HIDE

高级电源设置里"异类线程调度策略"改成"所有处理器"

打赏
打赏提示信息
分享
分享提示信息