![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Professional Programmer
Join Date: Jan 2007
Location: Cape Town
Posts: 291
Rep Power: 2
![]() |
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; ... QTSession.open(); QTFile outFile = new QTFile(outFileTmp); files.get(0).convertToMovieFile(outFile,0,0); QTSession.close(); 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 |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Image float, wrap text, oh boy! | DaveQB | HTML / XHTML / CSS | 1 | May 20th, 2006 12:34 AM |
| Image Viewer (Urgent Bèta testing) | SoniX | Visual Basic .NET | 8 | Sep 21st, 2005 5:25 PM |
| raw image conversion | jasoncrab | C++ | 1 | Aug 25th, 2005 10:11 PM |
| Rent a movie. | Broax | Coder's Corner Lounge | 13 | Jul 24th, 2005 1:44 PM |
| Checking source codes of image, audio and video files | on_auc | C++ | 3 | Feb 21st, 2005 8:36 PM |