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
Application to finalize the animation
Moderators: Víctor Paredes, Belgarath, slowtiger
I'll do that.here are some free programs out there... check the "other software" forum.
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.However you may be able to skip this part and render as QT or AVI directly from Moho
Fede
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
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
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.
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
-- Groucho Marx
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).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.
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.
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:
How do I proceed?
thans
Fede
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
thans
Fede