Home

Awesome

linc_ffmpeg

The linc FFmpeg is a low level stub for the ffmpeg library (https://www.ffmpeg.org/) in the haxe language. It is not part of the snowkit Linc initiative ( yet ? ) but we tried to follow the guidelines they put up.

We also tried to stick as much as possible to raw binding and tried not to reinterpret the library so that regular ffmpeg tutorials are easy to follow.

This means you'll have to work around low level cpp.Pointer everywhere. Please, get used to it (for now ). We'll consider writing a more "Haxey" layer as a side lib later if collaborators pops up.

Haxe : https://github.com/HaxeFoundation/haxe Snowkit's Linc : http://snowkit.github.io/linc/

Q&A :

What is the state of the library ?

Is there dependencies ?

Why choose binaries not recompile source ?

Which platform are available ?

Contributing ?

Hardware acceleration ?

How to build ?

Here is my current setup. Since linc_ffmpeg is not in production and relying on a moderately stable hxcpp features, be careful

We strongly emphasize that hw and performances are generally a touchy problem with ffmpeg, the layer itself is free of superfluous allocation so everything should be in order but be careful about setup.