Log in

View Full Version : C++ sample code: VapourSynth Direct2D Rendering


stax76
23rd January 2020, 01:33
C++ sample application that renders a VapourSynth script using Direct2D:

https://github.com/stax76/VapourSynth-Direct2D-Rendering

Note:

Script must do FlipVertical and use format COMPATBGR32, I don't know how to do this using the VapourSynth API. Vertical flip could be done using Direct2D but I don't know how it works and if it is faster and if it is lossless. I might look at this at some time later though for my goal in staxrip all this is probably not required.