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',