init
This commit is contained in:
commit
0cbcd9a837
9 changed files with 244 additions and 0 deletions
5
encode.sh
Executable file
5
encode.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue