Using libavcodec.dll in VC++
-
Hello, I've been working on OpenH323/FFMPEG for a while and while I can create the FFMPEG exe what i really want to do is write a VC++ program that uses the libavcodec.dll(generated fm OpenH323) to encode video. Any ideas?
RahulOP wrote:
Any ideas?
What is the question ? Saying how can I use libavcodec.dll is really vague, where are you stuck exactly ?
-
RahulOP wrote:
Any ideas?
What is the question ? Saying how can I use libavcodec.dll is really vague, where are you stuck exactly ?
-
Oops! Sorry about that. I need to pass a file(say avi / mpeg / wmv)and this file has to get converted to another formatsay 3GP.
Yes, but I suppose that is what your dll is supposed to do. I was asking were you are stuck exactly with using this dll ?
-
Yes, but I suppose that is what your dll is supposed to do. I was asking were you are stuck exactly with using this dll ?
Umm, in creating an application tht uses the dll. Would you mind checking back here after say about 12hours while i dig around a bit more in CP and search for an application that uses DLLs to perform an operation and work from there? If i can make it work, i'll post an update.:-) I tried using the dumpbin but i kept getting an error mspdb70.dll is missing and that re-installing might help. Any tips on this one?