diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2018-08-08 20:18:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:06 +0700 |
commit | db304a007faa69af4141d77748687bdc329df07a (patch) | |
tree | 53fffc617e521061697bcba7284020879eb34842 /libraries/libaom/README | |
parent | a43148d764e6a2abf1c5f7fe336105379acb57de (diff) |
libraries/libaom: Added (Open Source Video Codec).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libaom/README')
-rw-r--r-- | libraries/libaom/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libaom/README b/libraries/libaom/README new file mode 100644 index 0000000000000..9c4873c3a6327 --- /dev/null +++ b/libraries/libaom/README @@ -0,0 +1,12 @@ +AOMedia Video 1 (AV1) is an Open Source video codec desgined for +video transmission over the Internet. AV1 is planned to surpass +VP9 and also to eventually be a competitor with HEVC/H.265. + +This libaom SlackBuild builds two applications: + + 1. aomenc: an AV1 encoder + 2. aomdec: an AV1 decoder + +As well as making libraries available for those who wish to build +an AV1 encoder with a recent FFmpeg by specifying: '--enable-libaom' +in the FFmpeg ./configure string. |