mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Merge pull request #510 from andrew-kennedy/patch-1
Add av1 option to checkVideoCodec flow plugin
This commit is contained in:
commit
057f8e8095
2 changed files with 17 additions and 0 deletions
|
|
@ -23,9 +23,18 @@ var details = function () { return ({
|
|||
type: 'dropdown',
|
||||
options: [
|
||||
'hevc',
|
||||
'av1',
|
||||
'vp9',
|
||||
'h264',
|
||||
'vp8',
|
||||
'wmv2',
|
||||
'wmv3',
|
||||
'mpeg4',
|
||||
'mpeg2video',
|
||||
'mjpeg',
|
||||
'flv',
|
||||
'mpeg4',
|
||||
'theora'
|
||||
],
|
||||
},
|
||||
tooltip: 'Specify the codec check for',
|
||||
|
|
|
|||
|
|
@ -26,9 +26,17 @@ const details = ():IpluginDetails => ({
|
|||
type: 'dropdown',
|
||||
options: [
|
||||
'hevc',
|
||||
'av1',
|
||||
'vp9',
|
||||
'h264',
|
||||
'vp8',
|
||||
'wmv2',
|
||||
'wmv3',
|
||||
'mpeg4',
|
||||
'mpeg2video',
|
||||
'mjpeg',
|
||||
'flv',
|
||||
'theora',
|
||||
],
|
||||
},
|
||||
tooltip: 'Specify the codec check for',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue