Application to finalize the animation

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
mune
Posts: 15
Joined: Wed Mar 29, 2006 11:49 pm
Location: VENICE ITALY
Contact:

Application to finalize the animation

Post by mune »

I'm a beginner so forgive me if something is trivial.

When an animation is finished you will find in a folder a bunch jpeg's and a wav so I wondering with which program one can assemble the pictures and audio in something readable from a media-player.

Thanks

Fede
User avatar
heyvern
Posts: 7042
Joined: Fri Sep 02, 2005 4:49 am

Post by heyvern »

There are some free programs out there... check the "other software" forum.

However you may be able to skip this part and render as QT or AVI directly from Moho.

Apparently you are rendering out an image sequence.

-Vern
User avatar
mune
Posts: 15
Joined: Wed Mar 29, 2006 11:49 pm
Location: VENICE ITALY
Contact:

Post by mune »

here are some free programs out there... check the "other software" forum.
I'll do that.
However you may be able to skip this part and render as QT or AVI directly from Moho
Maybe in linux I don't have such opportunities. (iìll look the free software or I'll download the win ver that I'll use just to generate the .avi final file.

Fede
User avatar
jorgy
Posts: 779
Joined: Sun Sep 05, 2004 8:01 pm
Location: Colorado, USA

Post by jorgy »

Yeah, with the linux version you're not going to be able to generate avi or mov. Your best bet is probably going to be to generate mpeg with mjpegtools (http://mjpegtools.sourceforge.net).

Here is a section from the manual on creating a mpeg file from a series of images:

https://sourceforge.net/docman/display_ ... 5776#ss4.1

Let me know if you have any trouble and I'll see if I can help.

jorgy
myles
Posts: 821
Joined: Sat Aug 21, 2004 3:32 am
Location: Australia, Victoria, Morwell
Contact:

Post by myles »

Depending on your requirements, other possibilities also exist for converting image sequences into movie files.

mencoder does a good job of converting image sequences to AVI in various codecs, if you don't mind working at the command-line.
See http://www.cscs.ch/~mvalle/mencoder/mencoder.html or http://www.vsp.tu-berlin.de/archive/sim ... howto.html

GUI-wise, there is the open-source video editor Cinelerra which I think imports image sequences - you can also add sound, effects, etc.

There is also MainActor, a medium-priced commercial video editor for Linux - I think it imports image sequences, but check that because I'm not sure.

Regards, Myles.
"Quote me as saying I was mis-quoted."
-- Groucho Marx
User avatar
Rasheed
Posts: 2008
Joined: Tue May 17, 2005 8:30 am
Location: The Netherlands

Post by Rasheed »

myles wrote:There is also MainActor, a medium-priced commercial video editor for Linux - I think it imports image sequences, but check that because I'm not sure.
I have read through the MainActor manual, but I couldn't find an image sequence importer, although you can import stills one-by-one. The program seems to be primarily targeted to the video hobbyist market, although you can do bluescreen/greenscreen insertion of a still image (hence the still image import filter).

So I think if you can use this program as a compositor, it will be very limited, in the sense that you will have little control over it. I think you'll be better off if you composite your image sequences to a video file and then use a program like this, if you need to.

I'm sure Cinelerra has enough program options to enable you to edit your movie and it IS a compositor by design.
User avatar
mune
Posts: 15
Joined: Wed Mar 29, 2006 11:49 pm
Location: VENICE ITALY
Contact:

Post by mune »

I installed mjpegtools from the ubuntu package but I have a lot if executables now and I still don't understand how to create the movie:

Code: Select all

/usr/bin/mpeg2enc
/usr/bin/mjpeg_simd_helper
/usr/bin/lav2wav
/usr/bin/lav2yuv
/usr/bin/yuvmedianfilter
/usr/bin/lavaddwav
/usr/bin/lavtrans
/usr/bin/ypipe
/usr/bin/yuv2lav
/usr/bin/transist.flt
/usr/bin/matteblend.flt
/usr/bin/multiblend.flt
/usr/bin/lavpipe
/usr/bin/yuvscaler
/usr/bin/yuvcorrect
/usr/bin/yuvcorrect_tune
/usr/bin/jpeg2yuv
/usr/bin/ppmtoy4m
/usr/bin/pnmtoy4m
/usr/bin/y4mtoppm
/usr/bin/y4mtopnm
/usr/bin/pgmtoy4m
/usr/bin/y4mcolorbars
/usr/bin/lavinfo
/usr/bin/y4mshift
/usr/bin/y4mspatialfilter
/usr/bin/y4mstabilizer
/usr/bin/yuvfps
/usr/bin/y4mhist
/usr/bin/y4mblack
/usr/bin/y4mtoyuv
/usr/bin/y4minterlace
/usr/bin/yuv4mpeg
/usr/bin/yuyvtoy4m
/usr/bin/yuvinactive
/usr/bin/yuvplay
/usr/bin/lavrec
/usr/bin/testrec
/usr/bin/lavvideo
/usr/bin/lavplay
/usr/bin/png2yuv
/usr/bin/mp2enc
/usr/bin/mplex
/usr/bin/anytovcd.sh
/usr/bin/lav2avi.sh
/usr/bin/lav2mpeg
/usr/bin/mpegtranscode
/usr/bin/yuvdenoise
/usr/bin/yuvycsnoise
/usr/bin/yuvkineco
/usr/bin/yuvdeinterlace
/usr/bin/y4mdenoise
/usr/bin/y4munsharp
How do I proceed?

thans

Fede
User avatar
mune
Posts: 15
Joined: Wed Mar 29, 2006 11:49 pm
Location: VENICE ITALY
Contact:

Post by mune »

Ops I haven't read the lnik.
Post Reply