Page 2 of 2

Posted: Mon Jun 27, 2005 8:52 am
by dige
unfortunately not. had a lot work last time. if there some news about the
lib, I'll post it here as soon as possible.

Posted: Tue Dec 20, 2005 2:28 pm
by THCM
No post, no news?

Re: AVI2BMP - avi videostream to single bitmap frames

Posted: Wed Dec 16, 2015 2:35 am
by IdeasVacuum
Hi Dige

I have tried AVI2BMP with several AVI files from different sources, plus my own avi files (saved with no compression) but AVIFileOpen always fails:

Code: Select all

res = CallFunction( #Lib, "AVIFileOpen", @pAVIFile, @avifile.s, #OF_SHARE_DENY_WRITE, 0 )
Should the buffer pAVIFile be defined?
[ERROR] Invalid memory access. (read error at address 0)
EDIT
Ah, my default compile is Unicode. Knock that off and all is perfect :D
(or change AVIFileOpen to AVIFileOpenW)