[Libav-user] Use libav in c#

Julien Ayrault Julien.Ayrault at ampvisualtv.tv
Tue Dec 8 18:04:06 CET 2015


Hi Juan,

Maybe you can use this : https://github.com/Ruslan-B/FFmpeg.AutoGen

Julien

De : Libav-user [mailto:libav-user-bounces at ffmpeg.org] De la part de Mohamed Moanis
Envoyé : mercredi 2 décembre 2015 23:18
À : This list is about using libavcodec, libavformat, libavutil, libavdevice and libavfilter. <libav-user at ffmpeg.org>
Objet : Re: [Libav-user] Use libav in c#

> Date: Wed, 2 Dec 2015 19:08:36 +0000
> From: orestesb at comcast.net<mailto:orestesb at comcast.net>
> To: libav-user at ffmpeg.org<mailto:libav-user at ffmpeg.org>
> Subject: [Libav-user] Use libav in c#
>
> I have a problem somebody know how can i use l
> libavcodec, libavformat, libavutil, libavdevice and libavfilter. in c#. Please help me
>
>
> Thank you.
> Juan


There are some C# wrappers out there but outdated and pretty bad.

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.
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20151208/04ef1a6f/attachment.html>


More information about the Libav-user mailing list