views:

14

answers:

0

I have a .Net application which we compile in both x86 and x64 bit. One feature is the video export to avi, but on the x64 version this doesn't work.

The reason, I think, is that it uses the win32 dll called AviFil32.dll to encode the avis, and this doesn't like being called by a x64 process. Originally I thought the problem was a lack of 64bit codecs, but I have now downloaded and tried loads of 64 bit codecs and no joy.

Is it possible to encode avi video files from a 64 bit process? How can I do this?