Go to file
Saxon Nelson-Milton 528dfe29e4 exp/rvcl: adding default config param consts and changing flag name 2020-12-21 11:18:35 +10:30
.circleci .circleci/config.yml: update required go version from 1.13 to 1.15.2 2020-12-17 21:51:34 +10:30
cmd cmd/looper: added build & run utilities including .service file for robust execution 2020-12-19 13:00:41 +10:30
codec running go fmt over repos 2020-12-17 21:38:10 +10:30
container revid: update encder test to use Rate() with float argument 2020-08-14 13:07:03 +09:30
device fixed various things particularly use of %w formatting directive in wrong places to satisfy repo testing 2020-12-19 13:43:23 +10:30
exp exp/rvcl: adding default config param consts and changing flag name 2020-12-21 11:18:35 +10:30
filter Merged in nicer-update-func (pull request #411) 2020-05-19 06:02:02 +00:00
init treat: remove run as pi user 2020-10-20 21:41:08 +10:30
protocol running go fmt over repos 2020-12-17 21:38:10 +10:30
revid running go fmt over repos 2020-12-17 21:38:10 +10:30
Makefile updated Makefile for building rv instead of revid-cli 2020-01-28 11:28:35 +10:30
Readme.md Updated description and copyright. 2019-04-25 01:26:50 +00:00
contributors.txt Added contributors. 2019-04-25 00:54:27 +00:00
go.mod exp/rvcl: adding default config option and opening VLC in the case of RTP output 2020-12-20 12:03:46 +10:30
go.sum exp/rvcl: adding default config option and opening VLC in the case of RTP output 2020-12-20 12:03:46 +10:30

Readme.md

Readme

av is a collection of tools and packages written in Go for audio-video processing.

Codecs, containers and protocols are organized according to directories named accordingly.

cmd/revid-cli is a command-line program for reading, transcoding, and writing audio/video streams and files.

License

Copyright (C) 2017-2019 the Australian Ocean Lab (AusOcean).

This is free software: you can redistribute it and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License or more details.

You should have received a copy of the GNU General Public License along with revid in gpl.txt. If not, see http://www.gnu.org/licenses/.