![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
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 |
|
|
#1 |
|
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! |
|
|
|
|
|
#2 |
|
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. |
|
|
|
|
|
#3 | |
|
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:
|
|
|
|
|
|
|
#4 |
|
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) |
|
|
|
|
|
#5 |
|
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. |
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() |
Re: stop motion animation
Mencoder is kind of tricky to use in some circumstances. On the other side it is nice when it works
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 |
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() |
Re: stop motion animation
Another option, using ffmpeg:
ffmpeg -r 10 -b 1800 -i $IMAGEPATH/%06d.jpg $VIDEOFILE |
|
|
|
|
|
#8 |
|
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?
|
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() 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 |
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() 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? |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|