Skip to content

assrender v0.34

Choose a tag to compare

@pinterf pinterf released this 01 Mar 10:41
· 66 commits to master since this release

Change log

0.34 (20210301 - pinterf)

  • Fix the fix: revert matrix change made in 0.33
  • Fix: Check matrix from .ASS file "YCbCr Matrix:" section besides "Video Colorspace:"
    Recognized values are "tv.601" and "tv.709"

0.33 (20210228 - pinterf)

  • Fix: wrong Bt.709 matrix

0.32 (20210227 - pinterf)

  • Fix: treat I420 variant as YV12 instead of unsupported color space

0.31 (20210218 - pinterf)

  • Fix colors for planar RGB
  • code: hidden ifdef FOR_AVISYNTH_26_ONLY for Avisynth 2.6-only build

0.30 (20210217 - pinterf)

  • From now assrender does not works with classic Aviysnth: high-bitdepth helper function calls
  • 10-16 bit support (including RGB48 and RGB64)
  • YV411, Planar RGB support

0.29 (20210216 - pinterf)