unfortunately not. had a lot work last time. if there some news about the
lib, I'll post it here as soon as possible.
AVI2BMP - avi videostream to single bitmap frames
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: AVI2BMP - avi videostream to single bitmap frames
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:
Should the buffer pAVIFile be defined?
Ah, my default compile is Unicode. Knock that off and all is perfect
(or change AVIFileOpen to AVIFileOpenW)
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 )
EDIT[ERROR] Invalid memory access. (read error at address 0)
Ah, my default compile is Unicode. Knock that off and all is perfect

(or change AVIFileOpen to AVIFileOpenW)
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.