mpeg icon indicating copy to clipboard operation
mpeg copied to clipboard

MPEG-1 Video decoder, MP2 Audio decoder and MPEG-PS Demuxer in pure Go

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

Seems to only happen when the video time doesn't perfectly match the mpeg time. For example, the following program works fine if the seek position is `3000*time.Milliseconds`, but breaks at...

There are quite a few reasons why I have doubts about the precision of both `Demuxer.StartTime()` and `Demuxer.Duration()`: - `StartTime()` caches the `startTime` value and reuses it on subsequent calls...