Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sxela authored Apr 27, 2022
1 parent ba1998b commit 8f25dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
You can change the pattern if you need more digits (increase the number in %05d pattern), or change the filename.
"""

ffmpeg -v quiet -i "{vid_name}" q:v 2 "{out_dir}/frame_%05d.jpg"
ffmpeg -v quiet -i "{vid_name}" -q:v 2 "{out_dir}/frame_%05d.jpg"

0 comments on commit 8f25dd7

Please sign in to comment.