NOTE:
This website is alive and growing.


Export

How to export the pictures of your animation

Stopmotion saves the animation project as an archive, containing both the captured frames and the text list of the frames.

To get the captured frames as .jpg files

The just extracted images folder contains all the frames of your animations. They can be loaded in Stopmotion or on other programs.


How to export your animation to a video file

Stopmotion lets you turn your image sequence into a single video file. Just go to File -> Export -> Video, select the location and write the filename for the file to be generated.

Don't forget to add the extension or the export will fail!

All the scenes of your animation will be exported at a default framerate of 12fps (in older Stopmotions it had different values).
The framerate can be changed in the Video Export configuration dialog.

Stopmotion uses different utilities for exporting to various formats. Every tool and format needs its own configuration. Choose your favorite tool/format and follow the instructions below.


Configuration for export to MP4

ffmpeg

First make sure you have ffmpeg installed with the following terminal command:

sudo apt-get install ffmpeg

Go back to the Stopmotion main window. Select File -> Export -> Video.

Use .mp4 as filename extension.

Some default settings can be modified. Just click on Edit when the ffmpeg option is selected. Adjust the command line to your desire.


mencoder

First make sure you have mencoder installed with the following terminal command:

sudo apt-get install mencoder

Go back to the Stopmotion main window. Select File -> Export -> Video.

Use .mp4 as filename extension.

Some default settings can be modified. Just click on Edit when the >mencoder - mpeg4 video option is selected. Adjust the command line to your desire.


Configuration for export to mpeg1

mencoder

First make sure you have mencoder installed with the following terminal command:

sudo apt-get install mencoder

Go back to the Stopmotion main window. Select File -> Export -> Video.

Use .avi as filename extension.

Some default settings can be modified. Just click on Edit when the >mencoder - mpeg1 video option is selected. Adjust the command line to your desire.


Configuration for export to mpeg2

mencoder

First make sure you have mencoder installed with the following terminal command:

sudo apt-get install mencoder

Go back to the Stopmotion main window. Select File -> Export -> Video.

Use .m2v as filename extension.

Some default settings can be modified. Just click on Edit when the >mencoder - mpeg2 video option is selected. Adjust the command line to your desire.


Configuration for export to MJPEG

First make sure you have ffmpeg installed with the following terminal command:

sudo apt-get install ffmpeg

Then go to Settings -> Configure Stopmotion - Video Export.

Some settings can be modified.


How to export your animation to Cinelerra

Cinelerra is still the most advanced video editor for GNU/Linux. She is very good for editing animations too, allowing a precise audio editing, the addition of video transitions, fade in/out and special effectes.

Cinelerra has a very specific feature for animation: the framelist. To understand what is a framelist see the relative section of the Cinelerra for Grandma tutorial.

Stopmotion has the possibility to turn your project into a Cinelerra framelist, from the menu File -> Export -> Cinelerra. This feature is in testing fase and will be available soon.

In the meantime you can export for Cinelerra using one of her favorite formats: MJPEG.



Raffaella Traniello -- Last modified on Dec 2 2012