From 9676ffdbf15b563eed5ecad3a0831fdcc34efde5 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sat, 30 Dec 2023 12:01:40 +0100 Subject: [PATCH] crop helptext --- .scripts/vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/vc b/.scripts/vc index 4055b9e..068727f 100755 --- a/.scripts/vc +++ b/.scripts/vc @@ -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 = []