Skip to content

Instantly share code, notes, and snippets.

@LightArrowsEXE
LightArrowsEXE / getfscaler.py
Last active December 15, 2023 15:57
getfscaler: getscaler with frac descaling support
"""
Minimum Python version required: 3.10.
Minimum required VapourSynth version: R63
This is an unofficial "companion" script to getfnative <https://github.com/YomikoR/GetFnative>.
Note that the results of this are **NOT** conclusive on their own!
When using this script, be extra mindful that results may be inaccurate,
and that you should always double-check yourself!
@Setsugennoao
Setsugennoao / keyframes.py
Last active July 25, 2023 15:25
Keyframe generator script
from argparse import ArgumentParser
from pathlib import Path
from vsexprtools import ExprOp, norm_expr
from vstools import (
CustomRuntimeError, Keyframes, KwargsT, Sentinel, clip_async_render, core, get_w, mod4, mod_x, ranges_product,
shift_clip, split, vs
)
name = 'SetsuNoKeyframes'