https://hub.docker.com/r/jrottenberg/ffmpeg/ を使いました。 事前に動画ファイルと出力先ディレクトリを用意します。 % tree . . ├── dest └── src └── test.mp4 Docker イメージを pull して ffmpeg を実行します。 % docker pull