ffmpeg
|
IntroductionWhen the SaveAll.py script is used by Pixar's Image Tool is saves the images in the users "home" directory. For exmaple,
A script called
|
Installing ffmeg on WindowsFollow 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. |
/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.
|
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.
|
© 2002- Malcolm Kesson. All rights reserved.