- add limit ratio
- add limit ratio and super seed parameter to upload
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user