Skip to content

rust-av/libav-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Guillaume DesmottesLuni-4
Guillaume Desmottes
and
Jun 23, 2020
9852a3d · Jun 23, 2020

History

9 Commits
Nov 2, 2019
Jun 23, 2020
May 14, 2018
May 14, 2018
May 14, 2018
Oct 2, 2019

Repository files navigation

libav bindings

LICENSE Actions Status

It is a simple binding and safe abstraction over libav avcodec, avformat, avfilter, avresample, and swresample.

Building

The bindings are generated using the headers and libraries that ought to be present in the system.

TODO

  • Simple bindings
  • Safe abstraction
  • Examples