UNPKG

@ibaraki-douji/anime4k

Version:

Upscale Videos using Anime4KCPP

19 lines (18 loc) 275 B
export interface Options { /** * Threads * -t */ threads?: number; /** * Upscale Multiplier * -z */ scale?: number; /** * Choose GPU * -q */ gpu?: boolean; outputAsBuffer?: boolean; }