1
Fork 0
A program that renders podcast videos from a set of input tracks and avatar images
This repository has been archived on 2024-04-09. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
Allen Webster 7de0634e97 bug fixes: switch to 64-bit integers for sample counts and related values to avoid truncation in arithmetic on large inputs 2023-04-19 20:49:29 -07:00
bin bug fixes: switch to 64-bit integers for sample counts and related values to avoid truncation in arithmetic on large inputs 2023-04-19 20:49:29 -07:00
src bug fixes: switch to 64-bit integers for sample counts and related values to avoid truncation in arithmetic on large inputs 2023-04-19 20:49:29 -07:00
.gitignore initial commit - results from 3 days of jamming 2023-04-16 17:16:55 -07:00
LICENSE-GPL-3.txt add license and readme 2023-04-16 17:24:07 -07:00
README.md a final note about how to build if you want to 2023-04-16 17:26:02 -07:00
project.4coder initial commit - results from 3 days of jamming 2023-04-16 17:16:55 -07:00

README.md

Copyright (C) 2023 Allen Webster https://mr4th.com

Distributed with GPL 3 license (full license in LICENSE-GPL-3.txt)

Code in the "src/dependencies" directory is not the original work of the copyright holder, but all code there is available with a license that is compatible with the license of the entire codebase. See DEPENDENCIES.md to find the original sources for that code.

Contact

allenw@mr4th.com

Purpose

A program that renders podcast videos from a set of input tracks and avatar images.

Build Note

This program is written as a satalite program from the mr4th codebase and must be configured to point at that codebase to build. The "pointers" are set in "bin/compiler_flags.txt".