dburckh / ExoPlayer

Deprecated. See https://github.com/dburckh/Media3Avi
Apache License 2.0
3 stars 2 forks source link

Seek to Key Frames only #6

Closed dburckh closed 2 years ago

dburckh commented 2 years ago

Currently the SeekMap allows seeking to any frame in 2 second intervals. The creates a blocky fill in effect for video with P and B frames.

dburckh commented 2 years ago

This change has been pushed. You can now seek to the microsecond level without visual corruption. There is a sync issue with MJPEG, but that's in the Renderer. Working on that now. I'll leave this open while I do more testing.

dburckh commented 2 years ago

Fixed the issue with the MJpeg Renderer and everything thing seems to be working now.