diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2020-05-22 13:34:38 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-23 09:31:58 +0700 |
commit | 0816bddf8138f714828cd8560cf47c728ca56b80 (patch) | |
tree | f2b05b8a1c31bcb0e5adecf5cdf5740764fe3454 /multimedia/aom/README | |
parent | 646fa77e47277167de0fbea436a8023eec585c93 (diff) |
multimedia/aom: Added (Open Source Video Codec)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/aom/README')
-rw-r--r-- | multimedia/aom/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/aom/README b/multimedia/aom/README new file mode 100644 index 0000000000..edda91a3aa --- /dev/null +++ b/multimedia/aom/README @@ -0,0 +1,8 @@ +AOMedia Video 1 (AV1) is an Open Source video codec designed for +video transmission over the Internet. AV1 is planned to surpass +VP9 and also to eventually be a competitor with HEVC/H.265. + +This script builds the encoder aomenc, the decoder aomdec as well +as shared libraries which can be utilised by recent versions of +both FFmpeg and vlc. + |