Created
December 12, 2019 22:47
-
-
Save pcroland/c1f1e46cd3e36021927eb033e5161298 to your computer and use it in GitHub Desktop.
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
function UpscaleCheck(clip c, string "resolution") { | |
resolution = default(resolution, "720") | |
eval("""Interleave(c.myffinfo("source", color_lawngreen), c.AutoResize(""" + Chr(34) + resolution + Chr(34) + """).z_Spline36Resize(c.width, c.height).myffinfo("source -> """ + resolution +""" -> source", color_cyan))""") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment