doomleox999
28th June 2017, 00:53
Hi everybody, I'm having a problem encoding a file with MeGUI.
First of all, this is the MediaInfo log (?) of the file: http://pastehere.xyz/32540/
Now this is the MeGUI log: http://pastehere.xyz/32541/
The error occurs with the 2nd pass, it doesn´t even start.
--[Error] [27/06/2017 19:24:50] Error starting job
---[Error] [27/06/2017 19:24:50] Exception message
----[NoImage] Calling setup of processor failed with error 'The file C:\Users\USER\Desktop\MeGUI Output\SK-00[720p].avs cannot be opened.
----[NoImage] Error message for your reference: Evaluate: System exception - Access Violation
----[NoImage] (C:\Users\USER\Desktop\MeGUI Output\SK-00[720p].avs, line 2)'
---[Error] [27/06/2017 19:24:50] Stacktrace: en MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
---[Error] [27/06/2017 19:24:50] Inner exception: null
This is the script:
LoadPlugin("C:\Program Files (x86)\MeGUI_2507_x86\tools\avs\plugins\directshowsource.dll")
DirectShowSource("C:\Users\USER\Desktop\KADO\SK-00[720p].mkv", fps=23.810, audio=false, convertfps=true).AssumeFPS(2381,100)
#deinterlace
#crop
#resize
#denoise
LoadPlugin("C:\Program Files (x86)\MeGUI_2507_x86\tools\avisynth_plugin\VSFilter.dll")
TextSub("C:\Users\USER\Desktop\KADO\SK-00[720p].ass", 1)
So, what seems to be the problem?
Thanks in advance.
First of all, this is the MediaInfo log (?) of the file: http://pastehere.xyz/32540/
Now this is the MeGUI log: http://pastehere.xyz/32541/
The error occurs with the 2nd pass, it doesn´t even start.
--[Error] [27/06/2017 19:24:50] Error starting job
---[Error] [27/06/2017 19:24:50] Exception message
----[NoImage] Calling setup of processor failed with error 'The file C:\Users\USER\Desktop\MeGUI Output\SK-00[720p].avs cannot be opened.
----[NoImage] Error message for your reference: Evaluate: System exception - Access Violation
----[NoImage] (C:\Users\USER\Desktop\MeGUI Output\SK-00[720p].avs, line 2)'
---[Error] [27/06/2017 19:24:50] Stacktrace: en MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
---[Error] [27/06/2017 19:24:50] Inner exception: null
This is the script:
LoadPlugin("C:\Program Files (x86)\MeGUI_2507_x86\tools\avs\plugins\directshowsource.dll")
DirectShowSource("C:\Users\USER\Desktop\KADO\SK-00[720p].mkv", fps=23.810, audio=false, convertfps=true).AssumeFPS(2381,100)
#deinterlace
#crop
#resize
#denoise
LoadPlugin("C:\Program Files (x86)\MeGUI_2507_x86\tools\avisynth_plugin\VSFilter.dll")
TextSub("C:\Users\USER\Desktop\KADO\SK-00[720p].ass", 1)
So, what seems to be the problem?
Thanks in advance.