Skip to content
@AmusementClub

私立七森中ごらく部

#VapourSynth-Classic & YuruYuri: Bleeding Edge Anime Encoding

Welcome to 私立七森中ごらく部 / AmusementClub

Programs

  • x265: a fork of x265 Yuuki mod with aMod and some custom features and performance optimizations.
  • VapourSynth-Classic: our VapourSynth fork without random incompatible API breaks; high performance & lower memory consumption. We also host VS-C and VS R54 VapourSynth docs.
  • Public Tool Pack: we periodically release public versions of internal tool pack used in production encoding. It includes curated list of plugins & scripts that work well together.

VS Plugins

  • assrender: a plugin that renders ASS/SSA subtitle using libass.
  • vs-boxblur: AVX2-vectorized box filter.
  • vs-dfttest2: Accelerated DFTTest re-implemetation for VapourSynth, with CUDA, SIMD (CPU), and generic GCC vector (CPU) backends.
  • vs-fgrain-cuda: Realistic Film Grain Rendering for VapourSynth, accelerated with CUDA. For CPU-only plugin, see EleonoreMizo's chickendream.
  • vs-mlrt: efficient ML/AI Filter Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2/v3, and Real-CUGAN).
  • vs-nlm-ispc: non-local means denoise filter, drop-in replacement of the venerable KNLMeansCL for VapourSynth, but without the OpenCL dependency (CPU only).
  • vs-nlm-cuda: non-local means denoise filter, drop-in replacement of the venerable KNLMeansCL for VapourSynth, but accelerated with CUDA (~10% faster with 1 stream, up to ~50% faster with multiple streams.)
  • vapoursynth-a60224: an inverse telecine filter.
  • vapoursynth-descalemvc: drop-in replace of original descale VapourSynth plugin with additional CUDA, Vulkan, Metal and Arm Neon support.

We also host Windows binary releases for the following plugins:

  • vs-ComparePlane: AVX optimized PSNR implementation.
  • VapourSynth-WNNM: Weighted Nuclear Norm Minimization Denoiser for VapourSynth.
  • VapourSynth-ILS: CUDA implementation of Real-time Image Smoothing via Iterative Least Squares for VapourSynth (Experimental).

For plugin developers, we have:

  • vs-api3: a solution for dual api3/api4 plugins.

We also have a large number of forked VS plugins, and those are mostly for internal uses/experiments, though you're welcome to use them. Some of the notable ones are listed below:

  • DCTFilter: DCTFilter with arbitrary DCT block size and other enhancements.
  • FFT3DFilter: significant speedups.
  • fmtconv: with experimental custom kernel support.

VS Scripts

Random Stuff

Pinned Loading

  1. tools tools Public

    @AmusementClub public toolset

    83

  2. assrender assrender Public

    Forked from pinterf/assrender

    Vapoursynth plugin: libass-based subtitle renderer

    C 57 6

  3. vs-mlrt vs-mlrt Public

    Efficient CPU/GPU ML Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2/v3, Real-CUGAN, RIFE, SCUNet, ArtCNN and more!)

    C++ 480 35

  4. vs-nlm-ispc vs-nlm-ispc Public

    Non-local means denoise filter, drop-in replacement of the venerable KNLMeansCL for VapourSynth, but without the OpenCL dependency (CPU only)

    ISPC 14 3

  5. vs-dfttest2 vs-dfttest2 Public

    DFTTest re-implemetation for VapourSynth (CPU, CUDA and HIP)

    C++ 19 14

  6. vapoursynth-classic vapoursynth-classic Public

    Forked from vapoursynth/vapoursynth

    A production video processing framework with simplicity and backward compatibility in mind. We strive to keep 99% R54 API compatibility at the vpy script level while providing better performance & …

    C++ 48 3

Repositories

Showing 10 of 97 repositories
  • Aegisub Public Forked from wangqr/Aegisub

    Aegisub ASS subtitle editor, @AmusementClub internal fork

    AmusementClub/Aegisub's past year of commit activity
    C++ 13 649 1 0 Updated Sep 11, 2026
  • vapoursynth-zip Public Forked from dnjulek/vapoursynth-zip

    VapourSynth Zig Image Process ⚡🎞️

    AmusementClub/vapoursynth-zip's past year of commit activity
    Zig 0 MIT 6 0 0 Updated Sep 11, 2026
  • vapoursynth-descalemvc Public

    Drop-in replace of original descale vapoursynth plugin with additional cuda, vulkan, metal and arm neon support

    AmusementClub/vapoursynth-descalemvc's past year of commit activity
    C++ 0 MIT 0 0 0 Updated Sep 8, 2026
  • vapoursynth-nssfactory Public

    All-in-one WIP plugin for NSS denoise algo

    AmusementClub/vapoursynth-nssfactory's past year of commit activity
    C++ 1 GPL-2.0 0 0 0 Updated Sep 7, 2026
  • OKPGUI-Next Public

    Modern OKPGUI

    AmusementClub/OKPGUI-Next's past year of commit activity
    TypeScript 2 WTFPL 1 0 0 Updated Aug 31, 2026
  • .github Public
    AmusementClub/.github's past year of commit activity
    0 0 0 0 Updated Aug 30, 2026
  • vapoursynth-classic Public Forked from vapoursynth/vapoursynth

    A production video processing framework with simplicity and backward compatibility in mind. We strive to keep 99% R54 API compatibility at the vpy script level while providing better performance & stability than the upstream. API4 compatibility is preserved whenever possible as well.

    AmusementClub/vapoursynth-classic's past year of commit activity
    C++ 48 LGPL-3.0 185 3 1 Updated Aug 19, 2026
  • eac3to-wrapper Public Forked from AkarinVS/eac3to-wrapper

    eac3to wrapper that fixes its bug 288

    AmusementClub/eac3to-wrapper's past year of commit activity
    Go 0 GPL-2.0 3 0 0 Updated Aug 12, 2026
  • vs-mlrt Public

    Efficient CPU/GPU ML Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2/v3, Real-CUGAN, RIFE, SCUNet, ArtCNN and more!)

    AmusementClub/vs-mlrt's past year of commit activity
    C++ 480 GPL-3.0 35 45 0 Updated Aug 6, 2026
  • vs-dfttest2 Public

    DFTTest re-implemetation for VapourSynth (CPU, CUDA and HIP)

    AmusementClub/vs-dfttest2's past year of commit activity
    C++ 19 GPL-3.0 14 2 0 Updated Aug 3, 2026