Update Tdarr_Plugin_00td_filter_bit_depth.js

This commit is contained in:
HaveAGitGat 2022-08-28 03:56:02 +01:00
parent 3dc2d1a322
commit 3ad6535c6d

View file

@ -60,6 +60,10 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
infoLog: '',
};
// process8BitVideo
// process10BitVideo
// process12BitVideo
const bitDepths = {
8: 'Main',
10: 'Main 10',