- add limit ratio

- add limit ratio and super seed parameter to upload
This commit is contained in:
2026-03-31 10:09:17 +07:00
parent 4578ea3474
commit c899eb5ca6
3 changed files with 38 additions and 6 deletions

View File

@@ -182,7 +182,7 @@ class ScreenShot:
f"scale={self.WIDTH}:{self.HEIGHT}",
output_file, "-y"
]
result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL)
subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL)
# self.console.debug("result : ",result.stdout)
# print(" ".join(cmd))
# print(result)