goav icon indicating copy to clipboard operation
goav copied to clipboard

Golang bindings for FFmpeg libraries

Results 2 goav issues
Sort by recently updated
recently updated
newest added

this issue have with ffmpeg 4.4 os : windows 10 ``` $ gcc --version gcc.exe (tdm64-1) 9.2.0 $ g++ --version g++.exe (tdm64-1) 9.2.0 ``` ``` # github.com/asticode/goav/avformat vendor\github.com\asticode\goav\avformat\stream_struct.go:42:24: avs.probe_data undefined...

This project https://github.com/minio/c2goasm looks interesting. They mentioned 20x speed in comparison with calling Cgo. I don't do C or anything lower than Go but would it be possible to "compile"...

enhancement