mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 18:45:53 -07:00
Add av1 option to checkVideoCodec flow plugin
This commit is contained in:
parent
138c3270f2
commit
8872ff2951
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ var details = function () { return ({
|
||||||
type: 'dropdown',
|
type: 'dropdown',
|
||||||
options: [
|
options: [
|
||||||
'hevc',
|
'hevc',
|
||||||
|
'av1',
|
||||||
'vp9',
|
'vp9',
|
||||||
'h264',
|
'h264',
|
||||||
'vp8',
|
'vp8',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue