Finished path search & autocomplete. Added font parsing

This commit is contained in:
simon987
2018-04-16 17:25:34 -04:00
parent b454653d51
commit 6d3cceb1b1
15 changed files with 124 additions and 41 deletions

View File

@@ -28,7 +28,7 @@ class ThumbnailGenerator:
try:
(ffmpeg.
input(path)
.output("tmp", vframes=1, f="image2", loglevel="error")
.overwrite_output("tmp", vframes=1, f="image2", loglevel="error")
.run()
)
self.generate_image("tmp", dest_path)