This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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: |