Files
eminuxandCursor 41d4235258 Aggiunge copertina sponsor custom solo Premium Full, con override in wizard e slate sui nodi di streaming.
Permette upload da portale e app con ereditarietà partita→squadra→società, generazione MP4 via ffmpeg e distribuzione su home lab e nodi CPX per pause e assenza segnale.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-19 23:47:17 +02:00
..

Slate video (offline)

Genera da brand/CopertinaCanale_6.png:

cd infra && bash scripts/generate_slate.sh

Output: offline.mp4 — H.264 + AAC, 1280×720, 30fps, 48 kHz mono. Must match phone encoder settings for seamless alwaysAvailable merge.

Generate a test slate with ffmpeg:

ffmpeg -f lavfi -i color=c=0x1a1a1a:s=1280x720:r=30 -f lavfi -i sine=frequency=440:sample_rate=48000 \
  -t 10 -c:v libx264 -pix_fmt yuv420p -g 30 -c:a aac -b:a 128k offline.mp4