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",
|
||||
"-c:v",
|
||||
"libvpx",
|
||||
"-quality",
|
||||
"-deadline",
|
||||
"good",
|
||||
"-b:v",
|
||||
"5M",
|
||||
|
|
Loading…
Reference in a new issue