gpo.zugaina.org

Search Portage & Overlays:

media-plugins/vapoursynth-median

Various median functions on a single/several clips.

Screenshots

ChangeLog

commit 90a0087673461f9731fd2717934f82b7240a24ac
Author: capric98 <42015599+capric98@users.noreply.github.com>
Date: Sun Oct 2 20:18:49 2022 -0500

add EPREFIX

commit e3e3309b4a48b848e3e12ed7cf39458a2324647e
Author: Dani <surukko@gmail.com>
Date: Sun May 22 17:42:05 2022 +0200

Big fat update.

All the ebuilds have been updated to support VapourSynth's API4. This triggered a lot of updates, and all of them have been tested to compile and install. Critical fixes for all ebuilds have been backported.

Removed ebuilds due to deprecation / superseading:
media-plugins/vapoursynth-damb
media-plugins/vapoursynth-vcfreq
media-plugins/vapoursynth-vcmod
media-plugins/vapoursynth-vcmove

New ebuilds:
media-plugins/bestaudiosource
media-plugins/subtext
media-plugins/vapoursynth-miscfilters-obsolete
media-plugins/vapoursynth-vcm
media-plugins/vapoursynth-vfx
media-plugins/vivtc
media-plugins/vs-imwri
media-plugins/vs-ocr
media-plugins/vs-removegrain

commit c0462d9d864351a2d10be3f5bb18aa2c11d34917
Author: Dani <surukko@gmail.com>
Date: Fri May 22 13:27:12 2020 +0200

Use thin-manifests

commit 522b6bcc46ed93ce63f6e9895b9a4fa1924ad5a2
Author: Dani <surukko@gmail.com>
Date: Tue Feb 11 00:05:08 2020 +0100

asdf

commit 53fd0f4e8a9cf5fde448477ee7994609ad670a5c
Author: Dani <surukko@gmail.com>
Date: Tue Feb 11 00:03:27 2020 +0100

Happy new year!

commit 97b362300be1b2da16f320142fb85bc35bc18abe
Author: Are_ <surukko@gmail.com>
Date: Mon May 13 17:57:40 2019 +0200

media-plugins/vapoursynth-median: verison bump (4)

commit 90897d66edd483224181cc64c67dd438620cb9be
Author: Dani <surukko@gmail.com>
Date: Thu Apr 25 23:53:01 2019 +0200

media-plugins/vapoursynth-median: new plugin

Median generates a pixel-by-pixel median of several clips. This is particularly useful for filtering out noise and glitches from multiple VHS/SVHS/8mm/Hi8 tape captures, but can be used for other purposes also.

TemporalMedian returns the temporal median of a single clip.

MedianBlend can return a clip derived from the minimum or maximum pixel values, or it can discard some low (default: 1) and high (default: 1) values and blend the others together. With the parameters set to not discard anything, the result is in fact the average of the clips.

This is a port of the Avisynth plugin Median, version 0.6.