-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
ass_file = r"file.ass"
clip = core.std.BlankClip(None, 1920, 1080, vs.YUV420P8, length=35000)
clip_full = clip.std.SetFrameProps(_ColorRange=0)
subs = core.sub.TextFile(clip=clip_full, file=ass_file, charset="UTF-8", scale=1, debuglevel=7, linespacing=0, margins=[0, 0, 0, 0], sar=0)
subs.set_output()vapoursynth.Error: MaskedMerge: Input frames must have the same range
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels