Bye Bye Moore

PoCソルジャーな零細事業主が作業メモを残すブログ

ffmpegでCLI画面から動画フォーマットを変換する

FFmpeg Binary | FFmpeg Binary for Mac
から、zipで落としてきます。
……パッケージじゃないのです。

試しに、ffmpegを実行すると

Last login: Mon Dec 15 13:15:40 on ttys000
/Users/shjuzo/Downloads/SnowLeopard_Lion_Mountain_Lion_Mavericks_Yosemite_08.12.2014/ffmpeg ; exit;
icks_Yosemite_08.12.2014/ffmpeg ; exit;nowLeopard_Lion_Mountain_Lion_Maver 
ffmpeg version 2.5 Copyright (c) 2000-2014 the FFmpeg developers
  built on Dec  8 2014 10:02:02 with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
  configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --enable-libvidstab --enable-libx265 --arch=x86_64 --enable-runtime-cpudetect
  libavutil      54. 15.100 / 54. 15.100
  libavcodec     56. 13.100 / 56. 13.100
  libavformat    56. 15.102 / 56. 15.102
  libavdevice    56.  3.100 / 56.  3.100
  libavfilter     5.  2.103 /  5.  2.103
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'
logout

ともの凄い勢いで導入は終わります。

とはいえ、環境変数に突っ込まれるわけでもないので逐次実行しにいくか、エイリアスを貼る必要があります。

$ ffmpeg -i ~/Movies/000.mov output.avi

とやれば、Quick Time Playerから作られたmov形式のファイルをaviにコンバートできます。