Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Nov 22nd, 2007, 1:29 AM   #1
rwm
Professional Programmer
 
Join Date: Jan 2007
Location: Cape Town
Posts: 291
Rep Power: 2 rwm is on a distinguished road
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
rwm is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:21 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC