mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Add other codecs
This commit is contained in:
parent
30db47e186
commit
2ad4a9ac0c
2 changed files with 15 additions and 0 deletions
|
|
@ -27,6 +27,14 @@ var details = function () { return ({
|
|||
'vp9',
|
||||
'h264',
|
||||
'vp8',
|
||||
'wmv2',
|
||||
'wmv3',
|
||||
'mpeg4',
|
||||
'mpeg2video',
|
||||
'mjpeg',
|
||||
'flv',
|
||||
'mpeg4',
|
||||
'theora'
|
||||
],
|
||||
},
|
||||
tooltip: 'Specify the codec check for',
|
||||
|
|
|
|||
|
|
@ -30,6 +30,13 @@ const details = ():IpluginDetails => ({
|
|||
'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