possible fix + readding FSR

This commit is contained in:
2023-03-28 13:46:49 +02:00
parent c93d866dd4
commit 3ed9781d27
4 changed files with 11 additions and 12 deletions

View File

@@ -120,7 +120,6 @@ class Handler:
print("created dir")
if self.os_type == "linux":
print("linux")
self.command = f"ffmpeg -i {str(self.filepath)} {self.tmppath}ex%08d.png"
elif self.os_type == "win32":
self.command = f"ffmpeg -i {str(self.filepath)} \"{self.tmppath}ex%08d.png\""

BIN
bin/lib/FidelityFX_CLI.exe Normal file

Binary file not shown.