You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried running this with v59 of Vapoursynth, got the following error:
self.img = np.dstack([np.array(f.get_read_array(p), copy=False) for p in [2,1,0]])
AttributeError: 'vapoursynth.VideoFrame' object has no attribute 'get_read_array'. Did you mean: 'get_read_ptr'?
Looks like the Vapoursynth API has changed since this project was last updated?
The text was updated successfully, but these errors were encountered:
Just tried running this with v59 of Vapoursynth, got the following error:
Looks like the Vapoursynth API has changed since this project was last updated?
The text was updated successfully, but these errors were encountered: