summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-19 13:17:49 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-11-19 13:17:49 -0500
commit5d69f02c6b8b40047daa5670a812f5965e8a3121 (patch)
tree72ca9b397e70cbbfce04cda1118d0f3e57bb99eb
parent53dba9853bd78dac6d1df70baef43f181ca810f4 (diff)
tweaked sampling quality, changed frames from 50-70
-rw-r--r--www/js/EventCtrl.js1
-rw-r--r--www/js/app.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 999f0766..60987392 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -968,6 +968,7 @@ angular.module('zmApp.controllers')
'gifHeight': ad.h,
'images': imgs,
'interval':1,
+ 'sampleInterval':20,
//'frameDur':5, // 1/2 a sec
'text': 'zmNinja',
'crossOrigin': 'use-credentials',
diff --git a/www/js/app.js b/www/js/app.js
index e606ea33..c3ef262d 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -93,7 +93,7 @@ angular.module('zmApp', [
monSingleImageQualityLowBW: 70,
montageQualityLowBW: 50,
eventMontageQualityLowBW: 50,
- maxGifCount:50,
+ maxGifCount:70,
})