Using FFmpeg with OpenToonz¶
What is FFmpeg?¶
Installing FFmpeg for Windows¶
Downloading¶
Installing¶
Create a new folder on your computer, the recommended location is C:\.
Name the new folder FFmpeg.
Drag the contents of the bin folder from the archive into the newly created folder.
Next, start OpenToonz and open the Preferences window with File → Preferences…
Navigate to the Import/Export category; at the top you will see a box with the text FFmpeg path.
Insert the path to your FFmpeg folder that you created earlier, if you have used the recommended path, this will be C:\FFmpeg\:
Restart OpenToonz.
Open the Output Settings window with Render → Output Settings…
Installing FFmpeg for Mac¶
Downloading¶
Installing¶
Open Finder and create a new folder, the Applications/OpenToonz folder is the recommended location.
Name the new folder FFmpeg.
Drag the contents of the bin folder from the archive into the newly created folder.
Tip
For macOS 10.15 and later, each executable within the FFmpeg folder needs to be opened before using OpenToonz (this only needs to be done one time, due to security features). In Finder, right-click on each executable (ffmpeg, ffprobe, and etc.) and select Open With → Terminal
. Once the Terminal windows have launched successfully, Terminal can be closed.
Next, start OpenToonz and open the Preferences window with File → Preferences…
Navigate to the Import/Export category; at the top you will see a box with the text FFmpeg path.
Insert the path to your FFmpeg folder that you created earlier, if you have used the recommended path, this will be /Applications/OpenToonz/FFmpeg:
Restart OpenToonz.
Open the Output Settings window with Render → Output Settings…
Installing FFmpeg for Linux¶
Arch Linux: # pacman -S extra/ffmpeg
Debian GNU/Linux: # apt install ffmpeg
Gentoo Linux: # emerge media-video/ffmpeg
Solus: # eopkg install ffmpeg
Tip
To make it possible to export files in mp4, webm or gif formats, you need to specify the path to FFmpeg installed on your system, usually it is /usr/bin/ffmpeg. Enter command which ffmpeg
in the shell to find out.
Start OpenToonz and open the Preferences window with File → Preferences…
Navigate to the Import/Export category; at the top you will see a box with the text FFmpeg path.
Insert the path /usr/bin.
Restart OpenToonz.
Open the Output Settings window with Render → Output Settings…