From 658260f1f687d6fc9526311623ac8fd1729ce000 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 10 Aug 2018 22:44:45 -0700 Subject: [PATCH] Add x264 to hardware encoders --- plexpy/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plexpy/common.py b/plexpy/common.py index bb48c1d6..4225d7df 100644 --- a/plexpy/common.py +++ b/plexpy/common.py @@ -177,7 +177,8 @@ HW_ENCODERS = [ 'videotoolbox', 'mediacodecndk', 'vaapi', - 'nvenc' + 'nvenc', + 'x264' ] EXTRA_TYPES = {