We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
firewire DV output (Read 884 times)
firewire DV output
Jun 20th, 2007, 6:34pm
 
This question comes from an utter newbie -- I have looked around for any solutions for getting FireWire DV output from a Processing window and haven't found anything yet. I'd like to open a window in NTSC or PAL resolution and have it mirrored to FireWire so I can record it with a DV cam.

Can anyone tell me if this is a possibility?

thanks
Matt
Re: firewire DV output
Reply #1 - Jun 20th, 2007, 7:34pm
 
As far as i know, there is no firewire export in P5

You can save the sketch window as a movie and export it to tape as DV Stream with an editing software.

Re: firewire DV output
Reply #2 - Jun 20th, 2007, 10:04pm
 
You can do this with an ADVC such as the Canpous advc-50.  Plug it into your SVIDEO output on your computer, it will convert that to DV stream.
Re: firewire DV output
Reply #3 - Jun 21st, 2007, 5:55am
 
Movax : that's also a solution (can be also done with a MiniDV camera), but i worry about 1 generation loss caused by the analog2digital conversion.

The solution i was talking to is to keep the recording quality real close to the original.

I'm used to do this on OS X,

http://developer.apple.com/samplecode/SimpleVideoOut/index.html

I think it is possible to use this exemple to make a videoOut library that will send the sketch straight to the a firewire data stream.
Re: firewire DV output
Reply #4 - Jun 21st, 2007, 6:28pm
 
jaylfk wrote on Jun 21st, 2007, 5:55am:
http://developer.apple.com/samplecode/SimpleVideoOut/index.html

I think it is possible to use this exemple to make a videoOut library that will send the sketch straight to the a firewire data stream.


This looks very promising! Thank you. I don't think I have the time or skills to try and build it into Processing however. Anyone else!

I did notice the MovieMaker library though, which might at least let me write a full-frame QuickTime movie for later exporting.
Page Index Toggle Pages: 1