Ich hab ehrlich gesagt keine Ahnung was im [lexicon]ssm[/lexicon] eingestellt werden muss ![]()
Dachte rgb24 weil wegen utvideo RGB ![]()
Beiträge von TimBourbon
-
-
Von den Farben haut jetzt also alles hin?
-
danke dir

nun hab ich noch eine frage: warum wird der encode langsam, aber zusehends langsamer?
Start:
Kurz später:das geht so weiter bis in den einstelligen bereich - [lexicon]megui[/lexicon] & der [lexicon]SSM[/lexicon] sind 1:1 nach De-M-oN´s Tuts eingestellt. Die Video-Sourcen sind einmal in UT-RGB sowie AVC YuV420 vorliegend.
der [lexicon]ssm[/lexicon] ist auf farbraum rgb24 eingestellt und in [lexicon]megui[/lexicon] der befehl --output -csp i444 hinzugefügt.wo hab ich da noch n fehler drin
ich blick da ehrlich gesagt nicht so richtig durchedit: das war "vorher" (vor der neuinstallation win10) nicht so, alles lief super
-
was muss ich im [lexicon]ssm[/lexicon] verändern wenn ich die fehlermeldung "splice: video formats don´t match" erscheint?
-
Ich weiß es noch nicht :o
-
Okay dann bräuchte ich mal alle Einstellungen - durch die Neuinstallation hab ich nichts mehr von vorher

-
also yv24 konvertierung?
-
Alles anzeigen
--[Information] [23.11.2015 20:25:27] Connected to server: http://megui.tmebi.de/test/
--[Information] [23.11.2015 20:25:27] No package requires an update
-[Information] Log for job211 (video, WD048.avs -> WD048[lexicon].mkv[/lexicon])
--[Information] [23.11.2015 20:26:09] Started handling job
--[Information] [23.11.2015 20:26:09] Preprocessing
-[NoImage] ### [lexicon]SagaraS Scriptmaker[/lexicon] - Version 5.6 ###
-[NoImage] ### Lade Plugins und setze die globalen Variablen ###
-[NoImage] LoadPlugin("C:\Program Files (x86)\[lexicon]SagaraS Scriptmaker[/lexicon]\Plugins\FFMS2.dll")
-[NoImage] Global breite = 2560
-[NoImage] Global hoehe = 1440
-[NoImage] Global AR = 0
-[NoImage] ### Lade Videoquellen ###
-[NoImage] SetMTMode(3)
-[NoImage] AVIload("D:\fertige Aufnahmen\1. Rendervorgang\Intro Roh\Intro1080p[lexicon].mkv[/lexicon]", 1, 0, 0, -0, -0, "Auto", "Igno.", 0, 0)\
-[NoImage] ++ AVIload("R:\Watch_Dogs_2015_11_22_20_29_32_357.[lexicon]avi[/lexicon]", 0, 0, 0, -0, -0, "Auto", "Auto", 0, 0).FadeIn0(30).FadeOut0(30)
-[NoImage] ### Filter Verarbeitungszone ###
-[NoImage] ### Funktion für Video-Laderoutine ###
-[NoImage] Function AVIload (String file, int loading, int cl, int co, int cr, int cu, string pixtype, string afps, int fpsn, int fpsd) {
-[NoImage] (loading == 1) ? FFIndex(file) : nop()
-[NoImage] clip0 = (loading == 3) ? LWLibavVideoSource(file) : (loading == 2) ? Import(file).KillAudio() : (loading == 1) ? FFVideoSource(file, threads=1) : (pixtype == "Auto") ? AVISource(file, false).KillAudio() : AVISource(file, false, pixel_type=pixtype).KillAudio()
-[NoImage] clip1 = clip0.AutoFPS(afps, fpsn, fpsd).Cropping(cl, co, cr, cu)
-[NoImage] Return (clip1.width == breite && clip1.height == hoehe) ? clip1.ConvertToYV12(matrix = "Rec709", ChromaResample = "Spline36") : Clip1.Resize()
-[NoImage] }
-[NoImage] Function AutoFPS (Clip clip0, string afps, int fpsn, int fpsd) {
-[NoImage] rate1 = (afps == "Auto") ? (Round(Float(clip0.framerate * 1000)) / 1000) / 2 : nop()
-[NoImage] rate2 = (afps == "Auto") ? Round(clip0.framerate) / 2 : nop()
-[NoImage] rate = (afps == "Auto") ? (rate1 == rate2) ? 1 : 1001 : (afps == "Igno.") ? clip0.frameratedenominator : fpsd
-[NoImage] ratefaktor = (afps == "Auto") ? (rate == 1001) ? 1000 : 1 : nop()
-[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] Return clip0
-[NoImage] }
-[NoImage] Function Cropping (Clip clip0, int cl, int co, int cr, int cu) {
-[NoImage] clip0 = (clip0.IsRGB32() == True) ? clip0.ConvertToRGB24() : clip0
-[NoImage] Return (cl != 0
co != 0
cr != 0
cu != 0) ? clip0.Crop(cl, co, cr, cu) : clip0
-[NoImage] }
-[NoImage] Function Resize (Clip clip1) {
-[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(matrix = "Rec709") : clip1.ConvertToRGB24(matrix = "Rec709") : clip1
-[NoImage] clip1 = (AR == 1) ? (((clip1.width * hoehe) / clip1.height > breite) ? Clip1.Spline36Resize(breite, ceil(float(Clip1.height * breite) / clip1.width)) : Clip1.Spline36Resize(ceil(float(clip1.width * hoehe) / clip1.height), hoehe)) : clip1.Spline36Resize(breite, hoehe).ConvertToYV12(matrix = "Rec709", ChromaResample = "Spline36")
-[NoImage] back = (AR == 1) ? (0 == 1) ? ImageReader("", 0, clip1.framecount - 1, clip1.framerate).ChangeFPS(clip1.frameratenumerator, clip1.frameratedenominator).Spline36Resize(breite, hoehe).ConvertToYV12(matrix = "Rec709", ChromaResample = "Spline36") : BlankClip(clip1, width = breite, height = hoehe, pixel_type = "YV12").KillAudio() : clip1
-[NoImage] Return (AR == 1) ? Overlay(back, clip1, (back.width - clip1.width) / 2, (back.height - clip1.height) / 2) : clip1
-[NoImage] }
--[Information] [23.11.2015 20:26:09] [lexicon]Avisynth[/lexicon] input script
--[Information] [23.11.2015 20:26:26] resolution: 2560x1440
--[Information] [23.11.2015 20:26:26] [lexicon]frame[/lexicon] rate: 60/1
--[Information] [23.11.2015 20:26:26] aspect ratio: 16:9 (1.778)
--[Information] [23.11.2015 20:26:26] custom command line: --output-csp i444
--[Information] [23.11.2015 20:26:26] Job command line: "E:\xxwin7 programme\[lexicon]MeGui[/lexicon]\tools\x264_10b\avs4x264mod.exe" -L "E:\xxwin7 programme\[lexicon]MeGui[/lexicon]\tools\x264_10b\[lexicon]x264[/lexicon]-10b_64.exe" --preset faster --[lexicon]crf[/lexicon] 15.0 --keyint 2398 --min-keyint 2 --output-csp i444 --sar 1:1 --output "D:\fertige Aufnahmen\1. Rendervorgang\WD048[lexicon].mkv[/lexicon]" "D:\fertige Aufnahmen\1. Rendervorgang\WD048.avs"
--[Information] [23.11.2015 20:26:26] Process started
--[Information] [23.11.2015 20:26:26] Standard output stream
--[Information] [23.11.2015 20:26:26] Standard error stream
---[Information] [23.11.2015 20:26:33] raw [info]: 2560x1440p 1:1 @ 60/1 [lexicon]fps[/lexicon] ([lexicon]cfr[/lexicon])
---[Warning] [23.11.2015 20:26:33] resize [warning]: converting from yuv420p to yuv444p
---[Information] [23.11.2015 20:26:33] [lexicon]x264[/lexicon] [info]: using SAR=1/1
---[Information] [23.11.2015 20:26:33] [lexicon]x264[/lexicon] [info]: using [lexicon]cpu[/lexicon] capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
---[Information] [23.11.2015 20:26:33] [lexicon]x264[/lexicon] [info]: profile High 4:4:4 Predictive, level 5.1, 4:4:4 10-bit
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: [lexicon]frame[/lexicon] I:5 Avg QP:22.97 size: 18483
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: [lexicon]frame[/lexicon] P:305 Avg QP:26.58 size: 36833
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: [lexicon]frame[/lexicon] B:514 Avg QP:29.70 size: 8885
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: consecutive B-frames: 11.9% 12.9% 5.8% 69.4%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: mb I I16..4: 17.7% 81.4% 0.9%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: mb P I16..4: 4.5% 9.8% 2.3% P16..4: 11.1% 5.0% 1.7% 0.0% 0.0% skip:65.6%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: mb B I16..4: 0.8% 1.4% 0.2% B16..8: 6.5% 2.9% 0.3% direct: 2.4% skip:85.5% L0:45.6% L1:46.2% BI: 8.1%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: 8x8 transform intra:60.6% inter:29.5%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: coded y,u,v intra: 36.9% 4.3% 4.3% inter: 5.0% 0.3% 0.3%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: i16 v,h,dc,p: 40% 37% 16% 6%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 26% 26% 32% 2% 4% 2% 3% 2% 3%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 29% 17% 2% 6% 4% 5% 3% 5%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: Weighted P-Frames: Y:14.1% UV:11.8%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: ref P L0: 69.7% 30.3%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: ref B L0: 70.9% 29.1%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: ref B L1: 92.9% 7.1%
---[Information] [23.11.2015 20:30:24] [lexicon]x264[/lexicon] [info]: kb/s:9258.37
---[Information] [23.11.2015 20:30:24] encoded 824 frames, 3.54 [lexicon]fps[/lexicon], 9258.80 kb/s
--[Information] [23.11.2015 20:30:24] Process exits with error: 0xFFFFFFFF (-1)
--[Information] [23.11.2015 20:30:24] Job completed
--[Information] [23.11.2015 20:30:24] Current job was aborted@GelberDrache92 hast du eine Ahnung bzw kanst mir helfen? wo der fehler liegt...
-
das stell ich wie ein? :p
-
[lexicon]MeGUI[/lexicon] beenden, [lexicon]MeGUI[/lexicon] starten, reproduzieren, [lexicon]MeGUI[/lexicon] beenden. Log davon posten.
was mir aufgefallen sit: schon das exportieren der audiospur ausm [lexicon]ssm[/lexicon] hat elendig lang gedauert..
hier die log vom abgebrochenen(2.) versuch:
Alles anzeigenCode-[NoImage] AVIload("D:\fertige Aufnahmen\1. Rendervorgang\Intro Roh\Intro1080p.mkv", 1, 0, 0, -0, -0, "Auto", "Igno.", 0, 0)\-[NoImage] ++ AVIload("R:\Watch_Dogs_2015_11_22_20_29_32_357.avi", 0, 0, 0, -0, -0, "Auto", "Auto", 0, 0).FadeIn0(30).FadeOut0(30)-[NoImage] Function AVIload (String file, int loading, int cl, int co, int cr, int cu, string pixtype, string afps, int fpsn, int fpsd) {-[NoImage] clip0 = (loading == 3) ? LWLibavVideoSource(file) : (loading == 2) ? Import(file).KillAudio() : (loading == 1) ? FFVideoSource(file, threads=1) : (pixtype == "Auto") ? AVISource(file, false).KillAudio() : AVISource(file, false, pixel_type=pixtype).KillAudio()-[NoImage] Return (clip1.width == breite && clip1.height == hoehe) ? clip1.ConvertToYV12(matrix = "Rec709", ChromaResample = "Spline36") : Clip1.Resize()-[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] 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(matrix = "Rec709") : clip1.ConvertToRGB24(matrix = "Rec709") : clip1-[NoImage] clip1 = (AR == 1) ? (((clip1.width * hoehe) / clip1.height > breite) ? Clip1.Spline36Resize(breite, ceil(float(Clip1.height * breite) / clip1.width)) : Clip1.Spline36Resize(ceil(float(clip1.width * hoehe) / clip1.height), hoehe)) : clip1.Spline36Resize(breite, hoehe).ConvertToYV12(matrix = "Rec709", ChromaResample = "Spline36")-[NoImage] back = (AR == 1) ? (0 == 1) ? ImageReader("", 0, clip1.framecount - 1, clip1.framerate).ChangeFPS(clip1.frameratenumerator, clip1.frameratedenominator).Spline36Resize(breite, hoehe).ConvertToYV12(matrix = "Rec709", ChromaResample = "Spline36") : BlankClip(clip1, width = breite, height = hoehe, pixel_type = "YV12").KillAudio() : clip1-[NoImage] Return (AR == 1) ? Overlay(back, clip1, (back.width - clip1.width) / 2, (back.height - clip1.height) / 2) : clip1--[Information] [23.11.2015 20:26:26] Job command line: "E:\xxwin7 programme\MeGui\tools\x264_10b\avs4x264mod.exe" -L "E:\xxwin7 programme\MeGui\tools\x264_10b\x264-10b_64.exe" --preset faster --crf 15.0 --keyint 2398 --min-keyint 2 --output-csp i444 --sar 1:1 --output "D:\fertige Aufnahmen\1. Rendervorgang\WD048.mkv" "D:\fertige Aufnahmen\1. Rendervorgang\WD048.avs"---[Information] [23.11.2015 20:26:33] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2---[Information] [23.11.2015 20:26:33] x264 [info]: profile High 4:4:4 Predictive, level 5.1, 4:4:4 10-bit---[Information] [23.11.2015 20:30:24] x264 [info]: mb P I16..4: 4.5% 9.8% 2.3% P16..4: 11.1% 5.0% 1.7% 0.0% 0.0% skip:65.6%---[Information] [23.11.2015 20:30:24] x264 [info]: mb B I16..4: 0.8% 1.4% 0.2% B16..8: 6.5% 2.9% 0.3% direct: 2.4% skip:85.5% L0:45.6% L1:46.2% BI: 8.1%---[Information] [23.11.2015 20:30:24] x264 [info]: coded y,u,v intra: 36.9% 4.3% 4.3% inter: 5.0% 0.3% 0.3%---[Information] [23.11.2015 20:30:24] x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 26% 26% 32% 2% 4% 2% 3% 2% 3% -
ehhm..
irgendwas ist hier falsch :oScript:
Alles anzeigenCodeAVIload("D:\fertige Aufnahmen\1. Rendervorgang\Intro Roh\Intro1080p.mkv", 1, 0, 0, -0, -0, "Auto", "Igno.", 0, 0)\++ AVIload("R:\Watch_Dogs_2015_11_22_20_29_32_357.avi", 0, 0, 0, -0, -0, "Auto", "Auto", 0, 0).FadeIn0(30).FadeOut0(30)Function AVIload (String file, int loading, int cl, int co, int cr, int cu, string pixtype, string afps, int fpsn, int fpsd) {clip0 = (loading == 3) ? LWLibavVideoSource(file) : (loading == 2) ? Import(file).KillAudio() : (loading == 1) ? FFVideoSource(file, threads=1) : (pixtype == "Auto") ? AVISource(file, false).KillAudio() : AVISource(file, false, pixel_type=pixtype).KillAudio()Return (clip1.width == breite && clip1.height == hoehe) ? clip1.ConvertToYV12(matrix = "Rec709", ChromaResample = "Spline36") : Clip1.Resize()rate = (afps == "Auto") ? (rate1 == rate2) ? 1 : 1001 : (afps == "Igno.") ? clip0.frameratedenominator : fpsdclip0 = (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)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(matrix = "Rec709") : clip1.ConvertToRGB24(matrix = "Rec709") : clip1clip1 = (AR == 1) ? (((clip1.width * hoehe) / clip1.height > breite) ? Clip1.Spline36Resize(breite, ceil(float(Clip1.height * breite) / clip1.width)) : Clip1.Spline36Resize(ceil(float(clip1.width * hoehe) / clip1.height), hoehe)) : clip1.Spline36Resize(breite, hoehe).ConvertToYV12(matrix = "Rec709", ChromaResample = "Spline36")back = (AR == 1) ? (0 == 1) ? ImageReader("", 0, clip1.framecount - 1, clip1.framerate).ChangeFPS(clip1.frameratenumerator, clip1.frameratedenominator).Spline36Resize(breite, hoehe).ConvertToYV12(matrix = "Rec709", ChromaResample = "Spline36") : BlankClip(clip1, width = breite, height = hoehe, pixel_type = "YV12").KillAudio() : clip1Einstellungen:
-
-
ist es inzwischen eigentlich sinnvoll, mit [lexicon]x265[/lexicon] zu codieren in [lexicon]megui[/lexicon]? bzw funzt das inzwischen?
-
Mittlerweile bin ich von 8-10 Videos auf 3 Videos am Tag runter, bald läuft noch ein Projekt aus, dann sinds nur noch 2^^
mittlerweile kaum noch lust auf produzieren - zumindest nich soviel, dann lieber etwas zeitaufwendigeres
gehts dir nicht gut :o ich erwarte anspruchsvollen ontent - in massen, und zwar von DIR!!!
-
Mieten? Das macht es auch nicht besser. Ich würde auch kein Spiel mieten wollen. Das würde die Spiele komplett zerstören.
Da spielt man mmn unter Zeitdruck undachtet nicht auf alle detaild
-
Schonmal überlegt das zu rationieren? Und nicht alles auf einmal? So über Tage hinweg?
Darki es gibt auch Menschen die erdokgreich werden wollen und nicht jeden Tag mononton zwölf Videos hochladen
:p -
mangels existenz dieser habe ich heute nach erfolgreichem umtausch meineer roccat beim media markt für ein paar mad catz freq. 5 entschieden
na los steinigt mich 
-
Gary in Pokemon Rot/Blau, direkt nach dem eigentlichen Champ -.- Keine Heilung möglich, keine Lust gehabt alles auf 100 zu leveln (damals hat der EP-Teiler ja nur ein Pokemon versorgt) = Frust und Aggression xD
Man konnte ja nicht mehr raus ohne nochmal alles von vorn zu machen
Und mit 7 Jahren hat man auch keine Strategie im Gepäck.... ob er jetzt wohl richtig easy wäre? Ô.oAnsonsten würde ich sagen, dass mir bisher SIN aus [lexicon]Final Fantasy[/lexicon] am meisten Probleme gemacht hat. Liegt aber sicher auch am Level, denn ich bin so Levelfaul v.v'
Ach ja damals als ich nur noch mein glurak gegen Gary hatte
Gott sei dank hab ich gewonnen - mein braves Glurak *--* -
Okay vielen vielen dank

-
Die 60ohm sollte ja jede [lexicon]Soundkarte[/lexicon] packen oder?