0

如何把jpg合成gif

 1 year ago
source link: https://bajie.dev/posts/20240119-jpg_gif/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

如何把jpg合成gif

2024-01-19 1 分钟阅读

用ffmpeg就很简单了

首先把要合并的jpg都变成合适的尺寸

convert -resize 300x *.jpg  

然后变gif

convert -delay 30 -loop 0 1.jpg 2.jpg 3.jpg 4.jpg result.gif  

-loop 0 表示无限循环 -delay 30 表示每帧之间等待的时间

</div


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK