Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old March 23rd, 2005   #1
klaym
First Cup of Ubuntu
 
Join Date: Jan 2005
Beans: 6
stop motion animation

Hi!

I've been trying to find a good little program to aid me in stitching up a stopmotion animation. I will be making the animation with a normal digital camera (Nikon 4300). So I need an application that I can use to stitch it together, control the framerate, add some sound (via microphone and external audio files) and finally compile the animation as an MPG, AVI or something else. I haven't found many applications for my use, and some applications I just haven't gotten to work (Ganim8 for example).

So, any ideas on animation applications for Ubuntu? Especially if there's something in Ubuntu's repositories, I'd like to hear of those! Thanks!
klaym is offline   Reply With Quote
Old April 8th, 2005   #2
orion_114
A Carafe of Ubuntu
 
Join Date: Oct 2004
Location: South Africa
Beans: 124
Re: stop motion animation

With OpenOffice.org2 BETA you can export files to swf.
I am not sure how it handles sound though.
orion_114 is offline   Reply With Quote
Old December 21st, 2005   #3
ed_agamemnon
A Carafe of Ubuntu
 
Join Date: Apr 2005
Beans: 90
Re: stop motion animation

i've run into this one http://developer.skolelinux.no/info/...tion/index.htm, and just tried it 3 seconds ago on my Breezy Trial install and it didn't work:

Quote:
Selecting previously deselected package stopmotion.
(Reading database ... 61956 files and directories currently installed.)
Unpacking stopmotion (from stopmotion_0.3.1-1_i386.deb) ...
dpkg: dependency problems prevent configuration of stopmotion:
stopmotion depends on libc6 (>= 2.3.2.ds1-21); however:
Version of libc6 on system is 2.3.2.ds1-20ubuntu14.
stopmotion depends on libgcc1 (>= 1:4.0.0-9); however:
Version of libgcc1 on system is 1:4.0.0-7ubuntu6~5.04ubp1.
stopmotion depends on libqt3c102-mt (>= 3:3.3.4); however:
Package libqt3c102-mt is not installed.
stopmotion depends on libtar; however:
Package libtar is not installed.
stopmotion depends on libvorbis0a (>= 1.1.0); however:
Version of libvorbis0a on system is 1.0.1-1.
stopmotion depends on libvorbisfile3 (>= 1.1.0); however:
Version of libvorbisfile3 on system is 1.0.1-1.
dpkg: error processing stopmotion (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
stopmotion
can't be bothered to think right now... i'll have a play later
ed_agamemnon is offline   Reply With Quote
Old December 21st, 2005   #4
ed_agamemnon
A Carafe of Ubuntu
 
Join Date: Apr 2005
Beans: 90
Re: stop motion animation

oh... duh.

it's in synaptic and works a treat under normal Breezy
(stopmotion 0.3.2-2)
ed_agamemnon is offline   Reply With Quote
Old December 26th, 2005   #5
tmckellar
5 Cups of Ubuntu
 
Join Date: Jun 2005
Location: My House
Beans: 22
Ubuntu Studio 9.10 Karmic Koala
Re: stop motion animation

Have you had any luck exporting to a video file? I'm having a horrible time trying to get the mencoder plugin to work.

Just thought I'd throw a few other ideas in here for ya too (I'm a stopmotion guy myself). For adding sound and stuff I'd give kino a whirl. Also in the repositories. If you want to use some more in-depth stuff I'd give Jahshaka a try. http://sourceforge.net/projects/jahshakafx http://www.jahshaka.org/ They have an Ubuntu .run file at the sourceforge page. Unfortunately I haven't been able to get it to work but I believe it may have something to do with the problem I'm having with exporting video in stopmotion.

And on a side note. If you come across a program for stop-motion animation called Myrtille, DO NOT, I repeat DO NOT ATTEMPT TO INSTALL THE .DEB FILE. If anything I'd try using alien on an rpm. But unless you have a lot of free time to kill while you reinstall Ubuntu because you can't get rid of it I wouldn't even consider it.
tmckellar is offline   Reply With Quote
Old January 13th, 2006   #6
bjoernen
First Cup of Ubuntu
 
Join Date: Jan 2006
Location: Norway
Beans: 4
Ubuntu Breezy 5.10
Send a message via MSN to bjoernen
Re: stop motion animation

Mencoder is kind of tricky to use in some circumstances. On the other side it is nice when it works To those of you having trouble with video export in stopmotion, I suggest you to try the following command (inside stopmotion):

mencoder -ovc lavc -lavcopts vcodec=msmpeg4v2:vpass=1:$opt -mf type=jpg:fps=8 -o $VIDEOFILE mf://$IMAGEPATH/*.jpg

This is a default option in the latest release (0.3.3) which is available on ubuntu soon. Go to the projects website and grab the latest release if you can't wait http://stopmotion.bjoernen.com
bjoernen is offline   Reply With Quote
Old January 13th, 2006   #7
bjoernen
First Cup of Ubuntu
 
Join Date: Jan 2006
Location: Norway
Beans: 4
Ubuntu Breezy 5.10
Send a message via MSN to bjoernen
Re: stop motion animation

Another option, using ffmpeg:

ffmpeg -r 10 -b 1800 -i $IMAGEPATH/%06d.jpg $VIDEOFILE
bjoernen is offline   Reply With Quote
Old July 8th, 2006   #8
bloodyserb
First Cup of Ubuntu
 
Join Date: Apr 2006
Beans: 5
Re: stop motion animation

I tried replacing the "Start Encoder:" line for mencoder mpeg4 in export with the one you gave above,"mencoder -ovc lavc -lavcopts vcodec=msmpeg4v2:vpass=1:$opt -mf type=jpg:fps=8 -o$VIDEOFILE mf://$IMAGEPATH/*.jpg" and got the same error: "Video export failed. Please check your settings in the preference menu." What am I doing wrong?
bloodyserb is offline   Reply With Quote
Old July 27th, 2006   #9
Herbt
First Cup of Ubuntu
 
Herbt's Avatar
 
Join Date: Dec 2005
Location: Halifax, NS
Beans: 2
Kubuntu Breezy 5.10
Re: stop motion animation

The stopmotion defaults never worked for me either. I sorted this one out using mjpeg that I ran from the command line. No sound though.

Code:
mencoder mf://*.jpg -mf w=854:h=480:fps=4:type=jpg -ovc lavc -lavcopts vcodec=mjpeg -o thursday.avi
Herbt is offline   Reply With Quote
Old August 19th, 2006   #10
Spainface
5 Cups of Ubuntu
 
Spainface's Avatar
 
Join Date: Jul 2005
Beans: 18
Re: stop motion animation

My problem with stopmotion is that I can't get it to recognize any of my images. On the command line it comes up:

X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
Unsupported call to FAMSuspendMonitor()
/bin/cp: target `/home/one/.stopmotion/tmp/tmp_0.JPG' is not a directory

AND:

QImage::scale: Image is a null image
Unsupported call to FAMResumeMonitor()


I've been trying to add images from my desktop in .jpg format.

Any thoughts?
Spainface is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:52 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry