ffmpeg-templates icon indicating copy to clipboard operation
ffmpeg-templates copied to clipboard

caching

Open andykais opened this issue 3 years ago • 0 comments

ffprobe caching

store ffprobe output in ffmpeg-projects/<input>.json files.

cache busting

  • either get smart with video timestamps,
  • or add a --clear-cache/--overwrite-cache flag

font asset caching

only rebuild font assets when template instructions have changed. We can do this with a single captions_cache_table.json file.

andykais avatar Feb 15 '22 18:02 andykais