2 unstable releases

0.2.0 May 18, 2021
0.1.0 Dec 2, 2020

#77 in #ffmpeg

38 downloads per month
Used in ffms2

MIT license

6KB
72 lines

ffms2-sys

Automatically generated bindings for FFMS2.

Building

This crate requires an installed version of FFMS2 on the build system. If possible, it will use pkg-config to locate and link the libraries. Otherwise, it could utilize the environment variables FFMS_INCLUDE_DIR and FFMS_LIB_DIR to locate the required files specified by the user.

Building on Windows

The strategy with the environment variables is especially helpful on Microsoft Windows. In this case, one does not even have to compile the library at all. Instead, developers could refer to the official releases. FFMS_INCLUDE_DIR corresponds to the "include" directory while FFMS_LIB_DIR must point to "x64" or "x32", respectively. For the distribution of the final artifact, the corresponding *.dll must be shipped with the executable.

No runtime deps

~0–1.8MB
~34K SLoC