LoginSignup
1
0

More than 5 years have passed since last update.

ffmpegのメモ

Posted at

1.ffmpegをインストール

brew install ffmpeg

2.Quick Timeで録画した.movを.gifに変換

ffmpeg -i in.mov -pix_fmt rgb24 -r 10 -s 1080x720 out.gif
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0