<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>> Date: Wed, 2 Dec 2015 19:08:36 +0000<br>> From: orestesb@comcast.net<br>> To: libav-user@ffmpeg.org<br>> Subject: [Libav-user] Use libav in c#<br>><br><div style="font-family:Arial;font-size:12pt;color:#000000;"><div aria-label="Compose body">> I have a problem somebody know how can i use l</div><div aria-label="Compose body"><span style="font-family:'Times New Roman';font-size:medium;background-color:#ffffff;" data-mce-style="font-family: 'Times New Roman'; font-size: medium; background-color: #ffffff;">> libavcodec, libavformat, libavutil, libavdevice and libavfilter. in c#. Please help me</span></div><div aria-label="Compose body">></div><div aria-label="Compose body">></div><div aria-label="Compose body">> Thank you.</div><div aria-label="Compose body">> Juan</div></div><br><div><br></div><div>There are some C# wrappers out there but outdated and pretty bad.</div><div><br></div><div>Best solution I used more than once, is to do your job with C++ and create a dynamically linked library that your C# can use.</div><div>It is the best solution for what you want, but it has one problem which is that you can pass complex objects between the two entities unless you use COM objects - which is awefull.</div>                                        </div></body>
</html>