From 0a949e8d0e7c8efe5a20ec15740dadbbdb9ed4f6 Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Mon, 20 Jan 2025 17:03:33 +1030 Subject: [PATCH] tweak(script): Efficient' option to custom format type selection --- scripts/tierCreator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tierCreator.py b/scripts/tierCreator.py index 1075011..aefbfa1 100644 --- a/scripts/tierCreator.py +++ b/scripts/tierCreator.py @@ -142,7 +142,7 @@ def main(): required=True, help='Resolution for custom formats') parser.add_argument('--type', - choices=['Quality', 'Balanced'], + choices=['Quality', 'Balanced', 'Efficient'], required=True, help='Type of custom format') parser.add_argument(