AVI2BMP - avi videostream to single bitmap frames

Share your advanced PureBasic knowledge/code with the community.
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post 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.
THCM
Enthusiast
Enthusiast
Posts: 276
Joined: Fri Apr 25, 2003 5:06 pm
Location: Gummersbach - Germany
Contact:

Post by THCM »

No post, no news?
The Human Code Machine / Masters' Design Group
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: AVI2BMP - avi videostream to single bitmap frames

Post 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)
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Post Reply