gpo.zugaina.org

Search Portage & Overlays:

media-plugins/vs-ccd

Screenshots

  • vs-ccd-9999
    lto python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11

    View      Download      Browse     License: GPL-3   
    Overlay: vapoursynth
  • vs-ccd-0.3.1-r1
    ~amd64
    lto python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11

    View      Download      Browse     License: GPL-3   
    Overlay: vapoursynth

ChangeLog

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

add EPREFIX

commit 24e4346195eaffeec5db0cdd53fd6af5e4c61e5c
Author: Dani <surukko@gmail.com>
Date: Sun May 22 18:00:49 2022 +0200

Update python compat to allow python 11

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 802d2665cf6e83fb461d7589f8f39c8a33f137bb
Author: Dani <surukko@gmail.com>
Date: Thu Jul 22 02:09:29 2021 +0200

media-plugins/vs-ccd: new plugin

CCD is a simple chroma denoiser. It works by selectively averaging pixels in a 25x25 matrix below the Euclidean distance threshold in an RGB clip. After denoising, the clip should be converted back to YUV / YCoCg, and the luma channel should be copied from the input.

Currently, CCD only supports RGBS input and will not copy the original luma for you, so for convinience, a python wrapper is included which can handle this.

Vapoursynth port of the original filter by Sergey Stolyarevsky.