mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Update Tdarr_Plugin_00td_filter_bit_depth.js
This commit is contained in:
parent
3dc2d1a322
commit
3ad6535c6d
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
infoLog: '',
|
||||
};
|
||||
|
||||
// process8BitVideo
|
||||
// process10BitVideo
|
||||
// process12BitVideo
|
||||
|
||||
const bitDepths = {
|
||||
8: 'Main',
|
||||
10: 'Main 10',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue