mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 07:39:05 +00:00
Finished path search & autocomplete. Added font parsing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user