remove bracket
This commit is contained in:
parent
293a43a7b5
commit
8dc8b3aac7
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ rtmp {
|
|||
-c:v libx264 -b:v 2800k -maxrate 2996k -vf "scale=1280:trunc(ow/a/2)*2" -c:a aac -ar 48000 -b:a 128k -bufsize 4200k -tune zerolatency -preset veryfast -crf 23 -g 60 -hls_list_size 0 -f flv rtmp://localhost/hls/$name_720p
|
||||
-c:v libx264 -b:v 5000k -maxrate 5350k -vf "scale=1920:trunc(ow/a/2)*2" -c:a aac -ar 48000 -b:a 192k -bufsize 7500k -tune zerolatency -preset veryfast -crf 23 -g 60 -hls_list_size 0 -f flv rtmp://localhost/hls/$name_1080p
|
||||
-c copy -f flv rtmp://localhost/hls/$name_source;
|
||||
}
|
||||
|
||||
## YOUTUBE PUSH OPTIONS ##
|
||||
# push rmtp://localhost/youtube; # Uncomment this to use application on localhost (MUST BE SPECIFIED). OR simply use the following line:
|
||||
|
|
Loading…
Reference in a new issue