Ticket #29 (new task)
Faster Matroska importing
| Reported by: | dconrad | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Sometime after 1.0 |
| Component: | matroska | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Importing of Matroska files takes a long time, since we have to construct a full index, and the only way to do so is to scan the entire file for a/v frames. We currently do so twice, actually. The goal would be to only read up to a little before the point in the movie that's currently playing, and support seeking so that we'd import from the keyframe before the seek to the actual seek location. We'd have to keep track of what we've imported so we don't try to import the same frames twice.
Change History
Note: See
TracTickets for help on using
tickets.
