设为首页收藏本站

ZMX - IT技术交流论坛 - 无限Perfect,追求梦想 - itzmx.com

 找回密码
 注册论坛

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

用百度帐号登录

只需两步,快速登录

搜索
查看: 5350|回复: 2

ShanaEncoder出现错误,无法开始的解决方案

[复制链接]
 成长值: 255

签到天数: 4710 天

[LV.Master]伴坛终老

发表于 2017/12/21 23:22 | 显示全部楼层 |阅读模式 |Google Chrome 63.0.3239.108|Windows 10
天涯海角搜一下: 百度 谷歌 360 搜狗 有道 雅虎 必应 即刻
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at ShanaEncoder.MainFrm.c8803eae16819fe9e025d9e321863767e()
   at ShanaEncoder.MainFrm.cf5a3a68724a5e5b05351016dc4714ae8(Object ce6bc33547c92e20ed8ce9c4340a929be, ProgressChangedEventArgs cfe55e4a14a206e325fcf469d03c5bbd2)
   at System.ComponentModel.BackgroundWorker.OnProgressChanged(ProgressChangedEventArgs e)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2117.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
ShanaEncoder
    Assembly Version: 0.0.0.0
    Win32 Version: 4.7.0.2
    CodeBase: file:///C:/Users/Administrator/Desktop/ShanaEncoder%20V4.7.0.2%20%E5%AE%8C%E6%95%B4%E7%89%88%E7%BB%BF%E8%89%B2%E5%8E%8B%E7%BC%A9%E5%8C%85/ShanaEncoder/ShanaEncoder.exe
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2114.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ShanaEncoder&
    Assembly Version: 1.0.0.0
    Win32 Version: 4.7.0.2
    CodeBase: file:///C:/Users/Administrator/Desktop/ShanaEncoder%20V4.7.0.2%20%E5%AE%8C%E6%95%B4%E7%89%88%E7%BB%BF%E8%89%B2%E5%8E%8B%E7%BC%A9%E5%8C%85/ShanaEncoder/ShanaEncoder.exe
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2053.0 built by: NET47REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2114.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2053.0 built by: NET47REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2117.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
ShanaEncoder.resources
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Administrator/Desktop/ShanaEncoder%20V4.7.0.2%20%E5%AE%8C%E6%95%B4%E7%89%88%E7%BB%BF%E8%89%B2%E5%8E%8B%E7%BC%A9%E5%8C%85/ShanaEncoder/en/ShanaEncoder.resources.DLL
----------------------------------------
System.Management
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


1.jpg

这是由于物理内存不足导致的,可以设置增大虚拟内存试试。

欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复

使用道具 举报

 成长值: 255

签到天数: 4710 天

[LV.Master]伴坛终老

发表于 2017/12/21 23:25 | 显示全部楼层 |Google Chrome 63.0.3239.108|Windows 10

>> 编码开始时间: 12/21/2017 11:25:01 PM

* 输入文件名: [Yousei-raws] Carnival Phantasm EX Season [DVDrip 1024x576 x264 FLAC].mkv

x265 [info]: HEVC encoder version 2.4+37-e75d5f5eeae3
x265 [info]: build info [Windows][GCC 4.9.2][64 bit] 10bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
x265 [info]: Main 10 profile, Level-3.1 (Main tier)
x265 [info]: Thread pool created using 24 threads
x265 [info]: Slices                              : 1
x265 [info]: frame threads / pool features       : 5 / wpp(9 rows)
x265 [warning]: Source height < 720p; disabling lookahead-slices
x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra
x265 [info]: ME / range / subpel / merge         : hex / 57 / 2 / 2
x265 [info]: Keyframe min / max / scenecut / bias: 24 / 244 / 40 / 5.00
x265 [info]: Lookahead / bframes / badapt        : 20 / 4 / 2
x265 [info]: b-pyramid / weightp / weightb       : 1 / 1 / 0
x265 [info]: References / ref-limit  cu / depth  : 3 / on / on
x265 [info]: AQ: mode / str / qg-size / cu-tree  : 2 / 1.0 / 32 / 1
x265 [info]: Rate Control / qCompress            : CRF-19.0 / 0.60
x265 [info]: tools: rd=3 rskip signhide tmvp strong-intra-smoothing deblock sao
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> hevc (libx265))
  Stream #0:1 -> #0:1 (flac (native) -> ac3 (native))
x265 [error]: malloc of size 518144 failed
[h264 @ 0000000002af63e0] x265 [error]: memory allocation failure, aborting encode
get_buffer() failed
[h264 @ 0000000002af63e0] thread_get_buffer() failed
Video encoding failed
[h264 @ 0000000002af63e0] decode_slice_header error
[h264 @ 0000000002af63e0] no frame!
encoded 0 frames
Conversion failed!

* 发生编码错误.

>> 速度0.00x 已耗时 00:00:00

==================================================


或者这样,也是一个内存的问题。
[发帖际遇]: 一个袋子砸在了 小樱 头上,小樱 赚了 1 樱币. 幸运榜 / 衰神榜
欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复 支持 反对

使用道具 举报

签到天数: 1165 天

[LV.10]以坛为家III

发表于 2017/12/22 12:40 | 显示全部楼层 |Google Chrome 27.0.1453.93|Windows 7
不是很懂但是标记
欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册论坛 新浪微博账号登陆用百度帐号登录

本版积分规则

手机版|Archiver|Mail me|网站地图|IT技术交流论坛 ( 闽ICP备13013206号-7 )

GMT+8, 2024/11/26 06:33 , Processed in 0.145550 second(s), 21 queries , MemCache On.

Powered by itzmx! X3.4

© 2011- sakura

快速回复 返回顶部 返回列表