summaryrefslogtreecommitdiff
path: root/bin/decode+edit+loop+encode+stream
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-17 08:44:33 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-17 08:44:33 +0200
commit363f4d522d8ef47dd30537371e7d7ebc53730a48 (patch)
tree4f2c5741f0e5ec0e798aead20555c423d732f38d /bin/decode+edit+loop+encode+stream
parent32f01bcedc57b2aef30bbbd37d02ffa77a219a41 (diff)
Vary x264 speed based on height, and make not on doing same for vpx.
Diffstat (limited to 'bin/decode+edit+loop+encode+stream')
-rwxr-xr-xbin/decode+edit+loop+encode+stream1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/decode+edit+loop+encode+stream b/bin/decode+edit+loop+encode+stream
index ba70b02..a620eb1 100755
--- a/bin/decode+edit+loop+encode+stream
+++ b/bin/decode+edit+loop+encode+stream
@@ -21,6 +21,7 @@ ITERATIONS=${3-0} # endless by default
HEIGHT=360
+# TODO: Vary vpx quality based on height
SPEED_VPX=15
# inspired by Apple HLS recommendations