Initial commit: monorepo Match Live TV.
Rails API, app Flutter, infrastruttura Docker/MediaMTX, sito marketing e documentazione di deploy. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
infra/slates/README.md
Normal file
11
infra/slates/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Slate video (offline)
|
||||
|
||||
Place `offline.mp4` here — H.264 + AAC, 1280x720, 30fps, 48kHz stereo.
|
||||
Must match phone encoder settings for seamless `alwaysAvailable` merge.
|
||||
|
||||
Generate a test slate with ffmpeg:
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
||||
BIN
infra/slates/offline.mp4
Normal file
BIN
infra/slates/offline.mp4
Normal file
Binary file not shown.
Reference in New Issue
Block a user