goniz / av

AV libraries and utilities written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

av

This repo is home of some miscellanous AV utilities and libraries.

Building

Dev environment requirements:

  • pkg-config

Builds are done using Bazel. For example: bazel build ingest-server

You can also perform a Docker build: docker build . -t av

Testing

Run the tests with Bazel: bazel test lib:test

About

AV libraries and utilities written in C++

License:MIT License


Languages

Language:C++ 100.0%Language:Starlark 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%