closes #123, closes #122, closes #118, bump selkies and pixelflux, fix stream switching from and to cpu mode, fix res clamping to max out at 4096, increase GOP length vaapi

This commit is contained in:
thelamer 2026-01-12 17:57:48 -05:00
parent f3d56a337a
commit dfde6eb8d0
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f 3ff61d3cc017e8492630bf0db2449bc556e20f2e
git checkout -f 0b649144b958c38aa33ba8d76befe4d4bcb14e76
RUN \
echo "**** build shared core library ****" && \
@ -192,10 +192,11 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/3ff61d3cc017e8492630bf0db2449bc556e20f2e.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/0b649144b958c38aa33ba8d76befe4d4bcb14e76.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \
sed -i '/"av>/d' pyproject.toml && \
sed -i '/cryptography/d' pyproject.toml && \
python3 \
-m venv \

View File

@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f 3ff61d3cc017e8492630bf0db2449bc556e20f2e
git checkout -f 0b649144b958c38aa33ba8d76befe4d4bcb14e76
RUN \
echo "**** build shared core library ****" && \
@ -190,10 +190,11 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/3ff61d3cc017e8492630bf0db2449bc556e20f2e.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/0b649144b958c38aa33ba8d76befe4d4bcb14e76.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \
sed -i '/"av>/d' pyproject.toml && \
sed -i '/cryptography/d' pyproject.toml && \
python3 \
-m venv \