- Follow the CentOS instructions to build and install FFmpeg with the necessary plugins
- Build and install qt-faststar (qt-faststart ships with FFmpeg -- no separate download is required)
in the ffmpeg directory:
cd tools
make qt-faststart
cp qt-faststart /usr/local/bin
- Follow the Ubuntu instructions to build and install FFmpeg with the necessary plugins
- Build and install qt-faststar (qt-faststart ships with FFmpeg -- no separate download is required)
in the ffmpeg directory:
cd tools
make qt-faststart
cp qt-faststart /usr/local/bin
-
Install FFmpeg
brew install ffmpeg --with-libvorbis --with-libvpx --with-fdk-aac --with-opus --with-theora -
Install qt-faststart
brew install qtfaststart