Add hwaccelerated scalling flags

This commit is contained in:
2024-02-23 02:08:31 +01:00
parent ae1dee9d51
commit 43350ee1fd
6 changed files with 36 additions and 3 deletions
+1
View File
@@ -2,6 +2,7 @@ FROM golang:1.21
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y \
ffmpeg libavformat-dev libavutil-dev libswscale-dev libmediainfo-dev \
&& apt-get clean autoclean -y \
&& apt-get autoremove -y
RUN go install github.com/bokwoon95/wgo@latest
WORKDIR /app