Video Maker ships (L3): ffmpeg end-card composite over the team master videos (member name + link + server-generated QR as PPM), audio preserved, metered; ffmpeg+ttf-dejavu added to the image; tile live

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-08-28 08:37:59 -05:00
parent 7c3e98eaa9
commit 44816571b6
6 changed files with 315 additions and 2 deletions
+2
View File
@@ -1,4 +1,6 @@
FROM node:22-alpine
# ffmpeg + a TTF for the Video Maker's end-card drawtext (small: ~40MB total)
RUN apk add --no-cache ffmpeg ttf-dejavu
WORKDIR /app
COPY . .
RUN mkdir -p /app/data