From 3a68080a26516e1c8ea3d270f75da2cde58ae086 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 19 Aug 2021 09:19:04 -0700 Subject: [PATCH] Remove x264 from HW encoders --- plexpy/common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plexpy/common.py b/plexpy/common.py index 7572c7c2..4d59f713 100644 --- a/plexpy/common.py +++ b/plexpy/common.py @@ -228,8 +228,7 @@ HW_ENCODERS = [ 'videotoolbox', 'mediacodecndk', 'vaapi', - 'nvenc', - 'x264' + 'nvenc' ] EXTRA_TYPES = {