mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Add x264 to hardware encoders
This commit is contained in:
parent
f93e745f0b
commit
658260f1f6
1 changed files with 2 additions and 1 deletions
|
@ -177,7 +177,8 @@ HW_ENCODERS = [
|
|||
'videotoolbox',
|
||||
'mediacodecndk',
|
||||
'vaapi',
|
||||
'nvenc'
|
||||
'nvenc',
|
||||
'x264'
|
||||
]
|
||||
|
||||
EXTRA_TYPES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue