Skip to content

Releases: v0lt/ScriptSourceFilter

MPC Script Source 0.2.15.235

28 Dec 06:51

Choose a tag to compare

Fixed a filter crash when AviSynth cannot deliver a video frame or audio data.
Other minor fixes.

MPC Script Source 0.2.13.225

21 Oct 03:46

Choose a tag to compare

Fixed error text display in UTF-8, system ANSI, or mixed encoding (different encodings in different strings). This fixes the display of AviSynth+ errors.
Fixed filter registration and deregistration using included CMD files.

MPC Script Source 0.2.11.215

15 Sep 02:57

Choose a tag to compare

Added support for various video formats for AviSynth+ and VapourSynth.
The filter will not open the correct scripts with unsupported video formats.

MPC Script Source 0.2.9.200

15 Jun 13:12

Choose a tag to compare

Fixed logging of exceptions with non-ASCII characters for the debug version.
Minimum AviSynth Interface Version to get frame properties is 8 (previously it was 9).

MPC Script Source 0.2.7.192

03 Apr 05:21

Choose a tag to compare

Fixed registration of a filter from a folder with Unicode characters.

MPC Script Source 0.2.5.183

13 Dec 10:30

Choose a tag to compare

Fixed support for YV12, YV16, YV24 formats for AviSynth+.

MPC Script Source 0.2.3.174

05 Nov 16:34

Choose a tag to compare

Fixed display of video frame with error in AviSynth script.
Fixed opening VapourSynth scripts without sound.
Added support for Y10 (Gray10) format.

MPC Script Source 0.2.1.165

18 Aug 05:26

Choose a tag to compare

The license has been changed to LGPL-2.1.
Added audio support for AviSynth+ and VapourSynth scripts.
ScriptSourceFilter will not show a video with an error if it cannot connect to AviSynth+ or VapourSynth. This will allow the player to try other filters.
Now uses VapourSynth API 4.
Recommended versions are AviSynth+ 3.7.3 or later, VapourSynth R63 or later.

MPC Script Source 0.1.4.128

21 Sep 13:45

Choose a tag to compare

Added Frame Properties support for AviSynth+ and VapourSynth.
Recommended versions are AviSynth+ 3.7.2 or later, VapourSynth R59 or later.

MPC Script Source 0.1.2.106

05 Jan 11:39

Choose a tag to compare

Removed filter registration for .avs and .vpy extensions. This preserves the ability to open scripts using the "AVI/WAV File Source" system filter. Better solution is to add ScriptSourceFilter as an external filter in MPC-BE, MPC-HC and other players, set the priority as preferred and enable the filter when needed.