Skip to content

Commit 1e19bfa

Browse files
Updating help page
1 parent bb38043 commit 1e19bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video2frames.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func main() {
4949
flag.IntVar(&conversionFactor, "x", 100, "Out of every 100 frames convert X frames.")
5050
flag.IntVar(&qualityFactor, "q", 1, "Set the quality of the export 1-31. Lower is better quality.")
5151
flag.BoolVar(&grayScale, "g", false, "Convert output to grayscale.")
52-
flag.BoolVar(&compressOutput, "c", false, "Compress output into PNG format. Default uncompressed BMP.")
52+
flag.BoolVar(&compressOutput, "c", false, "Compress output into JPEG format. Default uncompressed BMP.")
5353
flag.BoolVar(&exifGenerateTemplate, "export-exif-template", false, "Generate JSON template file. For use with supported exif data writing (e.g. --exif-data).")
5454
flag.Parse()
5555

0 commit comments

Comments
 (0)