Skip to content

Commit

Permalink
Adding a missing GOP size parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenkhenry authored Nov 23, 2018
1 parent bf88e7f commit a57c927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ then
-map '[5out]' -c:v:4 ${nvenc} -g 50 -b:v:4 3300k \
-map '[6out]' -c:v:5 ${nvenc} -g 50 -b:v:5 6000k \
-map '[7out]' -c:v:6 ${nvenc} -g 50 -b:v:6 12000k \
-map '[8out]' -c:v:7 ${nvenc} -b:v:7 20000k \
-map '[8out]' -c:v:7 ${nvenc} -g 50 -b:v:7 20000k \
-c:a:0 aac -b:a 128k -map 0:a \
${hlsargs} \
-var_stream_map "a:0,agroup:teh_audio \
Expand Down

0 comments on commit a57c927

Please sign in to comment.