Page 1 of 1

DVD and... QBASIC

Posted: Tue May 03, 2005 8:21 am
by URSULE
Looks stupid? maybe...
the question is: From a movie recorded on a dvd, is it possible to select and extract one picture, I mean one image, put it in a file, then load it by BLOAD in a program?
Any previous article on the subject?

Posted: Tue May 03, 2005 10:17 am
by Pete
Yeah, it's possible. And there's not really a reason for an article on this subject... it's just two separate topics that have already been covered: (1) capturing a DVD screenshot, and (2) loading a graphic file.

First -- get a screencapture of your DVD... there are many ways -- do a search. The Print Screen key can help you with this if you can't find an app that does it for you.

Second -- Convert your capture image (JPEG I assume) into a format QB can load -- a low-color BMP or GIF. You can do this in Photoshop or even Paint.

Third -- Load the image with a BMP or GIF loading program.

Fourth -- BSAVE the image you loaded.

Fifth -- BLOAD it in any program you'd like.

DVD...

Posted: Tue May 03, 2005 10:52 am
by URSULE
Thanks Pete.
I know how to Load The image.Now Ive to find the DVD cature.

Posted: Wed May 04, 2005 5:45 am
by {Nathan}
How to capture? Just hit PrntScreen or equivilant, then go into paint/photoshop/fireworks and hit "paste." Then you got the image and you can save it however you want, then just load it, and "get" it, then bsave it.

Posted: Wed May 04, 2005 7:04 am
by MystikShadows
Depending on the DVD player I've had some that would just give you a black image on a simple print screen .... might have been the dvd itself lol...

Posted: Wed May 04, 2005 7:40 am
by Pete
MystikShadows wrote:Depending on the DVD player I've had some that would just give you a black image on a simple print screen .... might have been the dvd itself lol...
That happens when your DVD program is using hardware acceleration to show the image... if you turn off hardware acceleration and then take the screenshot, it works fine.

(I've had this problem many times in the past...just figured it out a few weeks ago.)

Posted: Wed May 04, 2005 1:47 pm
by Z!re
Some modern image decoders are able to handle PrntScrn