Skip to content

wangning08115/FFMPEG.net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFMPEG.net

A simple .net wrapper of ffmpeg (http://ffmpeg.org)

Unlike other wrapper, this library do not use c++/cli or unsafe code.

Currently it support windows and Linux, mac support will not available until mono64 launched

It is licensed under the GPLv2.

Translator

This is a sub-project for FFMPEG.net, but it can be used in any other project that needs P/Invoke

It read .h files with c/c++ grammar, and output c# file with P/Invoke instructions included.

This tool is based on CppSharp project which itself is based on llvm/clang.

Status

Both FFMPEG.net and Translator are under develop, they may change a lot in the future

About

another wrapper of ffmpeg for .net framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.8%
  • C# 25.8%
  • C++ 8.3%
  • Objective-C 0.1%