From f85d4ce82fa0f5cd74bde998415bd51e37236454 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 17 Sep 2022 23:56:32 +0200 Subject: [PATCH] support alpine's ffmpeg --- copyparty/th_srv.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/copyparty/th_srv.py b/copyparty/th_srv.py index 8fb7e6e9..ae3e7ee9 100644 --- a/copyparty/th_srv.py +++ b/copyparty/th_srv.py @@ -456,9 +456,7 @@ class ThumbSrv(object): b"compand=.3|.3:1|1:-90/-60|-60/-40|-40/-30|-20/-20:6:0:-90:0.2" b",volume=2" b",showwavespic=s=2048x64:colors=white" - b",convolution=1 1 1 1 1 1 1 1 1:1 1 1 1 1 1 1 1 1:1 1 1 1 1 1 1 1 1:0 -1 0 -1 5 -1 0 -1 0" # idk what im doing but it looks ok - b",unsharp=7:7:5" - b"[o]" + b",convolution=1 1 1 1 1 1 1 1 1:1 1 1 1 1 1 1 1 1:1 1 1 1 1 1 1 1 1:1 -1 1 -1 5 -1 1 -1 1" # idk what im doing but it looks ok ) # fmt: off @@ -469,7 +467,6 @@ class ThumbSrv(object): b"-hide_banner", b"-i", fsenc(abspath), b"-filter_complex", flt, - b"-map", b"[o]", b"-frames:v", b"1", ] # fmt: on