ffmpeg将mp4转化为gif

将.mp4倍速转化为.gif
-filter:v "setpts=0.25*PTS"

ffmpeg -i nn.mp4 -filter:v "setpts=0.25*PTS" nn.gif

你可能感兴趣的:(ffmpeg将mp4转化为gif)