-
Notifications
You must be signed in to change notification settings - Fork 6
/
Filters.txt
39 lines (30 loc) · 2.72 KB
/
Filters.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Below are links to filter versions i use myself and can recommend for use with SVPlite scripts, but due to legal reasons can't pre-package with SVPlite...
Most of the time your choice of version won't matter much, but you could get slightly better performance or less overhead using the ones specified below:
AviSynth+ shebang_mod v3.7.2 based build: (Least overhead and latency)
Original Link: https://horman.net/avisynth/download/shebang_mod.zip
Mirrored Link: https://web.archive.org/web/20220424210030/https://horman.net/avisynth/download/shebang_mod.zip
OR
AviSynth+ r3218 v3.5.2 2020.04.28 test build: (Least likely to return incorrect frames)
Original Link: https://drive.google.com/file/d/1EY1wgsh7pQD7kqj_2suD--nSj12hILX4/view
Mirrored Link: https://www.mediafire.com/file/dvaxn6p8k4t6l6z/AviSynthPlus_r3218_v3.5.2_test_20200428_noarr.7z/file
SVPflow1.dll is from:
32bit: https://web.archive.org/web/*/https://www.svp-team.com/files/repo/full/core.flow32/4.5.0.202plugins.7z
64bit: https://web.archive.org/web/*/https://www.svp-team.com/files/repo/full/core.flow64/4.5.0.206plugins64.7z
SVPflow2.dll is from:
32bit: https://web.archive.org/web/*/https://www.svp-team.com/files/repo/full/core.flow32/4.3.0.160plugins.7z
64bit: https://web.archive.org/web/*/https://www.svp-team.com/files/repo/full/core.flow64/4.3.0.161plugins64.7z
Note: Newer SVPflow2.dll versions require official SVP to be running in the background, so if portability is a factor you'll need to use these older versions.
CrendKing's 'AviSynth Filter' DirectShow-filter: https://github.com/CrendKing/avisynth_filter/releases
LAV Filters (nightly builds): https://files.1f0.de/lavf/nightly/
MadVR Video Renderer (newest stable version): http://madshi.net/madVR.zip
Sanear Audio Renderer (My Unofficial Updated & Optimized 32bit & 64bit builds):
Performance Optimized Builds...
C++17 Stable: https://www.mediafire.com/file/ak7byffbpjs5k5o/sanear-0.3.1.3-bin-Opt_VC%252B%252B17.zip/file
C++20 Experimental: https://www.mediafire.com/file/vxd75sdmkk8qs1j/sanear-0.3.1.3-bin-Opt_VC%252B%252B20.zip/file
Debug builds...
C++17 Stable: https://www.mediafire.com/file/p8ppth5mxdlluc6/sanear-0.3.1.3-debug-Opt_VC%252B%252B17.7z/file
C++20 Experimental: https://www.mediafire.com/file/cau6plgnynymrp0/sanear-0.3.1.3-debug-Opt_VC%252B%252B20.7z/file
Compile Ready Source Codes for...
C++17 Compiles: https://www.mediafire.com/file/l8mkq6idyd46dfh/sanear-0.3.1.3-src-Opt_VC%252B%252B17.7z/file
C++20 Compiles: https://www.mediafire.com/file/ramoz1otxbop3qm/sanear-0.3.1.3-src-Opt_VC%252B%252B20.7z/file
Note: C++17 builds are more standards compliant and thus possibly more stable or reliable; C++20 builds required a compiler workaround, but might be better optimized.