Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: Kook on February 01, 2005, 01:14:22 am
-
Mamewah is a great frontend. I don't know if this is the right venue for wishlist items, but I'd love to see MNG support added, i.e. if it can be done without too much trouble and without increasing the footprint too much. Before I found Mamewah, I used Advmenu, and the Crashtest MNGs were great.
-
Unless a DirectShow filter is available for it anytime (if you know of one let me know) I doubt I will add MNG support :(
-
Minwah, wasn't there another post on this forum about a guy who wrote a program on converting mng's to avi's? Whats happened to it? Did he post you the program ,like he said he would?
Rockmes
-
Yeh that was me ;D program works (for me) and Minwah's got a copy although I don't think he's tried it.
I'm currently experiencing "technical difficulties" at home (read: No OS what-so-ever) so I can't get it at the moment. I'll provide it for anyone who wants later this week....
-
Yeh that was me ;D program works (for me) and Minwah's got a copy although I don't think he's tried it.
Yep I have it but haven't tried it yet (got stuck into some programming of my own)...if you want let me know & I can post it for you...
-
l want to try it cos l have a collection of mng's l want to try and convert.
you think you could post it to me.
-
Here is my experience converting MNGs to AVIs. I downloaded various programs from all over the place, and made a batch file that went something like this:
1) Use ADVMNG to convert each MNG to a bunch of PNGs
2) Use ABC (Advanced Batch Converter) to convert the PNGs to BMPs
3) Use MP3DECODE to convert each MP3 to a WAV (assuming each MNG has an MP3)
4) Use BMP2AVI to make each AVI (and mux the audio with the AVI)
Unfortunately, I could never get the sound and video synchronized. Plus I never found a CODEC I was happy with (either the AVI was too big, or the quality was too poor).
So I gave up. I'm not saying it can't be done, but I'm starting to wonder if it is worth the effort.
Kook
-
Yes it was definately fiddly getting it done - its why I threw together a program - it's basically a glorifed batch program.
You have a few unecessary steps in your program. I found the best steps were:
1)advmng to unpack the mng to png.
2)virtualdubmod will create an avi from the pngs and the mp3.
This way there is no video quality loss from apart from your own compression, and the mp3 is muxed directly in. Its reasonably quick too.
A few other people have asked to, so I'll stuick the program up on my website soon.