Hey Leute,
ich hoffe ihr könnt mir helfen, ich weiß wirklich nicht woran es der Fehler liegt..
Habe meine Aufnahme Settings bei OBS angepasst damit ich da Losless aufnehmen möchte. Hat auch alles wunder gepasst, aber als ich das Video dann testweise rendern wollte, hat MeGUI direkt nach Renderstart abgebrochen und folgenden Fehlercode ausgespuckt:
Code
--[Information] [01.07.2017 19:44:26] Using cached update config and server: http://megui.tmebi.de/stable/
---[NoImage] Function AVIload (String file, int loading, int cl, int co, int cr, int cu, string pixtype, string afps, int fpsn, int fpsd) {
---[NoImage] pixtype2 = (pixtype == "YUY2") ? "YUY2" : (pixtype == "RGB24") ? "RGB24" : (pixtype == "Y8") ? "Y8" : (pixtype == "YV12") ? "YUV420P8" : (pixtype == "YV24") ? "YUV444P8" : pixtype
---[NoImage] clip0 = (loading == 3) ? (pixtype == "Auto") ? LWLibavVideoSource(file) : LWLibavVideoSource(file, format = pixtype2) : (loading == 2) ? Import(file).KillAudio() : (loading == 1) ? (pixtype == "Auto") ? FFVideoSource(file, threads=1) : FFVideoSource(file, threads=1, colorspace=pixtype) : (pixtype == "Auto") ? AVISource(file, false).KillAudio() : AVISource(file, false, pixel_type=pixtype).KillAudio()
---[NoImage] rate = (afps == "Auto") ? (rate1 == rate2) ? 1 : 1001 : (afps == "Igno.") ? clip0.frameratedenominator : fpsd
---[NoImage] clip0 = (afps == "Auto") ? (rate == 1001) ? clip0.AssumeFPS(Round(clip0.Framerate) * 1000, rate) : clip0.AssumeFPS(round(clip0.framerate), rate) : (afps == "Igno.") ? clip0.AssumeFPS(clip0.frameratenumerator, rate) : clip0.AssumeFPS(fpsn, rate)
---[NoImage] wert1 = (clip0.IsRGB32() == true) ? 0 : (clip0.IsRGB24() == true) ? 1 : (clip0.IsYV24() == true) ? 2 : (clip0.IsYUY2() == true) ? 3 : (clip0.IsYV16() == true) ? 4 : (clip0.IsYV12 == true) ? 5 : (clip0.IsYV411() == true) ? 6 : 7
---[NoImage] wert2 = (clip1.IsRGB32() == true) ? 0 : (clip1.IsRGB24() == true) ? 1 : (clip1.IsYV24() == true) ? 2 : (clip1.IsYUY2() == true) ? 3 : (clip1.IsYV16() == true) ? 4 : (clip1.IsYV12 == true) ? 5 : (clip1.IsYV411() == true) ? 6 : 7
---[NoImage] return (wert1 == wert2) ? clip0 : (wert2 == 0) ? clip0.ConvertToRGB32() : (wert2 == 1) ? clip0.ConvertToRGB24() : (wert2 == 2) ? clip0.ConvertToYV24() : (wert2 == 3) ? clip0.ConvertToYUY2() : (wert2 == 4) ? clip0.ConvertToYV16() : (wert2 == 5) ? clip0.ConvertToYV12() : (wert2 == 6) ? clip0.ConvertToYV411() : clip0.ConvertToY8()
---[NoImage] 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 = (AR == 1) ? (((clip1.width * hoehe) / clip1.height > breite) ? Clip1.ResampleHQ(breite, round(float(Clip1.height * breite) / clip1.width), Kernel = "Spline64", srcmatrix = "TV.601", dstmatrix = "TV.709") : Clip1.ResampleHQ(round(float(clip1.width * hoehe) / clip1.height), hoehe, Kernel = "Spline64", srcmatrix = "TV.601", dstmatrix = "TV.709")) : clip1.ResampleHQ(breite, hoehe, Kernel = "Spline64", srcmatrix = "TV.601", dstmatrix = "TV.709")
---[NoImage] back = (AR == 1) ? (0 == 1) ? ImageReader("", 0, clip1.framecount - 1, clip1.framerate).ChangeFPS(Clip1.frameratenumerator, Clip1.frameratedenominator).ResampleHQ(breite, hoehe, Kernel = "Spline64", dstcolorspace="RGB24", srcmatrix = "TV.601", dstmatrix = "TV.709") : BlankClip(clip1, width = breite, height = hoehe, pixel_type = "RGB24").KillAudio() : clip1
---[NoImage] Return (AR == 1) ? Overlay(back, clip1, (back.width - clip1.width) / 2, (back.height - clip1.height) / 2).SameColorAs(clip3) : clip1
--[Information] [01.07.2017 19:44:40] Job command line: "C:\Users\Nik\Desktop\YouTube\MeGUI\tools\x264\avs4x26x.exe" --x26x-binary "C:\Users\Nik\Desktop\YouTube\MeGUI\tools\x264\x264.exe" --keyint 600 --sar 1:1 --output "A:\Aufnahme\2017-07-01 19-17-35.264" "A:\Aufnahme\2017-07-01 19-17-35.avs"
Jetzt habe ich nach dem Fehlercode "Process exits with error: 0xE06D7363 (-529697949)" gegooglet aber nichts brauchbares gefunden..
Wisst ihr vielleicht wo der fehler liegt?
Vielen Dank im Voraus