Click here to Skip to main content
15,867,857 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is there any 64 bit ffmpeg.dlls & Builds.
I am working on 64 bit system i cont change it to the 86 bit due to my project needs. Can any one help how can i use ffmpeg libraries in 64 bit system. When i am running it in 64 bit target platform i am getting errors like "Could not load file or assembly 'AForge.Video.FFMPEG, Version=2.2.5.0, Culture=neutral, PublicKeyToken=03563089b1be05dd' or one of its dependencies. An attempt was made to load a program with an incorrect format.".

But it working fine when i change target platform to 86 bit. (I am working on video recordings). Link the dlls to download. is there any other way to do video recording in C#. thanks in advance,.
Posted
Updated 11-Apr-16 2:53am
v2

1 solution

http://stackoverflow.com/questions/2265023/load-32bit-dll-library-in-64bit-application[^]

From the looks of the above link, you cannot do it by having the dll's referenced you will need to use some inter-process Comms to do what you are trying to do.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900