![]() |
convert image sequence to quicktime movie
Hi,
I'm using the Quicktime for Java API, and I'm having trouble with an application I'm working on. Basically, I need to take an image sequence, and convert that sequence to a quicktime movie. I need to do that from the command line, not sure if that's possible? I've written all the code that manages the application, gets a list of ordered files to use for the sequence, pretty much 95% is done, but I just can't convert the sequence to quicktime!!! I can do this: :
private ArrayList<QTFile> files;Which works fine for creating a *.mov that just has a single image... The Quicktime for Java documentation is very hard to decipher! Most of the code is deprecated!!! Hope someone can help! Any responses would be greatly appreciated! Thanks! Rich |
Re: convert image sequence to quicktime movie
http://lists.apple.com/archives/Quic.../msg00056.html
This is the same question, and it seems to also have an answer. |
Re: convert image sequence to quicktime movie
Hey man!
Thanks, that was helpful! Made some progress, but i've still got a problem getting this to work! :
//create movie file from sequence.Compiles with a few warnings (the com.... packages), but when I run this is the output: :
quicktime.std.StdQTException[QTJava:7.3.0g],-2002=badPublicMovieAtom,QT.vers:7308000Hope you can help! Thanks! |
Re: convert image sequence to quicktime movie
Have you considered using JMF?
|
Re: convert image sequence to quicktime movie
Hey Harakim,
Thanks for the reply! Well, I found a sample application that used JMF, i'll take another look at it! I've made quite a bit of progress with the quicktime app, I can open the movie file, but nothing is displayed... :
Image image = ...Not sure why, but I suspect that it's the way I'm creating the image? Hope someone can help! Will look at the JMF now! Thanks! |
Re: convert image sequence to quicktime movie
I don't have time to look at this now, unfortunately. How time sensitive is this? I can probably rig up some code that does this in JMF if that's ok.
|
Re: convert image sequence to quicktime movie
We're sorry that you have the defiite answer, but don't have time to explain. Life sucks, and so do fakers.
|
Re: convert image sequence to quicktime movie
Quote:
|
Re: convert image sequence to quicktime movie
I don't have an answer for the OP. Do you? If so, give it. If you don't have time, why are you effing around here? Get back to work.
|
Re: convert image sequence to quicktime movie
Hey guys!
Chill! No, it's still a problem. It's also fairly urgent as well! I downloaded the JMF sample, "JpegImagesToMov" - compiled, seemed fine. Then I ran it with this command: :
-w 640 -h 480 -f 24 -o c:\tmp\OUTPUT.mov c:\tmp\cube_seq\cube_test.001.jpgI got this error: :
init:I'm quite happy to solve this problem on my own! Thanks for the kind offer though, but I can't accept it! I think my main problem is that I'm new to Java, and I don't understand about converting an image to a byte array... Hope you will be able to help! Thanks! |
| All times are GMT -5. The time now is 12:54 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC