This directory contains six subdirs. The AvDnCpp dir
contains a VC++ Express sln for a simple wrapper
of some FFMpeg functionalities. Then there is a dir
for some wrapping in C# (in the dir AvDnCs) and
three sample projects that use the wrapper.

The sln in this dir is for the four C# projects.
The bin dir contains "ready to run" files for the samples.

This is a draft, the wrapper has to be made more
robust, efficient and complete. But I provide it
because others might find it useful.

You need to have installed the windows version of
the ffmpeg libs avcodec-51.dll, avformat-50.dll and
avutil-49.dll. You can download "ready to go" 
binaries from http://arrozcru.no-ip.org/ffmpeg_builds/.
The download also contains the lib and include
directories needed by VC++.

///////////////////////////////////////////////////////////////
This code is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
///////////////////////////////////////////////////////////////

