Skip to content

Commit

Permalink
Updating help page
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneRuffian committed Mar 14, 2023
1 parent bb38043 commit 1e19bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video2frames.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
flag.IntVar(&conversionFactor, "x", 100, "Out of every 100 frames convert X frames.")
flag.IntVar(&qualityFactor, "q", 1, "Set the quality of the export 1-31. Lower is better quality.")
flag.BoolVar(&grayScale, "g", false, "Convert output to grayscale.")
flag.BoolVar(&compressOutput, "c", false, "Compress output into PNG format. Default uncompressed BMP.")
flag.BoolVar(&compressOutput, "c", false, "Compress output into JPEG format. Default uncompressed BMP.")
flag.BoolVar(&exifGenerateTemplate, "export-exif-template", false, "Generate JSON template file. For use with supported exif data writing (e.g. --exif-data).")
flag.Parse()

Expand Down

0 comments on commit 1e19bfa

Please sign in to comment.