You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
System
Void 5.11.11_1 x86_64 AuthenticAMD uptodate hold rrrrmmnDFFFF
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.
The text was updated successfully, but these errors were encountered: