Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] ffmpeg libvpx ABI mismatch with libvpx6-1.10.0_1
@ 2021-04-01 23:42 w1kl4s
  2021-04-02  0:13 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: w1kl4s @ 2021-04-01 23:42 UTC (permalink / raw)
  To: ml

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

New issue by w1kl4s on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.11.11_1 x86_64 AuthenticAMD uptodate hold rrrrmmnDFFFF
* package:  
  libvpx6-1.10.0_1, ffmpeg-4.3.2_1

ffmpeg with libvpx6-1.10.0_1 seems to cause a ABI version mismatch:
`[libvpx-vp9 @ 0x55c640248fc0] Failed to initialize encoder: ABI version mismatch`

downgrading to libvpx6-1.9.0_1 fixes this issue - seems to be caused by ffmpeg built against older version. Rebuilding ffmpeg with new libvpx should fix the issue.

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

* Re: ffmpeg libvpx ABI mismatch with libvpx6-1.10.0_1
  2021-04-01 23:42 [ISSUE] ffmpeg libvpx ABI mismatch with libvpx6-1.10.0_1 w1kl4s
@ 2021-04-02  0:13 ` ericonr
  2021-04-02  1:21 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-02  0:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29941#issuecomment-812243447

Comment:
Ah, thanks! I had heard about it but hadn't managed to find what exactly changed.

@Johnnynator do you know why only ffmpeg seems to be affected?

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

* Re: ffmpeg libvpx ABI mismatch with libvpx6-1.10.0_1
  2021-04-01 23:42 [ISSUE] ffmpeg libvpx ABI mismatch with libvpx6-1.10.0_1 w1kl4s
  2021-04-02  0:13 ` ericonr
@ 2021-04-02  1:21 ` ericonr
  2021-04-02  1:25 ` w1kl4s
  2021-04-02  1:43 ` [ISSUE] [CLOSED] " q66
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-02  1:21 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29941#issuecomment-812265554

Comment:
Btw, how did you get the error to appear? I couldn't generate it...

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

* Re: ffmpeg libvpx ABI mismatch with libvpx6-1.10.0_1
  2021-04-01 23:42 [ISSUE] ffmpeg libvpx ABI mismatch with libvpx6-1.10.0_1 w1kl4s
  2021-04-02  0:13 ` ericonr
  2021-04-02  1:21 ` ericonr
@ 2021-04-02  1:25 ` w1kl4s
  2021-04-02  1:43 ` [ISSUE] [CLOSED] " q66
  3 siblings, 0 replies; 5+ messages in thread
From: w1kl4s @ 2021-04-02  1:25 UTC (permalink / raw)
  To: ml

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

New comment by w1kl4s on void-packages repository

https://github.com/void-linux/void-packages/issues/29941#issuecomment-812266555

Comment:
Simply running `ffmpeg -i something.mp4 -c:v libvpx out.webm` does it for me - works when downgraded to 1.9, spits out ABI mismatch when upgraded to 1.10.

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

* Re: [ISSUE] [CLOSED] ffmpeg libvpx ABI mismatch with libvpx6-1.10.0_1
  2021-04-01 23:42 [ISSUE] ffmpeg libvpx ABI mismatch with libvpx6-1.10.0_1 w1kl4s
                   ` (2 preceding siblings ...)
  2021-04-02  1:25 ` w1kl4s
@ 2021-04-02  1:43 ` q66
  3 siblings, 0 replies; 5+ messages in thread
From: q66 @ 2021-04-02  1:43 UTC (permalink / raw)
  To: ml

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

Closed issue by w1kl4s on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.11.11_1 x86_64 AuthenticAMD uptodate hold rrrrmmnDFFFF
* package:  
  libvpx6-1.10.0_1, ffmpeg-4.3.2_1

ffmpeg with libvpx6-1.10.0_1 seems to cause a ABI version mismatch:
`[libvpx-vp9 @ 0x55c640248fc0] Failed to initialize encoder: ABI version mismatch`

downgrading to libvpx6-1.9.0_1 fixes this issue - seems to be caused by ffmpeg built against older version. Rebuilding ffmpeg with new libvpx should fix the issue.

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

end of thread, other threads:[~2021-04-02  1:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 23:42 [ISSUE] ffmpeg libvpx ABI mismatch with libvpx6-1.10.0_1 w1kl4s
2021-04-02  0:13 ` ericonr
2021-04-02  1:21 ` ericonr
2021-04-02  1:25 ` w1kl4s
2021-04-02  1:43 ` [ISSUE] [CLOSED] " q66

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