Skip to content

Releases: AkarinVS/vapoursynth-preview

R57.A4 fix memory leak

06 Jan 03:36
Compare
Choose a tag to compare
Pre-release

Fixes a memory leak (thanks @Nuevo009), and also allows vsp_text frame property to be str or bytes.

res = ...
res.akarin.Tmpl("vsp_text", "text shown in vsp status area: matrix = {{x._Matrix}}").set_output()

Requires latest https://github.com/AkarinVS/vapoursynth-plugin/releases/tag/v0.96.

R57.A3 release

02 Nov 03:17
Compare
Choose a tag to compare
R57.A3 release Pre-release
Pre-release

allowing custom text to be displayed in status line.

last.std.SetFrameProps(vsp_text=lambda f: '%s' % f.props).set_output()

Requires vs-c R57.A5.

R57.A2 release

30 Jun 06:46
Compare
Choose a tag to compare

R55.A0 Release for VS and VS-Classic R55

06 Sep 18:13
Compare
Choose a tag to compare

This release is for VS and VS-Classic R55; of course, it also works under VS R54.

It requires the akarin.Expr filter (lexpr): https://github.com/AkarinVS/vapoursynth-plugin/releases/tag/v0.75b.
(No need to install the dlisr specific DLL or NVidia VFX SDK if you don't need those filters.)