diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2020-01-02 20:09:52 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-02 23:33:50 -0600 |
commit | 530afba0e73e57df68f64261e40e219af6a45b3d (patch) | |
tree | f52f405da7b010d53771ba50fc80df0a25e766ef /libraries/libaom/README | |
parent | 9d6710949c62864fe2ffeb172b077fd6187ac8d7 (diff) | |
download | slackbuilds-530afba0e73e57df68f64261e40e219af6a45b3d.tar.gz |
libraries/libaom: Updated for version 1.0.0.r29281.10cdc996a.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libaom/README')
-rw-r--r-- | libraries/libaom/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libaom/README b/libraries/libaom/README index 9c4873c3a6..5d92532e29 100644 --- a/libraries/libaom/README +++ b/libraries/libaom/README @@ -1,12 +1,12 @@ -AOMedia Video 1 (AV1) is an Open Source video codec desgined for +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 libaom SlackBuild builds two applications: +This libaom SlackBuild builds two 'reference' 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. +Libraries are available for those who wish to build an AV1 encoder +(libaom-av1) with a recent version of FFmpeg by specifying +'--enable-libaom' in the FFmpeg ./configure string. |