FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Discussion
   General Processing Discussion
(Moderators: fry, REAS)
   Quicktime output and more.
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Quicktime output and more.  (Read 407 times)
Charles Hinshaw
Guest
Email
Quicktime output and more.
« on: Jan 25th, 2004, 8:10pm »

First off -- Processing is great. I am a graphic designer and the extent of what I have done with programming and scripting languages is a little bit of Objective C (Cocoa on OS X) and Actionscript for Flash. I was amazed at how quickly I could get up to speed with Processing and create fun and interesting things manipulating images and quicktime clips.
 
That brings me to my big question --
Would it be possible to take what is visually created during the main loop and save each iteration as a frame in an uncompressed Quicktime file?
 
The video library looks like it allows for Processing to dispaly and capture video, but there is nothing to allow it to write video. Am I mistaken?
 
I understand that it is possible to write your own Libraries, and I would, but I imagine that I would be getting very deep in over my head. Is it possible to hire programmers to create Processing Libraries? If so, what experience/skills should I be looking for?
 
Thanks for your help / input.
 
Charles Hinshaw
direction + repertoire
[r]evolve, US
 
http://www.everydayrevolution.com
 
 
fry


WWW
Re: Quicktime output and more.
« Reply #1 on: Jan 25th, 2004, 9:01pm »

for the time being, you could do it if you wanted to learn quicktime for java, and just write some extra code to handle it.
 
the other answer is that it's coming, and that the code is on my hard disk but in a mess, and i just haven't had the time to add it, since it's a very low priority thing compared to some of the other things.
 
skloopy

WWW
Re: Quicktime output and more.
« Reply #2 on: Jan 25th, 2004, 11:08pm »

If you use frameGrab to save image targas then you can just bring them into After Effects or something as a sequence and then just export it as a Movie File. You can't use TIFF as the file format tho cuz after effects won't read them from P5.
 
Charles Hinshaw
Guest
Email
Re: Quicktime output and more.
« Reply #3 on: Jan 25th, 2004, 11:30pm »

How did I miss the whole save() and saveFrame() thing? I can finally stop using the OSX Grab App and timing things "just right". Ugh. (I'm kicking myself).
 
Thanks for the tip.. saving frames as sequential images will tide me over until Quicktime saves make some level of priority on the list, and will certainly result in fewer curses than an attempt to learn quicktime for java.
 
Thanks to you both for your replies.
 
Charles Hinshaw
direction + repertoire
[r]evolve, US
 
http://www.everydayrevolution.com
 
fry


WWW
Re: Quicktime output and more.
« Reply #4 on: Jan 27th, 2004, 4:07am »

aherm, yeah.. scloopy's suggestion makes a bit more sense.
 
i spend too much time thinking about what p5 can't do, rather than the things it's actually capable of.
 
Charles Hinshaw
Guest
Email
Re: Quicktime output and more.
« Reply #5 on: Jan 27th, 2004, 4:18am »

Just an FYI for anybody reading this and trying to do the same thing - Quicktime Pro is much cheaper than AfterEffects and can do the same thing, only with the TIF format.
 
-Charles Hinshaw
 
elout

12747371274737 WWW
Re: Quicktime output and more.
« Reply #6 on: Jan 27th, 2004, 5:27pm »

For pc-users
You can save an image sequence as tga, check this thread
http://processing.org/discourse/yabb/board_Tools_action_display__num_1066742994.html
 
And with the free virtual-dub, you can load the tga image-sequence. And after that save it as video with your favourite codec.
http://www.virtualdub.org
 
Pages: 1 

« Previous topic | Next topic »