Kelimion / odin-ffmpeg

FFmpeg bindings for Odin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odin-FFmpeg

This repository contains Odin bindings for FFmpeg.

How to use

Use your own ffmpeg shared libraries or those provided under shared. The provided Win64 DLLs are licensed under the LGPL v2.1.

Roadmap

Done

Structs and enums

  • LibAVCodec
  • LibAVDevice
  • LibAVFormat
  • LibAVUtil
  • LibAVFilter
  • LibSWResample
  • LibSWScale
  • FFMPEG.h
  • CmdUtils

In Progress

To do

License

The bindings are made available under FFmpeg's license (GNU LGPL, v2.1+). See LICENSE.md

The libraries themselves are made available under their own licenses. See FFMPEG-*.md.

Upgrade the libraries

Download a Win64 build of FFMPEG rel-4.4

Suggestion, use an LGPL'd release. E.g.: BtbN's ffmpeg-n4.4-154-g79c114e1b2-win64-lgpl-shared-4.4.zip

About

FFmpeg bindings for Odin

License:Other


Languages

Language:C 77.8%Language:Odin 20.2%Language:Roff 1.9%Language:Batchfile 0.1%