|
-
Dec 12th, 2005, 05:05 AM
#1
Thread Starter
Fanatic Member
mpg to jpg
i have downloaded a program named mpgtojpg which says it can extract jpg files from mpg or avi file formats. but sadly, it doesn't live to its name. it crushes when it tries to do the work.
i needed this type of program since i am going to extract picture files from a video of some of our organization's activities for our photo album.
can we do it in vb? pls help me how to do this one, i'm below newbie when it comes to graphix with vb...
On Error GoTo Hell
Hell:
Kill Me
Food For Thought:
- Do not judge a book... if you're not a judge!

-
Dec 12th, 2005, 10:28 AM
#2
Re: mpg to jpg
 Originally Posted by eimroda
i have downloaded a program named mpgtojpg which says it can extract jpg files from mpg or avi file formats. but sadly, it doesn't live to its name. it crushes when it tries to do the work.
i needed this type of program since i am going to extract picture files from a video of some of our organization's activities for our photo album.
can we do it in vb? pls help me how to do this one, i'm below newbie when it comes to graphix with vb... 
could you please elaborate more on that, like which one are you using, plus if you have some information on its system requirements, may be we can help you out.
-
Jan 5th, 2006, 09:29 AM
#3
Thread Starter
Fanatic Member
On Error GoTo Hell
Hell:
Kill Me
Food For Thought:
- Do not judge a book... if you're not a judge!

-
Jan 5th, 2006, 09:33 AM
#4
Re: mpg to jpg
 Originally Posted by eimroda
Is this the one that doesn't work?
-
Jan 5th, 2006, 09:39 AM
#5
Thread Starter
Fanatic Member
Re: mpg to jpg
yes, it freezes when it starts extracting jpg files...
On Error GoTo Hell
Hell:
Kill Me
Food For Thought:
- Do not judge a book... if you're not a judge!

-
Jan 5th, 2006, 09:42 AM
#6
Addicted Member
Re: mpg to jpg
Do you want to extract every single frame as a jpg?
-
Jan 5th, 2006, 09:47 AM
#7
Thread Starter
Fanatic Member
Re: mpg to jpg
if its possible... or anything as long as i can extract a picture from a video file...
On Error GoTo Hell
Hell:
Kill Me
Food For Thought:
- Do not judge a book... if you're not a judge!

-
Jan 5th, 2006, 11:42 AM
#8
Addicted Member
Re: mpg to jpg
You could always find the place you want and hit Print Screen.
>_>
-
Jan 7th, 2006, 10:14 AM
#9
Thread Starter
Fanatic Member
Re: mpg to jpg
 Originally Posted by Dayjo
You could always find the place you want and hit Print Screen.
>_>
dats what im actually doing now and i really hate it....
anybody there? maybe we can do it in vb...
On Error GoTo Hell
Hell:
Kill Me
Food For Thought:
- Do not judge a book... if you're not a judge!

-
Jan 7th, 2006, 11:03 AM
#10
Re: mpg to jpg
This program captures video and images from a video input device, maybe helps you if you take a look at its sourcecode.
http://www.shrinkwrapvb.com/vbvidcap.htm
-
Apr 4th, 2007, 11:02 PM
#11
Addicted Member
Re: mpg to jpg
actually I'm still in the progress of trying to do that kind of software using VB.
anyway, I can recommand you a software, it does extract a video file to graphic files. you may try search on the internet for this software ---> "BPS Video Converter & Decompiler"
hope this info is not too late for u 
best regards,
ashly
-
Apr 4th, 2007, 11:13 PM
#12
Hyperactive Member
Re: mpg to jpg
Video files are more complex than you'd think for the sake of compression, although I believe mpg's in general are simpler than most.. Perhaps the software was designed for an older mpg format, perhaps its garbage.. You can easily get VB to auto screencap, (there are samples out there) but you might be opening a pandora's box by trying to decode frames.. However if you do it, Post it..
-
Apr 5th, 2007, 03:12 AM
#13
Re: mpg to jpg
If this is more about extracting frames than finding the code, I've been using The Gimp with the Gap extension, and Media Player Classic to extract frames from Mpeg. The Gimps gap extension is perhaps the more powerful (and complicated), letting you specify a page range to extract. They both come under the GNU General Public License. I've had no problems with them.
Edit: I'm also using the (again GPL) ffdshow codec.
Last edited by Milk; Apr 5th, 2007 at 03:22 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|