Skip to content

Instantly share code, notes, and snippets.

View cN3rd's full-sized avatar

cN3rd cN3rd

  • Israel
View GitHub Profile
@cN3rd
cN3rd / typosittermod.avs
Last active January 23, 2024 21:27
Modified Typositter for Avisynth
# Original script by nicoco, under GPLv2
# Modified typositter. Currently only boasts support for custom conversion matrices.
function TypositterMod(clip source, clip type, int start_frame, int "end_frame", int "x", int "y", bool "trim", string "mode", float "opacity", string "matrix", bool "debug") {
Assert((FrameCount(type) != 1001 || Defined(end_frame)), "For this footage, the ending frame is needed.")
end_frame = Default(end_frame, start_frame + FrameCount(type) - 1)
trim = Default(trim, false)
@cN3rd
cN3rd / cn3rd.afterwaltz.moon
Last active January 23, 2024 22:57
AfterWaltz v0.4.1
-- MIT License
--
-- Copyright (c) 2017-2024 cN3rd
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
-- in the Software without restriction, including without limitation the rights
-- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-- copies of the Software, and to permit persons to whom the Software is
-- furnished to do so, subject to the following conditions:
@cN3rd
cN3rd / getscaler.py
Last active December 9, 2023 13:45
A program for testing descaling functions.
"""
getscaler.py - last changed 2020-04-08
python 3.6+ is needed
A "companion" program to getnative.
Keep in mind that the scaler with the smallest error isn't neccesarily the one being used
and that some things are NOT to be descaled.
Use at your own discretion.
Prerequisites: