We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
range=1 (in TextFile args) seems to fix it, but a better warning would be ideal
range=1
Sorry, something went wrong.
Odd, I thought it auto detected what to do. I'll investigate in a bit.
No branches or pull requests
vapoursynth.Error: MaskedMerge: Input frames must have the same range
The text was updated successfully, but these errors were encountered: