Skip to content

Commit

Permalink
Update input flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneRuffian committed Apr 5, 2021
1 parent c968831 commit 4625b7f
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 @@ -24,7 +24,7 @@ var grayScale bool

func main() {
flag.StringVar(&destinationDirectory, "o", ".", "Specify output directory.")
flag.StringVar(&inputFile, "f", "", "Specify input video file.")
flag.StringVar(&inputFile, "i", "", "Specify input video file.")
flag.StringVar(&outputSize, "s", "", "Specify output image width. (e.g. 600x800)")
flag.StringVar(&logOutputDest, "l", "", "Log file output destination.")
flag.StringVar(&outputSuffix, "suffix", "", "Add suffix to the output file.")
Expand Down

0 comments on commit 4625b7f

Please sign in to comment.