Skip to content

myQwil/ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg Bindings for Zig

Zig API bindings for FFmpeg.

This does not build FFmpeg or implicitly link with any of its libraries. It's just the bindings.

How to use it

First, update your build.zig.zon:

zig fetch --save https://github.com/myQwil/ffmpeg/archive/refs/heads/main.tar.gz

Next, add this snippet to your build.zig script:

const av = b.dependency("ffmpeg", .{}).module("av");
my_module.addImport("av", av);

About

Zig bindings for FFmpeg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages