0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【ffmpeg】変換時にフレームレートを指定する方法

Posted at

ffmpeg コマンドを使用すると動画をGIFなどに変換できます。

インストール方法

以下のコマンドを実行してインストールします。

brew install ffmpeg

フレームレートを指定する方法

フレームレートを指定するには -r を使用します。

ffmpeg -i input.mp4 -r 10 output.gif

上記の場合、フレームレートは 10 fps になります。

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?