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:20] – [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 34: | Line 34: | ||
</ | </ | ||
* crf: quality, minor is better | * crf: quality, minor is better | ||
+ | |||
+ | ===== from video to images ===== | ||
+ | |||
+ | |||
+ | < | ||
+ | ffmpeg -i input.mp4 -qscale:v 2 imgs/ | ||
+ | </ | ||
+ | * qscale:v is quality, 2-15 minor is better | ||
+ | |||
===== MKV===== | ===== MKV===== | ||