ffmpeg
Installation


return to main index



Introduction

When the SaveAll.py script is used by Pixar's Image Tool is saves the images in the users "home" directory. For exmaple,



Figure 1


A script called ffmpeg (OSX and Linux) or ffmpeg.bat (Windows) is also saved. If ffmpeg has been installed then double clicking the script will very quickly create a .mp4 movie. Detailed information about FFmpeg can be found here.

Cutter also has a few useful ffmpeg scripts available from it's Templates menu.



Figure 2



Installing ffmeg on Windows

Follow the isntructions given by Greg Zaal on his page "How to Install FFmpeg on Windows".


Installing ffmeg on OSX

Follow the instructions given Paul Kenjora on this page "Installing ffmpeg on Mac OS X" The installation is a two part process.

Firstly, a resource called HomeBrew must be installed. Open a terminal and enter this command,


/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Installing Homebrew is a lengthy process so be patient and wait. The title bar of the terminal window will provide information about the status of the installation. The installation will be complete ONLY when this message is seen in the terminal.



Figure 3

The second step is to install ffmeg. Copy this command into a terminal.

brew install ffmpeg

Again, be patient until the installation is complete. The installation will be complete ONLY when this message is seen in the terminal.



Figure 4





© 2002- Malcolm Kesson. All rights reserved.