View previous topic :: View next topic |
Author |
Message |
don quixada l33t


Joined: 15 May 2003 Posts: 811
|
Posted: Mon Aug 04, 2008 5:11 pm Post subject: Imagemagick's 'animate' is not working properly |
|
|
I am trying to animate almost 2500 images using the 'animate' tool from Imagemagick and I'm having trouble with it. I left it overnight and it still wasn't complete. I was able to divide the quantity of images and create two separate animations, but now I'm not sure how to join the two videos together and also I can only save in mpeg format which severely reduces the quality of the animation. For some reason it cannot create an avi-- I get an error message.
So my questions are:
1. How can I save to a better format that doesn't reduce the quality too much?
2. How can I join two videos together, or even better, how can I get 'animate' to work with nearly 2500 pictures?
3. Is there another tool out there that may serve me better?
Thanks.
dq |
|
Back to top |
|
 |
yabbadabbadont Advocate


Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Mon Aug 04, 2008 6:23 pm Post subject: |
|
|
In what format, are the original images? |
|
Back to top |
|
 |
don quixada l33t


Joined: 15 May 2003 Posts: 811
|
Posted: Mon Aug 04, 2008 7:14 pm Post subject: |
|
|
Originals are jpegs, but I converted them to pngs and it yielded the same results. The images are 640x480 and from a digital camera.
dq |
|
Back to top |
|
 |
yabbadabbadont Advocate


Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Tue Aug 05, 2008 12:12 am Post subject: |
|
|
The only thing I know about, is mjpegtools, which contains programs to convert jpeg (and other image formats) into yuv4mpeg2 streams. These are then passed to mpeg2enc.
I'm pretty sure that you can use ffmpeg to read the output of jpeg2yuv (or png2yuv) and use it to encode into avi. I doubt that the quality would be any better though.
You might see if something like avidemux can create an avi using image inputs. |
|
Back to top |
|
 |
don quixada l33t


Joined: 15 May 2003 Posts: 811
|
Posted: Tue Aug 05, 2008 2:03 am Post subject: |
|
|
Yeah, I'm using avidemux for doing the other editing and soundtracking etc. But I haven't looked much into its capabilities.
jpeg2yuv looks promising though (I forgot to mention that I tried to use png2swf to no avail). I'll give the jpeg2yuv a shot and report back.
dq |
|
Back to top |
|
 |
don quixada l33t


Joined: 15 May 2003 Posts: 811
|
Posted: Tue Aug 05, 2008 3:23 am Post subject: |
|
|
Ok, it worked. Although the examples the program gave didn't really work. But a little playing around and doing it in two stages worked (instead of piping it directly to mpeg2enc).
I still need to know how to join two videos together. Can one use avidemux to do this?
Thanks.
dq |
|
Back to top |
|
 |
yabbadabbadont Advocate


Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Tue Aug 05, 2008 4:08 am Post subject: |
|
|
I think avidemux can do that. If you actually ended up with two avi files, then avimerge (part of transcode) can join them for you. |
|
Back to top |
|
 |
|