1
0

crop helptext

This commit is contained in:
2023-12-30 12:01:40 +01:00
parent 8bb898fe5d
commit 9676ffdbf1
+1 -1
View File
@@ -10,7 +10,7 @@ def main():
parser.add_argument('-t', '--to', help='end time, if not end of file') parser.add_argument('-t', '--to', help='end time, if not end of file')
parser.add_argument('-q', '--quality', help='quality of output, as a percentage') parser.add_argument('-q', '--quality', help='quality of output, as a percentage')
parser.add_argument('-S', '--silent', action='store_true', help='no audio') parser.add_argument('-S', '--silent', action='store_true', help='no audio')
parser.add_argument('-c', '--crop', help='Crop') parser.add_argument('-c', '--crop', help='out_w:out_h:x:y Can use in_w and in_h as variables. Top-left is 0:0')
args = parser.parse_args() args = parser.parse_args()
f_args = [] f_args = []