Re: AVI to GIF converter for Windows
- Posted by ghaberek (admin) Oct 15, 2009
- 2126 views
I just finished a GUI in Win32Lib for this. However, neither the original command line program nor my GUI convert the AVI correctly. On line 136, aFrame is zero. I assume that's supposed to be a handle of some sort, but there is no check for it the value to be nonzero. I added a check for this to my GUI, so it never gets on to the actual transcoding.
aFrame = AVIStreamGetFrameOpen(aStream, {40, sAviInfo[6], sAviInfo[7], 1, 24, 0, 0, 0, 0, 0, 0})
Download: avi2gif-gui.zip (4 KB)
(You still need all the other DLLs from the original avi2gui.)
-Greg