Skip to content

Commit

Permalink
Use jpg as default when dumping frames
Browse files Browse the repository at this point in the history
PNG uses way too much space, and in almost all cases I want jpg...
  • Loading branch information
achalddave committed Nov 27, 2019
1 parent 033a60c commit 077f09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vid/vid.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def download(url, output, start_time, end_time, duration, youtubedl_args,
@click.option('--list', 'treat_as_list', is_flag=True,
help='Treat VIDEO as a list of new-line separated video paths.')
@click.option('--fps', type=float, default=0)
@click.option('--extension', default='.png')
@click.option('--extension', default='.jpg')
@click.option('--qscale',
type=int,
default=2,
Expand Down

0 comments on commit 077f09e

Please # to comment.