Ffmpeg osaa mitä vain. Iso video pitää pienentää:
1 | ffmpeg -i input.avi -vf scale=320:240 output.avi |
Optiot
- scale: hyväksyy myös -1:n toiseen, jotta suhde säilyy; myös iw (input width constant) ja ih (input height constant): scale=iw*2:ih
April 26, 2014 | 0 comments
Ffmpeg osaa mitä vain. Iso video pitää pienentää:
1 | ffmpeg -i input.avi -vf scale=320:240 output.avi |
Optiot