cv431410
User
 Senior Boarder
| Posts: 10 |   |
|
C# and FFMpeg - 2008/02/08 21:43
After downloading the FFMpegCS.zip file from Blog section from this web site, I made a run directly:
testFFMpeg xyz.flv
and got the following error from DOS Window:
Unhandled Exception: System.Exception: Couldn't find video stream at TestFFMpeg6..ctor(String args0) ...
I use FFMpeg to run this file and it works, so the problem is not with FFMpeg.
So I have to compile the source project.
There I have run into unlimited amount of problems.
Initially, it ask for some *.h files, I simply took them from FFMpeg and feed to the DNMpeg. Eventutally, it complains the systax of old C++ language, such as external ..,there I have to give it up.
The problem is DNMpeg will not build in VS 2003.
Is there any FFMpegCS.zip, which works at least with Visual studio 2003?
Thanks.
|