This commit is contained in:
deathbybandaid 2021-02-04 10:56:36 -05:00
parent 349e38f840
commit d8296336e5
2 changed files with 0 additions and 8 deletions

View File

@ -164,9 +164,6 @@ class Plugin_OBJ():
def transcode_profiles(self, stream_args): def transcode_profiles(self, stream_args):
ffmpeg_command = [] ffmpeg_command = []
if not self.plugin_utils.config.dict["webwatch"]["ffmpeg_transcode"] == "nvenc":
ffmpeg_command.extend(["-hwaccel", "cuda"])
ffmpeg_command.extend([ ffmpeg_command.extend([
"-c:v", "libvpx", "-c:v", "libvpx",
"-c:a", "libvorbis", "-c:a", "libvorbis",

View File

@ -4,11 +4,6 @@
"value": "none", "value": "none",
"config_file": true, "config_file": true,
"config_web": true "config_web": true
},
"ffmpeg_transcode":{
"value": "none",
"config_file": true,
"config_web": true
} }
} }
} }