diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-17 08:44:33 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-17 08:44:33 +0200 |
commit | 363f4d522d8ef47dd30537371e7d7ebc53730a48 (patch) | |
tree | 4f2c5741f0e5ec0e798aead20555c423d732f38d /bin/encodevideo+loop+stream | |
parent | 32f01bcedc57b2aef30bbbd37d02ffa77a219a41 (diff) |
Vary x264 speed based on height, and make not on doing same for vpx.
Diffstat (limited to 'bin/encodevideo+loop+stream')
-rwxr-xr-x | bin/encodevideo+loop+stream | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/encodevideo+loop+stream b/bin/encodevideo+loop+stream index 94ea765..a8a5f76 100755 --- a/bin/encodevideo+loop+stream +++ b/bin/encodevideo+loop+stream @@ -16,6 +16,7 @@ FIRSTPORT=${2:-5002} # even number - next 3 ports used too # TODO: resolve this or resize based on it HEIGHT=360 +# TODO: Vary vpx quality based on height SPEED_VPX=15 # inspired by Apple HLS recommendations |