LoginSignup
8
7

More than 5 years have passed since last update.

OSX: ffmpegでDVD動画ファイル.vodを.mp4に変換するワンライナー

Last updated at Posted at 2016-05-21

HomebrewでインストールしたffmpegでDVDの動画ファイル.vodを繋げて、1つのmp4ファイルに変換する方法です。

ffmpeg -i concat:"VTS_01_0.VOB|VTS_01_1.VOB" -vcodec libxvid -qscale:v 0 output.mp4
8
7
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
8
7