Add other codecs

make-only-subtitle-default
HaveAGitGat 2 years ago
parent 30db47e186
commit 2ad4a9ac0c

@ -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…
Cancel
Save