Log in

View Full Version : 2nd pass encode ERROR


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.

Zathor
3rd July 2017, 20:41
DirectShowSource() is always hard to support. Could you please try to use the FileIndexer with this MKV? Or if you want to have everything in one step you can also use OneClick (with a bit time needed for the first setup).

stax76
3rd July 2017, 21:52
If it's the subtitle filter VSFilterMod would be a alternative.