Re: [go-nuts] MPEG-1 Video decoder, MP2 Audio decoder and MPEG-PS Demuxer in pure Go

2022-10-24 Thread Dimas Prawira
Nice Milan, thank you for sharing this. Regards On Sun, Oct 23, 2022 at 11:23 PM Milan Nikolic wrote: > A simple way to get video playback into your app or game. > https://github.com/gen2brain/mpeg > > There is also a live web example here https://gen2brain.github.io/mpeg. > The CPU usage is

[go-nuts] MPEG-1 Video decoder, MP2 Audio decoder and MPEG-PS Demuxer in pure Go

2022-10-23 Thread Milan Nikolic
A simple way to get video playback into your app or game. https://github.com/gen2brain/mpeg There is also a live web example here https://gen2brain.github.io/mpeg. The CPU usage is higher than on the desktop but it is still usable. Interestingly, while TinyGo produced 4x smaller binary, the pe