Re: Video frame grab

2003-08-14 Thread Colin Holgate
> Everything should be so easy. And to think I charge $1,000/hour for this stuff. ¨ WHAT!!! I hope there is one zreo too many in there, or I'll start banging my head against the wall... The extra zero I could understand, but the comma clinches it, either Kerry is joking or he's buying dinner

RE: Video frame grab

2003-08-14 Thread Kerry Thompson
> Incidentally, you can do it in D6 using the picture of the stage and > then doing a crop of the bitmap member. Actually, it doesn't look like I'll need imaging Lingo. If the Director help is accurate, this works: stageImage = (the stage).image spriteImage = stageImage.crop(sprite(10).rect) memb

RE: Video frame grab

2003-08-14 Thread Kerry Thompson
> either Kerry is joking or he's > buying dinner. Now, would I pull your leg? Have you every know me to be anything but serious? :-^ Cordially, Kerry Thompson [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the li

Re: Video frame grab

2003-08-14 Thread Andreas™ Gaunitz™
On Thursday, Aug 14, 2003, at 21:17 Europe/Stockholm, Bertil Flink wrote: Everything should be so easy. And to think I charge $1,000/hour for this stuff. ¨ WHAT!!! I hope there is one zreo too many in there, or I'll start banging my head against the wall... Yeah, I've started banging already.

Re: Video frame grab

2003-08-14 Thread Bertil Flink
- Original Message - From: "Kerry Thompson" <[EMAIL PROTECTED]> > Everything should be so easy. And to think I charge $1,000/hour for this > stuff. ¨ WHAT!!! I hope there is one zreo too many in there, or I'll start banging my head against the wall... Bertil Flink Creative Media

Re: Video frame grab

2003-08-14 Thread Agustín María Rodríguez
Kerry Thompson wrote: So, how do I take a snapshot of the video? Hi, Kerry. Perform copiPixels / crop of the stage and grab only the video sprite´s rect: --Crop the image from the stage img = (the stage).image.crop(pVideoSprite.rect) pImageDummie.image.copyPixels(img, img.rect, img.rect) C

RE: Video frame grab

2003-08-14 Thread Colin Holgate
I figured that would be the answer. I was hoping for the easy way out. Let's see... Ok, here's James' book with its section on imaging lingo. Incidentally, you can do it in D6 using the picture of the stage and then doing a crop of the bitmap member. [To remove yourself from this list, or to ch

RE: Video frame grab

2003-08-14 Thread Kerry Thompson
> Use (the stage).image instead, and then crop it based on the rect of > the sprite. I figured that would be the answer. I was hoping for the easy way out. Let's see... Ok, here's James' book with its section on imaging lingo. Thanks. Cordially, Kerry Thompson [To remove yourself from this li

Re: Video frame grab

2003-08-14 Thread Colin Holgate
I tried taking the sprite.member.image, but it said it was missing a parameter. That works for a bitmap and text sprite. So, how do I take a snapshot of the video? Do I need an Xtra? Use (the stage).image instead, and then crop it based on the rect of the sprite. [To remove yourself from this l

Video frame grab

2003-08-14 Thread Kerry Thompson
Hi, Sorry if this is a cross post--I posted this on another list, but I think the server is down. I need to take a snapshot of a QuickTime video frame. The video is paused, and on stage, and I can make it non-dts. I tried taking the sprite.member.image, but it said it was missing a parameter. Th