RomanArzumanyan / VALI

Video processing in Python
Apache License 2.0
21 stars 1 forks source link

PySurfaceConverter refactored #20

Closed RomanArzumanyan closed 4 months ago

RomanArzumanyan commented 4 months ago

This PR does the following:

  1. Adds in-place option for PySurfaceConverter class
  2. Adds unit tests for this class
  3. Removes YCbCr and NV12_PLANAR Surface formats
  4. Code cleanup