Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Compile `ffmpeg` package with `--enable-libaom` to support `av1`
@ 2020-07-12 18:49 zenny
  2020-07-12 20:03 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zenny @ 2020-07-12 18:49 UTC (permalink / raw)
  To: ml

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

New issue by zenny on void-packages repository

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

Description:
Hi,

Void's `ffmpeg` pacakge does not seem to support open sourced high compressed `av` codec.
```
$ ffmpeg -h encoder=libaom-av1
Codec 'libaom-av1' is not recognized by FFmpeg.
```

Would you mind adding `--enable-libaom` to the `ffmpeg` package` as stated at https://trac.ffmpeg.org/wiki/Encode/AV1?

Cheers, and stay safe,
/z

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Compile `ffmpeg` package with `--enable-libaom` to support `av1`
  2020-07-12 18:49 [ISSUE] Compile `ffmpeg` package with `--enable-libaom` to support `av1` zenny
@ 2020-07-12 20:03 ` ericonr
  2020-07-12 20:43 ` q66
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-07-12 20:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23538#issuecomment-657268542

Comment:
Have you tried the `dav1d` encoder? We ship with that one.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Compile `ffmpeg` package with `--enable-libaom` to support `av1`
  2020-07-12 18:49 [ISSUE] Compile `ffmpeg` package with `--enable-libaom` to support `av1` zenny
  2020-07-12 20:03 ` ericonr
@ 2020-07-12 20:43 ` q66
  2020-07-12 21:22 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: q66 @ 2020-07-12 20:43 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/23538#issuecomment-657272680

Comment:
dude, dav1d is a decoder

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Compile `ffmpeg` package with `--enable-libaom` to support `av1`
  2020-07-12 18:49 [ISSUE] Compile `ffmpeg` package with `--enable-libaom` to support `av1` zenny
  2020-07-12 20:03 ` ericonr
  2020-07-12 20:43 ` q66
@ 2020-07-12 21:22 ` ericonr
  2020-07-12 23:22 ` ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-07-12 21:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23538#issuecomment-657277166

Comment:
Gah I could swear dav1d was the Rust encoder for AV1. I was thinking of https://github.com/xiph/rav1e

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Compile `ffmpeg` package with `--enable-libaom` to support `av1`
  2020-07-12 18:49 [ISSUE] Compile `ffmpeg` package with `--enable-libaom` to support `av1` zenny
                   ` (2 preceding siblings ...)
  2020-07-12 21:22 ` ericonr
@ 2020-07-12 23:22 ` ericonr
  2020-07-24 20:23 ` jnbr
  2020-07-24 20:23 ` [ISSUE] [CLOSED] " jnbr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-07-12 23:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23538#issuecomment-657290670

Comment:
Heh, we have a build option for it already. I'm making a PR to enable it, then/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Compile `ffmpeg` package with `--enable-libaom` to support `av1`
  2020-07-12 18:49 [ISSUE] Compile `ffmpeg` package with `--enable-libaom` to support `av1` zenny
                   ` (3 preceding siblings ...)
  2020-07-12 23:22 ` ericonr
@ 2020-07-24 20:23 ` jnbr
  2020-07-24 20:23 ` [ISSUE] [CLOSED] " jnbr
  5 siblings, 0 replies; 7+ messages in thread
From: jnbr @ 2020-07-24 20:23 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/issues/23538#issuecomment-663718804

Comment:
ffmpeg is now built with aom enabled

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] Compile `ffmpeg` package with `--enable-libaom` to support `av1`
  2020-07-12 18:49 [ISSUE] Compile `ffmpeg` package with `--enable-libaom` to support `av1` zenny
                   ` (4 preceding siblings ...)
  2020-07-24 20:23 ` jnbr
@ 2020-07-24 20:23 ` jnbr
  5 siblings, 0 replies; 7+ messages in thread
From: jnbr @ 2020-07-24 20:23 UTC (permalink / raw)
  To: ml

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

Closed issue by zenny on void-packages repository

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

Description:
Hi,

Void's `ffmpeg` pacakge does not seem to support open sourced high compressed `av` codec.
```
$ ffmpeg -h encoder=libaom-av1
Codec 'libaom-av1' is not recognized by FFmpeg.
```

Would you mind adding `--enable-libaom` to the `ffmpeg` package` as stated at https://trac.ffmpeg.org/wiki/Encode/AV1?

Cheers, and stay safe,
/z

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-24 20:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-12 18:49 [ISSUE] Compile `ffmpeg` package with `--enable-libaom` to support `av1` zenny
2020-07-12 20:03 ` ericonr
2020-07-12 20:43 ` q66
2020-07-12 21:22 ` ericonr
2020-07-12 23:22 ` ericonr
2020-07-24 20:23 ` jnbr
2020-07-24 20:23 ` [ISSUE] [CLOSED] " jnbr

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).