Results 43 comments of alex

Ah... you're right. I've been thinking about repackage. For now it seems outdated... unfortunately

Fixed. a82dea416d15ba237c59107a65ad973a6cac3da9

Quite weird... I've installed it right now on some linux host with fresh ubuntu, just by doing `go get github.com/3d0c/imagio`. Ensure, that go 1.3 is in your PATH, remove all...

Fixed by a82dea416d15ba237c59107a65ad973a6cac3da9

Here is a comment from `decode.h` of `libavcodec` ``` /** * Called by decoders to get the next packet for decoding. * * @param pkt An empty packet to be...

Feel free to contribute, would be great to have another one Decode function, let's name it Decode2 for backward compatibility

Hello, @hasnhasan Most filters are working pretty straightforward - just - create new one with `gmf.NewFilter()` and pass filter description - put frame into with `filter.AddFrame()` - get filtered frame...

Hi, @Hpsyche As far as I remember there is no ready to use function to do it. So you have to do it manually. I have ported original faststart to...

Could you please clarify your request, what does it mean "place inside video", you wanna make a video from sequence of images... or what? Please give some use case.