我试图使用Xuggle 5.4
从视频中获取帧。我使用的IDE是Eclipse Juno
。最后一次(大概是一个月后),当我尝试时,我得到的帧有5秒的间隙,但今天当我试图运行代码时,我得到了低于错误
# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006ee76520, pid=4340, tid=7344 # # JRE version: 7.0_09-b05 # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.5-b02 mixed mode windows-amd64 compressed oops) # Problematic frame: # C [xuggle1062976990104623257.dll+0x736520] Java_com_xuggle_ferry_FerryJNI_SWIGRefCountedTesterUpcast+0x66f005 # # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows # # An error report file with more information is saved as: # D:\Eclipse workspaces\Eclipse Juno\VideoSteganography\hs_err_pid4340.log # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. #
当我用Google搜索时,我发现了类似的类似问题,但我没有得到任何解决方案或导致此问题。
这可能是什么原因?我无法找到导致崩溃的本机代码。我曾经在可用时更新Java。
我需要从视频文件中获取帧,还有其他方法可以完成这项工作吗?随意询问细节。
答案 0 :(得分:1)
我不得不切换到JRE7的32位而不是再次工作。
答案 1 :(得分:0)
Java 7更新存在问题。我刚回滚到Java 6.现在它对我来说很好用