vapoursynth / subtext

Subtitle plugin for VapourSynth based on libass
MIT License
16 stars 5 forks source link

blend=False doesn't return two clips as the documentation states #7

Closed Ichunjo closed 2 years ago

Ichunjo commented 2 years ago

R1 and R2 don't return two clips with blend=False and the old APIv3 plugin outputs this:

setVideoInfo: Video filter TextFile has more than one output node but only the first one will be returned

Code:

clips = core.sub.TextFile(src, sub, fontdir='fonts', blend=False)
Ichunjo commented 2 years ago

Seems like the docs are just outdated.