From d7d58ef8b24a633ecf12e445b50dd53adf2dbc07 Mon Sep 17 00:00:00 2001 From: Pinterf Date: Mon, 1 Mar 2021 11:33:34 +0100 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1381da..97a82e2 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ The color space of your (YUV) video. Possible values: - Rec709, BT.709 - Rec601, BT.601 -Default is to use the ASS script’s “Video Colorspace” property, else guess based on video resolution (width > 1920 or height > 1080 → BT.2020, then width > 1280 or height > 576 → BT.709). +Default is to use the ASS script’s "YCbCr Matrix:" or "Video Colorspace" property, else guess based on video resolution (width > 1920 or height > 1080 → BT.2020, then width > 1280 or height > 576 → BT.709). +Recognized .ASS properties: "tv.601" "tv.709". Other values like "pc.601" "pc.709" "tv.240m" "pc.240m" "tv.fcc" "pc.fcc" are treated as 'guess'. # Build instructions @@ -174,6 +175,11 @@ Default is to use the ASS script’s “Video Colorspace” property, else guess * Avisynth wiki: http://avisynth.nl/index.php/AssRender # 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 of "Video Colorspace:" + Recognized values are "tv.601" and "tv.709" + ## 0.33 (20210228 - pinterf) * Fix: wrong Bt.709 matrix