From ff20cb30b22cc3916c02e6b3945bbdd6277b5320 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Wed, 28 Sep 2016 22:33:09 +0200 Subject: [PATCH] Updated README file. --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f45574..d570aca 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,23 @@ Simple x264/x265 Launcher can be run in a "portable" mode. This may be helpful, ## VapourSynth -There now is a "portable" edition **VapourSynth** available, which *Simple x264/x265 Launcher* can use. For this purpose, download the "portable" edition VapourSynth an *extract* it into the sub-directory `extra\VapourSynth` inside of the Simple x264/x265 Launcher "main" directory (i.e. where the `x264_launcher.exe` file is located). More specifically, the *32-Bit* version of "portable" VapourSynth needs to go to the `extra\VapourSynth\core32` sub-directory and the *64-Bit* version needs to go to the `extra\VapourSynth\core64` sub-directory. Be aware, however, that "portable" VapourSynth requires **embeddable Python** to work! So you *must* download Python as "embeddable zip file" from the Python web-site (a bit difficult to find) and extract that into the same sub-directory as the VapourSynth "portable" binaries. - +There now is a "portable" edition **VapourSynth** available, which *Simple x264/x265 Launcher* can use. For this purpose, download the "portable" edition VapourSynth an *extract* it into the sub-directory `extra\VapourSynth` inside of the Simple x264/x265 Launcher "main" directory (i.e. where the `x264_launcher.exe` file is located). More specifically, the *32-Bit* version of "portable" VapourSynth needs to go to the `extra\VapourSynth\core32` sub-directory and the *64-Bit* version needs to go to the `extra\VapourSynth\core64` sub-directory. Be aware, however, that "portable" VapourSynth requires **embeddable Python** to work! So, you *must* download Python as "embeddable zip file" from the Python web-site and extract that into the same sub-directory as the VapourSynth "portable" binaries. In the end, it should look like this: +``` +InstallPath +├─ x264_launcher_portable.exe +└─ extra\ + └─ VapourSynth\ + ├─ core32\ + │ ├─ python35.dll <32-Bit> + │ ├─ VapourSynth.dll <32-Bit> + │ ├─ VSPipe.exe <32-Bit> + │ └─ etc… + └─ core64\ + ├─ python35.dll <64-Bit> + ├─ VapourSynth.dll <64-Bit> + ├─ VSPipe.exe <64-Bit> + └─ etc… +``` # Updating Your Encoder Binaries # -- 2.11.4.GIT