From 3ad6535c6d304a31d6f670b81ea8d9dcae9671f0 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sun, 28 Aug 2022 03:56:02 +0100 Subject: [PATCH] Update Tdarr_Plugin_00td_filter_bit_depth.js --- Community/Tdarr_Plugin_00td_filter_bit_depth.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Community/Tdarr_Plugin_00td_filter_bit_depth.js b/Community/Tdarr_Plugin_00td_filter_bit_depth.js index 07921e5..b479a0f 100644 --- a/Community/Tdarr_Plugin_00td_filter_bit_depth.js +++ b/Community/Tdarr_Plugin_00td_filter_bit_depth.js @@ -60,6 +60,10 @@ const plugin = (file, librarySettings, inputs, otherArguments) => { infoLog: '', }; + // process8BitVideo + // process10BitVideo + // process12BitVideo + const bitDepths = { 8: 'Main', 10: 'Main 10',