lordmulder / Simple-x264-Launcher

Simple x264/x265 Launcher
http://muldersoft.com/
GNU General Public License v2.0
152 stars 19 forks source link

Compatibility with Vapoursynth R45 R46 R47 #19

Closed jiekun closed 5 years ago

jiekun commented 5 years ago

Screenshot from 2019-08-06 09-50-56

When using Vapoursynth R46 + Python3.7 on windows 10, it said I have to clean up vapoursynth plugins folder bla bla bla (Vapoursynth is newly installed whose plugins folder should be clean).

I have to click "ignore", and run the encode process, it said: no vapoursynth installed, sure to continue bla bla bla? click "yes", and then encode failed.

Then I tried manually use command line to run like(Which work correctly): Screenshot from 2019-08-06 09-49-45

It appeared on both my local PC and remote windows server. I believe it's because launcher is not compatible with latest Vapoursynth. R47 is out as well. Please confirm it's Compatibility. It's still not usable for R46 right now.

lordmulder commented 5 years ago

Hello.

VapourSynth R46 changed a lot of things! In the latest release of Simple x264 Launcher (v2.92) the VapourSynth detection code has been adjusted for the changes in VapourSynth. As a result, the minimum supported VapourSynth version is now R46 – older versions are not supported anymore.

(Version R47 should work fine too, whereas R45 does not)

Unfortunately, a small regression in Simple x264 Launcher v2.92 is causing a wrong "critical error" message, when VapourSynth is not found at all. So, be sure to install the Hotfix from here: x264_launcher.2019-07-22.hotfix-1.zip

(Note: The Hotfix must be installed on top of the official Simple x264 Launcher v2.92 release!)

If, after that, you still have problem, please launch x264_launcher.exe with the extra command-line option --console in order to enable the Debug console. Then post the output...

It is supposed to look like this: image

Regards.

lordmulder commented 5 years ago

...or see new release here: https://github.com/lordmulder/Simple-x264-Launcher/releases/tag/v2.93

jiekun commented 5 years ago

Sure. Will test it tonight. Thanks for your reply and efforts.