crop helptext
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ def main():
|
||||
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('-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()
|
||||
f_args = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user