Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:video [2019/10/18 15:21] – [from images to video] scipio | tips:video [2020/09/02 15:59] (current) – [from images to video] scipio | ||
---|---|---|---|
Line 26: | Line 26: | ||
< | < | ||
# 5 images per seconds | # 5 images per seconds | ||
- | ffmpeg -y -framerate 5 -pattern_type glob -i ' | + | ffmpeg -y -framerate 5 -pattern_type glob -i ' |
</ | </ | ||
Line 39: | Line 39: | ||
< | < | ||
- | ffmpeg -i $VIDEO | + | ffmpeg -i input.mp4 |
</ | </ | ||
* qscale:v is quality, 2-15 minor is better | * qscale:v is quality, 2-15 minor is better |