Skip to content

Commit

Permalink
Merge pull request #510 from andrew-kennedy/patch-1
Browse files Browse the repository at this point in the history
Add av1 option to checkVideoCodec flow plugin
  • Loading branch information
HaveAGitGat authored Nov 10, 2023
2 parents 3bfa384 + 2ad4a9a commit 057f8e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 057f8e8

Please sign in to comment.