Re-add clearing of hwaccels & hwaccel-decoders

pull/10/head
RandomNinjaAtk 4 years ago committed by GitHub
parent 376aa54e5c
commit b5847d8dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,8 @@ def main():
# Set Converter Settings
safeConfigParser.set("Converter", "ffmpeg", "ffmpeg")
safeConfigParser.set("Converter", "ffprobe", "ffprobe")
safeConfigParser.set("Converter", "hwaccels", " ")
safeConfigParser.set("Converter", "hwaccel-decoders", " ")
fp = open(autoProcess, "w")
safeConfigParser.write(fp)

Loading…
Cancel
Save