mpeg
mpeg copied to clipboard
MPEG-1 Video decoder, MP2 Audio decoder and MPEG-PS Demuxer in pure Go
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...
There's method `NumVideoStreams`, which, as referred in the doc, only returns 0 or 1. So will it return 2 if a clip with 2 video streams is provided? And there's...