Converting video to still frames

Feel like posting Off Topic? Do it here.

Moderator: MaxCoderz Staff

User avatar
thegamefreak0134
Extreme Poster
Posts: 455
Joined: Mon 23 Jan, 2006 10:09 pm
Location: In front of a Computer, coding
Contact:

Converting video to still frames

Post by thegamefreak0134 »

Hello all, been a while. I am working on a random project, and I need to be able to work with the individual frames of a video file, as images, so I can convert them and work with them in my program. Does anyone know of a free program I can use to do this? The problem is, I need this conversion to run on a school computer, so it needs to be self-contained, as registry installs and other such things do not work so well.

If there is a way to do this using code in VB.NET, I could use that as well. I'm just stuck on options right now.

Thanks!

-Nick
I'm not mad, just a little crazy.

DarkNova - a little side project I run.
coelurus
Calc Wizard
Posts: 585
Joined: Sun 19 Dec, 2004 9:02 pm
Location: Sweden
Contact:

Post by coelurus »

mplayer
User avatar
d4vz
New Member
Posts: 37
Joined: Sat 18 Dec, 2004 4:20 am
Location: I'm... somewhere. What?

Post by d4vz »

I believe VirtualDub has what you need.

http://www.virtualdub.org/
A revolution without dancing is a revolution not worth having.
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

If you want to do this yourself, DirectShow should do the trick (use the MediaDet class).

I'd just use VirtualDub, though.
DarkAuron
Maxcoderz Staff
Posts: 1349
Joined: Sat 18 Dec, 2004 6:53 pm

Post by DarkAuron »

Virtualdub is also the program I'd recommend, though you can't open wmv files thanks to MS.
[Gridwars Score] - E: 1860037 M: 716641 H: 261194
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

I believe there is an old version of virtualdub that allows you to open wmv (0.3a or something). It might be hard to find and i dont think it would support any of the newer wmv's :S.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
User avatar
hop
Extreme Poster
Posts: 378
Joined: Sat 09 Dec, 2006 3:42 pm

Post by hop »

VirtualDub 1.3c is the latest version with ASF/WMV support. It's easy to find.
Image
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Ahh yes, i knew it had a 3 in it. When they got in trouble with ms all those years ago, it wasnt so easy to find. The power of file hosting :).
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

I don't know if it's worth complaining about lack of ASF support, given that it doesn't even support MPEG-2. :) Fortunately there's VirtualDubMod for that.
Liazon
Calc Guru
Posts: 962
Joined: Thu 27 Oct, 2005 8:28 pm

Post by Liazon »

not sure, but i think the gimp animation package can do it, though how good, duno.
Image Image Image
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

hop wrote:VirtualDub 1.3c is the latest version with ASF/WMV support. It's easy to find.
I've put this version on my PC and it doesn't have wmv support either it seems, I've checked the help files, typed in wmv then tried again with windows media audio and found no results. No way to open/import wmv files either
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
User avatar
hop
Extreme Poster
Posts: 378
Joined: Sat 09 Dec, 2006 3:42 pm

Post by hop »

It supports wmv but maybe not the version your movie files are in.

When in doubt convert to avi?
Image
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

well two of mine are wmv, since they were originally made with WMM. I have no program to convert them to other format, which is why I checked the version of vdub you posted, but I had no luck finding any wmv conversion/open option. If you can find where it is i would like a screenshot. maybe they didn't made it obvious
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
coelurus
Calc Wizard
Posts: 585
Joined: Sun 19 Dec, 2004 9:02 pm
Location: Sweden
Contact:

Post by coelurus »

ffmpeg?
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

o.O?
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
Post Reply