You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rephrase VapourSynth setup to prevent people into thinking that a certain version of VapourSynth is required
Avoid directly linking NASM for the same reason
-[VapourSynth](https://github.com/vapoursynth/vapoursynth/releases/latest) (download the portable version; the installed version could also work)
41
+
-[NASM](https://nasm.us/)
42
42
-[FFmpeg](https://github.com/GyanD/codexffmpeg/releases/download/7.0/ffmpeg-7.0-full_build-shared.7z) (thanks to [gyan](https://github.com/GyanD) for providing these builds)
43
43
44
44
### FFmpeg setup:
@@ -47,9 +47,9 @@ If you want to build the binary yourself, you will need the following dependenci
47
47
- (For example, set `FFMPEG_DIR` to `C:\Users\Username\Downloads\ffmpeg-7.0-full_build-shared`)
48
48
49
49
### VapourSynth setup:
50
-
- Extract the file `VapourSynth64-Portable-R68.zip` to a directory.
51
-
- Create a new environment variable named `VAPOURSYNTH_LIB_DIR` and set it to the directory path where you extracted `VapourSynth64-Portable-R68.zip`, appending `\sdk\lib64` to the path.
52
-
- (For example, set `VAPOURSYNTH_LIB_DIR` to `C:\Users\Username\Downloads\VapourSynth64-Portable-R68\sdk\lib64`)
50
+
- Extract the contents of the portable VapourSynth zip file to a directory.
51
+
- Create a new environment variable named `VAPOURSYNTH_LIB_DIR` and set it to the directory path where you extracted the file, appending `\sdk\lib64` to the path.
52
+
- (For example, set `VAPOURSYNTH_LIB_DIR` to `C:\Users\Username\Downloads\VapourSynth64-Portable-R69\sdk\lib64`)
0 commit comments