steved Posted August 10, 2003 Posted August 10, 2003 (edited) Has anyone ever had any luck with this? I've had a look at the Microsoft writeavi.c example from the Platform SDK, but it's not particularly helpful (I can get it to render an AVI of 100 frames or less at 1 fps, but little else). I've converted it to C++. It's here if you're interested: http://midget.nofeet.com/steve/writeavi++.avi Run it from the command line like so: writeavi.exe 640, 480, 24, 100, C:\images 640 is the image width, 480 is the img height, 24 is fps, 100 is the number of images (frames), and C:\images is a directory which will be automatically searched (non-recursively) for *.BMP files to add to the movie. If anyone has a better solution than this, I would love to hear it. I also found this website, but this guy's class has a convenient 4 lines of comments and no documentation. *sigh* http://www.adp-gmbh.ch/csharp/write_avi.html Thanks guys. Edited August 11, 2003 by steved Quote zig?
ballisticnylon Posted August 11, 2003 Posted August 11, 2003 Neither of your links worked for me. :( Quote "It may be roundly asserted that human ingenuity cannot concoct a cipher which human ingenuity cannot resolve." - Edgar Allan Poe, 1841 I long to accomplish great and noble tasks, but it is my chief duty to accomplish humble tasks as though they were great and noble. The world is moved along, not only by the mighty shoves of its heroes, but also by the aggregate of the tiny pushes of each honest worker. - Helen Keller
steved Posted August 11, 2003 Author Posted August 11, 2003 Sorry 'bout that. They're fixed now. (Good ol' vBulletin decided it needed to add an extra URL tag, so those links had an end tag embedded in them.) Quote zig?
steved Posted August 11, 2003 Author Posted August 11, 2003 Also of note: I'd be plenty happy if I could generate any other type of movie file: MPEG or MOV/QT would be fine by me. :) I know this is ridiculously easy to do with the Java Media Framework, but unfortunately, Sun managed to make these features of the JMF require a version of Java just a few notches higher than that which the current Java-to-.NET converter can do. Coincidence? ;) Quote zig?
steved Posted August 22, 2003 Author Posted August 22, 2003 Gabe, a buddy of mine, made a nice clean C#/Interop library that does the trick for this (BMP to codec or raw AVI). Another fellow was having similar trouble, so check the result in this thread: http://www.xtremedotnettalk.com/t75894.html (Sorry for the re-post. I just don't want people finding this thread unfinished.) Quote zig?
galex Posted May 5, 2005 Posted May 5, 2005 The link is broken again, I guess. Sorry 'bout that. They're fixed now. (Good ol' vBulletin decided it needed to add an extra URL tag, so those links had an end tag embedded in them.) Hi Steve, could you please restore some link. Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.