Skip to content

donutinit/davinci-linux-aac-codec

 
 

Repository files navigation

DaVinci Resolve FFmpeg AAC Audio Encoder Plugin

This project is a DaVinci Resolve audio encoder plugin for AAC using FFmpeg. It builds a plugin compatible with the IOPlugins system of DaVinci Resolve Studio (Free doesn't support plugins) for Linux.

PayPal donate button Buy Me A Coffee

Donation Alrets Boosty

Features

  • AAC encoding using FFmpeg

Requirements

  • DaVinci Resolve Studio (FREE does NOT support plugins!)
  • FFmpeg

Install

  • Download aac_encoder_plugin-linux-bundle.tar.gz from Releases
  • Unpack
  • Exec ./install.sh (or check Readme inside)

Build Requirements

  • Linux x86-64
  • C++ compiler (g++ >= 9 recommended)
  • FFmpeg development libraries (libavcodec-dev, libavutil-dev)
  • CMake (if you want to use it)
  • Make

Install dependencies (Ubuntu/Debian example)

sudo apt update
sudo apt install build-essential pkg-config libavcodec-dev libavutil-dev

Build

To build the plugin and package it for DaVinci Resolve:

./build.sh

The output will be in:

aac_encoder_plugin.dvcp.bundle/Contents/Linux-x86-64/aac_encoder_plugin.dvcp

Install

To install the plugin into DaVinci Resolve:

sudo ./install.sh

This will copy the plugin bundle to /opt/resolve/IOPlugins.


License

GPLv3

About

AAC Encoder Plugin for DaVinci Resolve Studio

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 95.7%
  • Shell 2.3%
  • Makefile 1.9%
  • C 0.1%