mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
replace deprecated libvpx option quality with deadline
This commit is contained in:
parent
aaef4b8628
commit
b33dece707
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ defmodule Philomena.Processors.Gif do
|
||||||
"yuv420p",
|
"yuv420p",
|
||||||
"-c:v",
|
"-c:v",
|
||||||
"libvpx",
|
"libvpx",
|
||||||
"-quality",
|
"-deadline",
|
||||||
"good",
|
"good",
|
||||||
"-b:v",
|
"-b:v",
|
||||||
"5M",
|
"5M",
|
||||||
|
|
Loading…
Reference in a new issue