increase muxq again

This commit is contained in:
byte[] 2020-05-26 17:30:22 -04:00
parent 60d75a9a4f
commit 781eda345c

View file

@ -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
]) ])