Github messages for voidlinux
 help / color / mirror / Atom feed
From: leahneukirchen <leahneukirchen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] [Package request] libsvtav1
Date: Tue, 01 Mar 2022 16:06:43 +0100	[thread overview]
Message-ID: <20220301150643.zLOVTOuHLZV2VYSoUiXnhmdupX43YD-ooXrhYzP9T2c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35541@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]

Closed issue by wertz14 on void-packages repository

https://github.com/void-linux/void-packages/issues/35541

Description:
https://gitlab.com/AOMediaCodec/SVT-AV1
> The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant encoder/decoder library core

Compared to libaom I've found the encoding speeds a lot better. It is licensed under BSD and patented under the Open Media Patent License.

FFmpeg has a compile option so it can be used with libsvtav1:
> 
> [](https://github.com/void-linux/void-packages/issues/new#2-enable-libsvtav1-in-ffmpeg)2. Enable libsvtav1 in FFmpeg
> NOTE: If you wish to use an FFmpeg tag or release before 4.4, please go [here](https://gitlab.com/AOMediaCodec/SVT-AV1/tree/v0.8.4/ffmpeg_plugin) and consult that page to properly patch ffmpeg for use with SVT-AV1.
> 
> ```
>    git clone --depth=1 https://github.com/FFmpeg/FFmpeg ffmpeg
>    cd ffmpeg
>    export LD_LIBRARY_PATH+=":/usr/local/lib"
>    export PKG_CONFIG_PATH+=":/usr/local/lib/pkgconfig"
>    ./configure --enable-libsvtav1
>    make -j $(nproc)
> ```

      reply	other threads:[~2022-03-01 15:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11 20:34 [ISSUE] " wertz14
2022-03-01 15:06 ` leahneukirchen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220301150643.zLOVTOuHLZV2VYSoUiXnhmdupX43YD-ooXrhYzP9T2c@z \
    --to=leahneukirchen@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).