most likely a fix
This commit is contained in:
Binary file not shown.
@@ -125,7 +125,6 @@ class Handler:
|
|||||||
print("OS CURRENTLY UNSUPPORTED!")
|
print("OS CURRENTLY UNSUPPORTED!")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
print(self.command)
|
|
||||||
os.system(self.command)
|
os.system(self.command)
|
||||||
print("video split")
|
print("video split")
|
||||||
|
|
||||||
@@ -212,9 +211,9 @@ class Handler:
|
|||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
if self.os_type == "linux":
|
if self.os_type == "linux":
|
||||||
self.command_us = f"wine {fsrpath} -Scale {quality_setting} {quality_setting} {self.files_handle} {self.tmppath}"
|
self.command_us = f"wine {fsrpath} -Scale {quality_setting} {quality_setting} {self.files_handle}"
|
||||||
elif self.os_type == "win32":
|
elif self.os_type == "win32":
|
||||||
self.command_us = f"FidelityFX_CLI -Scale {quality_setting} {quality_setting} {self.files_handle} {self.tmppath}"
|
self.command_us = f"FidelityFX_CLI -Scale {quality_setting} {quality_setting} {self.files_handle}"
|
||||||
else:
|
else:
|
||||||
print("OS CURRENTLY UNSUPPORTED!")
|
print("OS CURRENTLY UNSUPPORTED!")
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user