Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
issue #3: optimization thumbnail generating speed
Browse files Browse the repository at this point in the history
  • Loading branch information
azamaulanaaa committed Sep 29, 2020
1 parent d6c28ad commit e57b938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/plugins/thumbnail_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ async def func(filepath):
cmd = [
"ffmpeg",
"-hide_banner",
"-i",
filepath,
'-ss',
str(duration),
"-i",
filepath,
'-vframes',
'1',
'-vf',
Expand Down

0 comments on commit e57b938

Please sign in to comment.