5 lines
173 B
Bash
Executable file
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"
|