Page 1 of 1

Application to finalize the animation

Posted: Tue Apr 04, 2006 3:46 pm
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

Posted: Tue Apr 04, 2006 4:24 pm
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

Posted: Tue Apr 04, 2006 4:41 pm
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

Posted: Tue Apr 04, 2006 8:34 pm
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

Posted: Wed Apr 05, 2006 4:14 pm
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.

Posted: Thu Apr 06, 2006 12:37 am
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.

Posted: Thu Apr 06, 2006 10:16 am
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

Posted: Thu Apr 06, 2006 10:38 am
by mune
Ops I haven't read the lnik.