04.06.2019, 20:19
About your script:
a. mixing Avisynth installations might cause problems, no clue whether MeGui uses a 32bit or 64bit Avisynth installation. Instead of using ffms2 from MeGui, you should use the one from "C:\Program Files\Hybrid\32bit\avisynthPlugins\ffms2.dll", same for FluxSmooth.
b. adding 'return last' to the end of your script, will probably help with the loading of the script.
No clue about your issues in Hybrid. Would need a debug output level 6 or higher to debug. Read the sticky about the necessary steps needed to provide proper info so I can reproduce the issue.
Did a few tests with different .sup-Subtitles and video files and embedding worked fine for me with Avisynth.
Cu Selur
Ps.: Also try deinstalling MeGui and all Avisynth installations on your system.
LoadPlugin("D:\BaiduNetdiskDownload\MeGUI_r2905\MeGUI\tools\ffms\ffms2.dll")
FFVideoSource("G:\TLOTR3.ts", fpsnum=24000, fpsden=1001, threads=1, colorspace="YUV420P8")
#deinterlace
#crop
#resize
LoadPlugin("D:\BaiduNetdiskDownload\MeGUI_r2905\MeGUI\tools\avisynth_plugin\FluxSmooth.dll")
FluxSmoothST(7,7) # Medium Noise
LoadPlugin("C:\Program Files\Hybrid\32bit\avisynthPlugins\SupTitle.dll")
SupTitle("G:\TLOTR.The.Return.of.the.King.2003.Extended.BluRay.1080p.DTSES6.1.x264-CHD.sup")
b. adding 'return last' to the end of your script, will probably help with the loading of the script.
No clue about your issues in Hybrid. Would need a debug output level 6 or higher to debug. Read the sticky about the necessary steps needed to provide proper info so I can reproduce the issue.
Did a few tests with different .sup-Subtitles and video files and embedding worked fine for me with Avisynth.
Cu Selur
Ps.: Also try deinstalling MeGui and all Avisynth installations on your system.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.