Omnimaga

General Discussion => Technology and Development => Computer Usage and Setup Help => Topic started by: DJ Omnimaga on January 21, 2012, 02:39:59 pm

Title: Windows 7 64 Bit alternative to SUPER video converter
Post by: DJ Omnimaga on January 21, 2012, 02:39:59 pm
I wonder if anyone knows of any other freeware alternative to SUPER video converter that will run properly under Windows 7 64 bits?

When I try to convert a video file (in my case, WMV) to individual BMP files, the BMP folder gets created, but it's empty...

Thanks in advance. This is for nPlayer use, by the way.
Title: Re: Windows 7 64 Bit alternative to SUPER video converter
Post by: apcalc on January 21, 2012, 02:41:34 pm
Hmm... I have Windows 7 64 Bit and it works fine for me.  The conversion takes a few minutes, maybe it is just not done?  I wish I could find a better way to do this, I am still looking! :)
Title: Re: Windows 7 64 Bit alternative to SUPER video converter
Post by: DJ Omnimaga on January 21, 2012, 02:43:17 pm
Nah I waited for a while, no success. Btw the file was a WMV.
Title: Re: Windows 7 64 Bit alternative to SUPER video converter
Post by: systwo on January 21, 2012, 03:05:04 pm
You could try using just ffmpeg, the engine that SUPER wraps around. Mencoder may work as well (I'm not sure about this because I haven't use this as much). Both of them are command line though.

If both of them don't work, you can try importing the video to blender then have it render out some bmps.
Title: Re: Windows 7 64 Bit alternative to SUPER video converter
Post by: Juju on January 21, 2012, 05:40:06 pm
Yeah that's what I thought of as well, using some command-line utility to do so. I might make you a .bat file if you want, for your convenience.
Title: Re: Windows 7 64 Bit alternative to SUPER video converter
Post by: thepenguin77 on January 21, 2012, 06:55:03 pm
apcalc, you could mess around with direct show. That's how I did it for TruVid. My ticalc.org file (http://www.ticalc.org/archives/files/fileinfo/441/44100.html) has the source if you want to see how it's done. Honestly, you could even copy it as long as you give me credit somehow.
Title: Re: Windows 7 64 Bit alternative to SUPER video converter
Post by: apcalc on January 21, 2012, 07:02:08 pm
apcalc, you could mess around with direct show. That's how I did it for TruVid. My ticalc.org file (http://www.ticalc.org/archives/files/fileinfo/441/44100.html) has the source if you want to see how it's done. Honestly, you could even copy it as long as you give me credit somehow.

That looks like an interesting solution to this, I will look into it!  Thank you very much for your help! :)
Title: Re: Windows 7 64 Bit alternative to SUPER video converter
Post by: alberthrocks on January 21, 2012, 09:26:35 pm
SUPER, as I've heard and from experience, seems to be a video converter bundled with spyware/viruses. (This post (http://blog.monkeyless.com/2006/07/16/erightsofts-super-video-converter-looks-safe/) (2006) describes some of the concerns with it.) I don't know if it's valid today, but there's no source at all to look at, so... :P

I would typically suggest HandBrake (http://handbrake.fr/), an excellent, consistent, and stable video converter... but unfortunately, it's only a video transcoder, which means it doesn't do image output. (Its core is FFMPEG, though.)

Therefore, I would point you to WinFF (http://code.google.com/p/winff/), another popular video converter that directly uses the FFMPEG program. (HandBrake uses FFMPEG's libraries, IIRC.) Although I haven't personally used it myself, it is popular and I know people who use it. :) I don't know if it will handle video -> BMP, but... one of its interesting features is the ability to customize the presets. Someone here familiar with FFMPEG can give you the preset options to fill in so that you can easily perform the conversion from the GUI. :) (OK, I did "use" it - as in look around inside and then decide it couldn't do what I wanted it to do :P)

Good luck with your endeavor! :D
Title: Re: Windows 7 64 Bit alternative to SUPER video converter
Post by: DJ Omnimaga on January 21, 2012, 11:08:00 pm
I might avoid FFMPEG, because the last time I gave it a try it seemed more confusing than trying to port Starcraft Brood War to BrainFuck language.