stream-poc/encode.sh
2025-10-07 21:38:17 +02:00

5 lines
173 B
Bash
Executable file

#!/bin/bash
mkdir -p video
ffmpeg -i bbb_sunflower_1080p_60fps_normal.mp4 -c:v copy -c:a libmp3lame -q:a 0 -start_number 0 -hls_list_size 0 -s nhd -f hls "video/bbb.m3u8"