hmm zur Zeit schlage ich mich mit einem sehr nervenden Fehler rum den ich nicht behoben bekomme, hat wer eine Idee?
und zwar es geht ums Encoden, er beginnt den Encode bis zu einem gewissen Punkt und dann kommt der gleich geposte Fehler..
wenn ich den bestätige, fängt der mit dem nächsten Job an, bis wieder zu einem gewissen Punkt an dem der Fehler wieder auftaucht.
was ich schon probiert habe ist Rechner neu Starten, und [lexicon]MeGUI[/lexicon] neu starten
ZitatAlles anzeigen---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!
Program: ...estplatte\Programme\MeGUI_x86\tools\x264\avs4x264mod.exe
abnormal program termination
---------------------------
OK
---------------------------
Das Kurriose ist, das er zuvor es fehler frei gemacht hatte, es nichts geändert wurde, es ist von einem job zum nächsten aufgetaucht, ohne das [lexicon]MeGUI[/lexicon] vorher beendet wurde...
EDIT: hier mal die [lexicon]Error Log[/lexicon]
[Error] Log
-[Information] Versions
--[Information] [24.01.2014 08:59:36] MeGUI: 2467
--[Information] [24.01.2014 08:59:36] Operating System: Windows 7 Ultimate Edition x64 SP1 (6.1.65536.7601)
--[Information] [24.01.2014 08:59:36] .Net Framework: 2.0.50727.5420
--[Information] [24.01.2014 08:59:36] .Net Framework: 4.0.0.0
--[Information] [24.01.2014 08:59:36] AviSynth: 2.6.0.4 (05-11-2013)
--[Information] [24.01.2014 08:59:36] AvisynthWrapper: (02-01-2009)
--[Information] [24.01.2014 08:59:36] Haali Matroska Splitter: 1.13.138.14 (14-04-2013)
--[Information] [24.01.2014 08:59:36] Haali DSS2: (14-04-2013)
--[Information] [24.01.2014 08:59:36] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
--[Information] [24.01.2014 08:59:36] LinqBridge: 1.0.0.0 (28-05-2009)
--[Information] [24.01.2014 08:59:36] MediaInfo: 0.7.67.0 (10-01-2014)
--[Information] [24.01.2014 08:59:36] MediaInfoWrapper: 0.7.61.0 (06-01-2013)
--[Information] [24.01.2014 08:59:36] MessageBoxExLib: 1.0.2218.28317 (19-12-2008)
--[Information] [24.01.2014 08:59:36] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
--[Information] [24.01.2014 08:59:36] 7z: 9.20 (18-11-2010)
-[Information] Update detection
--[Information] [24.01.2014 08:59:36] Connecting to server: http://megui.org/auto/
--[Information] [24.01.2014 08:59:36] All packages are up to date
-[Error] Log for job12 (video, fsasgame 2014-01-22 12-55-01-025.avs -> fsasgame 2014-01-22 12-55-01-025.mkv)
--[Information] [24.01.2014 08:59:40] Started handling job
--[Information] [24.01.2014 08:59:40] Preprocessing
--[Information] [24.01.2014 08:59:41] Avisynth input script
---[NoImage] LoadPlugin("G:\Sicherung 500GB Festplatte\Programme\Scriptmaker\SagaraS Scriptmaker\Plugins\resamplehq.dll")
---[NoImage] LoadPlugin("G:\Sicherung 500GB Festplatte\Programme\Scriptmaker\SagaraS Scriptmaker\Plugins\blockbuster.dll")
---[NoImage] Global breite = 3200
---[NoImage] Global hoehe = 1800
---[NoImage] Global AR = 0
---[NoImage] SetMTMode(3)
---[NoImage] AVIload("M:\Videos\Geheimakte 3\Alle Enden\fsasgame 2014-01-22 12-55-01-025.avi", 0, 0, 0, -0, -0)\
---[NoImage] ++ AVIload("M:\Videos\Geheimakte 3\Alle Enden\fsasgame 2014-01-22 13-04-07-378.avi", 0, 0, 0, -0, -0)\
---[NoImage] ++ AVIload("M:\Videos\Geheimakte 3\Alle Enden\fsasgame 2014-01-22 14-17-21-028.avi", 0, 0, 0, -0, -0)\
---[NoImage] ++ AVIload("M:\Videos\Geheimakte 3\Alle Enden\fsasgame 2014-01-22 14-24-32-884.avi", 0, 0, 0, -0, -0)\
---[NoImage] ++ AVIload("M:\Videos\Geheimakte 3\Alle Enden\fsasgame 2014-01-22 14-27-07-064.avi", 0, 0, 0, -0, -0)\
---[NoImage] ++ AVIload("M:\Videos\Geheimakte 3\Alle Enden\fsasgame 2014-01-22 14-34-07-001.avi", 0, 0, 0, -0, -0)
---[NoImage] SetMTMode(2)
---[NoImage] Blockbuster("Blur", Block_size=4, Detail_min=75, Detail_max=100, Luma_offset=0, Luma_threshold=25, Strength=100)
---[NoImage] Function AVIload (String file, int loading, int cl, int co, int cr, int cu) {
---[NoImage] Try {
---[NoImage] clip0 = (loading == 1) ? FFVideoSource(file, threads=1) : AVISource(file, false)
---[NoImage] clip1 = clip0.AssumeFPS(Float(Round(clip0.Framerate*1000))/1000)
---[NoImage] Global FPS = clip1.framerate
---[NoImage] clip1 = clip1.Crop(cl, co, cr, cu)
---[NoImage] clip1 = (clip1.width == breite && clip1.height == hoehe) ? clip1 : (AR == 1) ? ((float(Clip1.height * breite) / clip1.width) / 2 == round((float(Clip1.height * breite) / clip1.width) / 2)) ? ((float(Clip1.width * hoehe) / clip1.height) / 2 == round((float(Clip1.width * hoehe) / clip1.height) / 2)) ? clip1 : clip1.ConvertToRGB24() : clip1.ConvertToRGB24() : clip1
---[NoImage] clip1 = (clip1.width == breite && clip1.height == hoehe) ? clip1 : (AR == 1) ? (((clip1.width * hoehe) / clip1.height > breite) ? Clip1.ResampleHQ(breite, ceil(float(Clip1.height * breite) / clip1.width), Kernel = "Spline16", dstcolorspace="RGB24") : Clip1.ResampleHQ(ceil(float(clip1.width * hoehe) / clip1.height), hoehe, Kernel = "Spline16", dstcolorspace="RGB24")) : clip1.ResampleHQ(breite, hoehe, Kernel = "Spline16", dstcolorspace="YV12")
---[NoImage] back = (clip1.width == breite && clip1.height == hoehe) ? clip1 : (AR == 1) ? (0 == 1) ? ImageSource("", 0, 0, Clip1.framerate).Loop(clip1.Framecount).KillAudio().ResampleHQ(breite, hoehe, Kernel = "Spline16", dstcolorspace="YV12") : BlankClip(clip1.framecount, breite, hoehe, "YV12", Clip1.framerate).KillAudio() : clip1
---[NoImage] Return (clip1.width == breite && clip1.height == hoehe) ? clip1.ConvertToYV12() : (AR == 1) ? Overlay(back, clip1, (back.width - clip1.width) / 2, (back.height - clip1.height) / 2) : clip1
---[NoImage] }
---[NoImage] Catch (Error) {
---[NoImage] Return BlankClip(0, breite, hoehe, "YV12", FPS).KillAudio()
---[NoImage] }
---[NoImage] }
--[Information] [24.01.2014 08:59:41] resolution: 3200x1800
--[Information] [24.01.2014 08:59:41] frame rate: 26/1
--[Information] [24.01.2014 08:59:41] aspect ratio: 16:9 (1.778)
--[Warning] [24.01.2014 08:59:41] --min-keyint bigger as --keyint/2+1. Lowering --min-keyint to max value: 1
--[Information] [24.01.2014 08:59:41] Job commandline: "G:\Sicherung 500GB Festplatte\Programme\MeGUI_x86\tools\x264\avs4x264mod.exe" --preset slow --crf 18.0 --keyint infinite --min-keyint 1 --sar 1:1 --output "M:\Videos\Geheimakte 3\Alle Enden\fsasgame 2014-01-22 12-55-01-025.mkv" "M:\Videos\Geheimakte 3\Alle Enden\fsasgame 2014-01-22 12-55-01-025.avs"
--[Information] [24.01.2014 08:59:41] Process started
--[Information] [24.01.2014 08:59:41] Standard output stream
--[Information] [24.01.2014 08:59:41] Standard error stream
---[Information] [24.01.2014 08:59:48] raw [info]: 3200x1800p 1:1 @ 26/1 fps (cfr)
---[Information] [24.01.2014 08:59:48] x264 [info]: using SAR=1/1
---[Information] [24.01.2014 08:59:48] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
---[Information] [24.01.2014 08:59:48] x264 [info]: profile High, level 5.1
---[Information] [24.01.2014 09:13:21] x264 [info]: frame I:17 Avg QP: 6.18 size:351925
---[Information] [24.01.2014 09:13:21] x264 [info]: frame P:1957 Avg QP:11.87 size: 32375
---[Information] [24.01.2014 09:13:21] x264 [info]: frame B:4874 Avg QP:18.97 size: 5650
---[Information] [24.01.2014 09:13:21] x264 [info]: consecutive B-frames: 2.5% 4.1% 11.4% 82.0%
---[Information] [24.01.2014 09:13:21] x264 [info]: mb I I16..4: 53.4% 34.6% 11.9%
---[Information] [24.01.2014 09:13:21] x264 [info]: mb P I16..4: 1.8% 4.3% 0.4% P16..4: 9.1% 2.7% 2.1% 0.0% 0.0% skip:79.6%
---[Information] [24.01.2014 09:13:21] x264 [info]: mb B I16..4: 0.2% 0.4% 0.0% B16..8: 5.1% 0.5% 0.1% direct: 1.0% skip:92.6% L0:49.4% L1:45.9% BI: 4.6%
---[Information] [24.01.2014 09:13:21] x264 [info]: 8x8 transform intra:62.8% inter:69.9%
---[Information] [24.01.2014 09:13:21] x264 [info]: direct mvs spatial:99.9% temporal:0.1%
---[Information] [24.01.2014 09:13:21] x264 [info]: coded y,uvDC,uvAC intra: 47.7% 52.1% 29.9% inter: 3.0% 2.9% 0.4%
---[Information] [24.01.2014 09:13:21] x264 [info]: i16 v,h,dc,p: 33% 46% 3% 18%
---[Information] [24.01.2014 09:13:21] x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 17% 25% 12% 5% 7% 7% 9% 7% 11%
---[Information] [24.01.2014 09:13:21] x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 24% 10% 6% 10% 8% 10% 6% 10%
---[Information] [24.01.2014 09:13:21] x264 [info]: i8c dc,h,v,p: 48% 26% 15% 11%
---[Information] [24.01.2014 09:13:21] x264 [info]: Weighted P-Frames: Y:3.9% UV:3.7%
---[Information] [24.01.2014 09:13:21] x264 [info]: ref P L0: 60.6% 4.7% 14.3% 9.2% 8.0% 3.2% 0.0%
---[Information] [24.01.2014 09:13:21] x264 [info]: ref B L0: 72.3% 14.5% 10.1% 3.1%
---[Information] [24.01.2014 09:13:21] x264 [info]: ref B L1: 92.1% 7.9%
---[Information] [24.01.2014 09:13:21] x264 [info]: kb/s:2942.64
---[Information] [24.01.2014 09:13:21] encoded 6848 frames, 8.37 fps, 2942.66 kb/s
--[Error] [24.01.2014 09:13:21] Process exits with error: 3
--[Warning] [24.01.2014 09:13:21] The 64 bit mode of x264 is enabled. Depending on the error it may help to disable it in the MeGUI settings.
--[Information] [24.01.2014 09:13:21] Job completed
EDIT 2: Ich habe die Vermutung dass es sich hierbei imme rum Jobs geht die aus mehren Videoquellen bestehen.. werde gleich noch einmal editieren wenn ich da genauer bescheid weiß