我想从 jpeg 图像列表中创建一个 gif 图像,一切正常,但是如何减慢动画速度?
这是我的代码:
<?php exec('ffmpeg -f image2 -i thumb/%001d.jpg -vf scale=480x240 out.gif'); ?>
ffmpeg
ffmpeg ×1