mp4からgif動画を作るffmpegコマンドは以下のとおりです。
.sh
$ ffmpeg -i screen.mp4 -vf scale=320:-1 -r 10 screen.gif
Go to list of users who liked
More than 5 years have passed since last update.
mp4からgif動画を作るffmpegコマンドは以下のとおりです。
$ ffmpeg -i screen.mp4 -vf scale=320:-1 -r 10 screen.gif
Register as a new user and use Qiita more conveniently
Go to list of users who liked