mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
increase muxq again
This commit is contained in:
parent
60d75a9a4f
commit
781eda345c
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ defmodule Philomena.Processors.Webm do
|
||||||
"-threads",
|
"-threads",
|
||||||
"1",
|
"1",
|
||||||
"-max_muxing_queue_size",
|
"-max_muxing_queue_size",
|
||||||
"512",
|
"4096",
|
||||||
webm
|
webm
|
||||||
])
|
])
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ defmodule Philomena.Processors.Webm do
|
||||||
"-threads",
|
"-threads",
|
||||||
"1",
|
"1",
|
||||||
"-max_muxing_queue_size",
|
"-max_muxing_queue_size",
|
||||||
"512",
|
"4096",
|
||||||
mp4
|
mp4
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue