mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-22 00:03:28 +01:00
Add threads setting to GIF generation
This commit is contained in:
parent
ed13f53060
commit
e959d0d126
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user