1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

FFmpegを使用して、macで動画をMOVからMP4に変換する方法

Posted at

FFmpegを使用して、macで動画をMOVからMP4に変換する方法

FFmpegを使用
FFmpeg公式サイト

導入

brew install ffmpeg

変換

以下のコマンドで変換できる。ファイル名を指定すれば、拡張子から変換先を自動で判定してくれる。

ffmpeg -i hoge.mov hoge.mp4

結論

検索すると出てくる変換ソフトより楽じゃん!拡張子を変換するだけならFFmpegで十分そうです。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?