Skip to content

japandotorg/lemon-ffmpeg-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lemon-ffmpeg-rust

FFmpeg headers: 4.2.2

Rust bindings for ffmpeg, fork of ffmpeg-dev

Differences from original repo:

  • Dynamically-linked against ffmpeg libs.
  • Bindgen performs using system-installed headers.
  • Generated bindings are stored in repo without the use of include! macro. This means:
  • Resulting application will require ffmpeg 4.x libs instead.
  • bindings re-generation will require ffmpeg headers installed which are only shipped in -dev packages in some distros.
  • Putting bindings right into source tree fixes issues with some IDE's unable to resolve include! macro.

This crate is intended to be a drop-in replacement for ffmpeg-dev, so you (probably) can just use it instead of original if you need dynamic linking.

License

  • This repo, as well as the original, is licensed under MIT
  • FFmpeg itself is licensed under LGPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published