EXE
WinGet
3 submissions
AviSynth+
The Public · 3.7.2.3661 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
AviSynthPlus_3.7.2_20220317.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Uninstall
/VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Logged Install
AviSynthPlus_3.7.2_20220317.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /LOG=C:\Windows\Temp\AviSynthPlus_3.7.2_20220317.exe.log
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
HKEY_LOCAL_MACHINE
Key path
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AC78780F-BACA-4805-8D4F-AE1B52B7E7D3}_is1
Detection method
Version comparison
Value name
DisplayVersion
Operator
Greater than or equal to
Value
3.7.2.3661
Associated with 32-bit app on 64-bit clients
Yes
File Identity
Filename
AviSynthPlus_3.7.2_20220317.exe
File Size
8.5 MB
Real Type
PE32 executable (GUI) Intel 80386, for MS Windows, 8 sections
Installer Technology
Engine
Inno Setup
via Binary Signature
Confidence
100%
Signature
Status
Not Digitally Signed
Installer Selection
WinGet Package
Package ID
AviSynth.AviSynthPlus
Version
3.7.2.3661
Description
AviSynth+ is an improved version of the AviSynth frameserver, with improved features and developer friendliness.
License
GPL-2.0
↗
Homepage
https://avs-plus.net/
Installer URL
https://github.com/AviSynth/AviSynthPlus/releases/download/v3.7.2/AviSynthPlus_3.7.2_20220317.exe
Min OS Version
10.0.0.0
Upgrade Behavior
install(Install over existing)
Dependencies
Microsoft Visual C++ v14 Redistributable (x86)
· Microsoft.VCRedist.2015+.x86
Release Notes
- C interface Win32 access: fix issue by adding V8 interface function…
… names to avisynth.def
or else names are decorated (Issue #276)
e.g. DLL published _avs_get_frame_props_ro@8 instead of avs_get_frame_props_ro
- ShowRed/Green/Blue/Alpha/Y/U/V: addition to earlier fixes:
When clips are planar and both source and destination format have alpha plane,
then it will be copied instead of filled with 255d.
Additional checking is done for alpha plane size when ShowU/V, because when
s…