Fixed a bug
This commit is contained in:
parent
dc5a1dd8aa
commit
6047a71d56
3 changed files with 18 additions and 18 deletions
|
@ -5,5 +5,5 @@
|
|||
|
||||
#ffmpeg -y -i "$1" -ar 44100 -vcodec libx264 -b 1000k -g 150 -r 20 -f flv - | ./Server_PLS 500
|
||||
|
||||
ffmpeg -i "$1" -re -acodec aac -ar 44100 -vcodec libx264 -b 700k -vpre ultrafast -refs 1 -bf 0 -g 150 -f flv - 2> /dev/null | ./Server_PLS 500
|
||||
ffmpeg -i "$1" -re -acodec aac -ar 11025 -vcodec libx264 -b 700k -vpre ultrafast -refs 1 -bf 0 -g 150 -f flv - 2> /dev/null | ./Server_PLS 500
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue