libvpx-go icon indicating copy to clipboard operation
libvpx-go copied to clipboard

Package vpx provides Go bindings for libvpx-1.6.0, the WebM Project VP8/VP9 codec implementation.

Results 10 libvpx-go issues
Sort by recently updated
recently updated
newest added

Hi, I've search a lot on how to fill the vpx.Image but the only function I saw is vpx_img_read() that is declare in tools_common.h. This function is not available in...

``` $ make c-for-go -ccdefs vpx.yml processing vpx.yml ⠋[ERR] vpx/vpx-1.6.0/vpx_encoder.h:109:5: unexpected identifier size_t, expected one of ['}', _Bool, _Complex, _Static_assert, char, const, double, enum, float, int, long, restrict, short, signed,...

I'm trying to use libvpx-go convert image to webm, I didn't see any encoder example. help me pls QaQ

Log: ```sh ➜ go get github.com/xlab/libvpx-go/vpx go: finding github.com/xlab/libvpx-go/vpx latest go: finding github.com/xlab/libvpx-go latest # github.com/xlab/libvpx-go/vpx ../../golang/pkg/mod/github.com/xlab/[email protected]/vpx/const.go:202:36: could not determine kind of name for C.VPX_IMG_FMT_444A ../../golang/pkg/mod/github.com/xlab/[email protected]/vpx/const.go:191:36: could not determine kind...

Hi by using : **go get github.com/xlab/libvpx-go/vpx** I get this error ``` # pkg-config --cflags -- vpx vpx vpx vpx vpx error $PKG_CONFIG_PATH: open vpx.pc: The system cannot find the...

[libvpx v1.8.0](https://chromium.googlesource.com/webm/libvpx/+/v1.8.0) was tagged yesterday ([GitHub](https://github.com/webmproject/libvpx/releases/tag/v1.8.0)), it would be nice if libvpx-go could be updated to this version.

todo

``` go build # github.com/xlab/libvpx-go/cmd/webm-player ./view.go:110:27: not enough arguments in call to nk.NkWindowSetBounds have (*nk.Context, nk.Rect) want (*nk.Context, string, nk.Rect) ``` Signature of a previous version of NkWindowSetBounds perhaps ?...

This project has simple to use decoders, but what about encoders? Specifically, I'd like to be able to encode any image.Image to a VP8 stream.

Latest tag is now [v1.14.1](https://chromium.googlesource.com/webm/libvpx/+/refs/tags/v1.14.1) by the way. Here's the [changelog](https://chromium.googlesource.com/webm/libvpx/+/refs/heads/main/CHANGELOG). _Originally posted by @EwoutH in https://github.com/xlab/libvpx-go/issues/8#issuecomment-2294787502_

enhancement
help wanted

Hi, I tried to run the command, but failed like this: ``` % go run github.com/xlab/libvpx-go/cmd/webm-player@latest go: finding module for package github.com/golang-ui/nuklear/nk go: finding module for package github.com/xlab/vorbis-go/decoder go: finding...