Skip to content

Commit

Permalink
actually use the -A flag
Browse files Browse the repository at this point in the history
  • Loading branch information
amietn committed Feb 13, 2016
1 parent e70c66d commit f1716d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcsi/vcsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ def main():
output_path = args.output_path

media_info = MediaInfo(path, verbose=args.is_verbose)
media_capture = MediaCapture(path, accurate=args.is_accurate)
media_capture = MediaCapture(path, accurate=args.is_accurate, skip_delay_seconds=args.accurate_delay_seconds)

num_selected = args.num_frames

Expand Down

0 comments on commit f1716d3

Please sign in to comment.