Fix video thumbnail creation when delay > video length

This commit is contained in:
Simon Conseil
2020-11-25 23:20:41 -03:00
parent 4b9aecb41e
commit 94ce7d52cc
2 changed files with 13 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ title = 'Sigal test gallery ☺'
source = 'pictures'
thumb_suffix = '.tn'
keep_orig = True
thumb_video_delay = 5
links = [('Example link', 'http://example.org'),
('Another link', 'http://example.org')]