jappeace / cut-the-crap

Automated video editing for streamers
MIT License
103 stars 7 forks source link

Cache steps depending on settings #32

Open jappeace opened 4 years ago

jappeace commented 4 years ago

We can construct a nix style cache for the various steps in editing. This makes it easier to tweak settings. We for example shouldn't need to run silence detection again if we increase the detect margin. Part of this issue is figuring out what can be cached.