Ticket #29 (new task)

Opened 4 years ago

Last modified 3 years ago

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

Changed 4 years ago by dconrad

  • milestone set to 1.0

Changed 4 years ago by dconrad

(In [265]) First try at mkv idle importing. Refs #29.

Changed 3 years ago by tick

  • milestone changed from 1.0 to Sometime after 1.0

This can be something that gets completely fixed after 1.0

Note: See TracTickets for help on using tickets.