sobotka / olive

NLE video editor
GNU General Public License v3.0
2 stars 1 forks source link

[TODO] Handle audio disk cache files #98

Closed itsmattkc closed 3 years ago

itsmattkc commented 4 years ago

General TODO Summary Olive caches audio transcodes as well as waveform visuals to disk, but these are never managed or cleaned up by the system. Since waveforms are matched to clips by pointers, in rare cases between sessions, they can match to the wrong clip.

Additional Information / Notes Audio transcodes can probably just be added to the DiskManager since there's a mechanism in place to re-index and re-conform audio on demand. Audio caches and waveforms are a slightly different story since they're currently somewhat "session-based", but there's probably a system that can be used for those.