I downloaded project to controlling AR Drone from this site:
https://github.com/Ruslan-B/AR.Drone
This project is old. Then I downloaded ffmpeg.autogen library from this site
https://sourceforge.net/projects/ffmpeg-autogen/?source=typ_redirect
This is old version of ffmpeg because of old version AR.Drone. I has to be .NET Framework 4.0 version.
Project has compiled, but when I run application I got an error:
"Unable to load DLL 'avcodec': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
The error occurs in this line:
FFmpegInvoke.avcodec_register_all();