mirror of https://bitbucket.org/ausocean/av.git
31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
|
# Readme
|
||
|
|
||
|
av is a collection of tools and packages written in Go for audio-video processing.
|
||
|
|
||
|
Various tools are provided for media capture and playback (cmd).
|
||
|
|
||
|
There are packages providing support for various codecs (codec), container formats (container),
|
||
|
input devices (device), filters (filter), protocols (protocol) and media capture
|
||
|
processing and forwarding (revid).
|
||
|
|
||
|
# Contributing
|
||
|
|
||
|
If you wish to contribute to this project, please contact info@ausocean.org for
|
||
|
permissions. Pull requests require an accompanying issue.
|
||
|
Please see [av issue](https://bitbucket.org/ausocean/av/issues) for current issues,
|
||
|
or creation of an issue.
|
||
|
|
||
|
# License
|
||
|
|
||
|
Copyright (C) 2017-2021 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](http://www.gnu.org/licenses/)
|
||
|
or more details.
|