YomikoR / VapourSynth-Editor

Branch vse-previewer for standalone previewer. Branch vs-api4 for an IDE with a text editor. Branch master for "stability". Forked from https://bitbucket.org/mystery_keeper/vapoursynth-editor
Other
138 stars 9 forks source link

Performance regression introduced in frame-wise packing #1

Closed YomikoR closed 3 years ago

YomikoR commented 3 years ago

As pointed out by @DJATOM (https://github.com/YomikoR/VapourSynth-Editor/commit/78ddeea46d7835837c929992e6c333916d5419da#commitcomment-55291648) and also verified by Doom9 users, the current implementation of RGB pixel packing is causing performance regression during playback.

Probably, this will be fixed if packing is integrated into VS filter chain.