encodescripts/healin' good precure/healing.vpy

7 lines
192 B
Text

import vapoursynth as vs
core = vs.core
src = core.ffms2.Source(path)
resized = core.resize.Bilinear(clip=src, width=1920, height=1080, format=vs.YUV420P10)
resized.set_output(alt_output=1)