Skip to content

assrender v0.35

Latest
Compare
Choose a tag to compare
@pinterf pinterf released this 04 Mar 10:00
· 11 commits to master since this release

Change log

0.35 (20210304)

  • Windows MSVC: Update to libass v0.15
    (git submodule update --init --recursive --remote)
    For changes since v0.14 see https://github.com/libass/libass/blob/master/Changelog
  • don't guess base on video resolution (realfinder)
    if .ass file has no Matrix info then it should be treated as it "Rec601" to maintain compatibility
  • Parameter 'colorspace' default value is no longer "guess"
  • Add more color options: PC.709, PC.601, TV.fcc, PC.fcc, TV.240m, PC.240m, none.
    "none" and "guess" implies "guess-by-resolution".
  • Fix: possible crash on initializing phase (buffer overread, linux crashed, Windows was just lucky)