Log in

View Full Version : Grab bitmaps from VOB files


bozitaai
17th January 2005, 03:00
Hi all,

I wrote the program to grab bitmaps from AVI files using grabber filter of directshow (COM object) before. Now I want to develop similar program which also can grab bitmap, but from VOB files this time. Which COM object can help me to develop it? Thank you.

Sirber
17th January 2005, 04:58
if you use delphi, look here:

http://aquaplaning.20m.com/

bozitaai
17th January 2005, 06:36
thank you very much

I use C++ to develop this project.

dragongodz
17th January 2005, 06:49
why cant you use grabber filter for directshow for that aswell ? ok you need an mpeg2/vob codec but there is atleast 1 free one that i know of and most people have dvd playing software installed(so codec aswell) anyway.

bozitaai
17th January 2005, 07:49
thank you!

do u have any sample program to grab bitmaps from VOB files?