diff --git a/files/tasks.py b/files/tasks.py index c3ce802..a2899a1 100644 --- a/files/tasks.py +++ b/files/tasks.py @@ -235,6 +235,8 @@ def encode_media( # -ss 5 start from 5 second. -t 25 until 25 sec command = [ settings.FFMPEG_COMMAND, + "-threads", + str(settings.FFMPEG_THREADS), "-y", "-ss", "3",