Add threads setting to GIF generation

This commit is contained in:
Kyle Maas 2023-10-13 19:29:42 +00:00
parent ed13f53060
commit e959d0d126

View file

@ -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",