summaryrefslogtreecommitdiff
path: root/app/relay/modules/pix2pixhd.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-08-21 15:01:54 +0200
committerJules Laplace <julescarbon@gmail.com>2018-08-21 15:01:54 +0200
commit1599de57b53c78ac05965fe7038f3a8d67c1a3c0 (patch)
tree0e7bd8af877d627df30ff76c075859711c903a45 /app/relay/modules/pix2pixhd.js
parent3f35f35cc83aef3d710eaaff6395b5dc8561c2f0 (diff)
skip frames
Diffstat (limited to 'app/relay/modules/pix2pixhd.js')
-rw-r--r--app/relay/modules/pix2pixhd.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js
index ebfebf2..42c88d6 100644
--- a/app/relay/modules/pix2pixhd.js
+++ b/app/relay/modules/pix2pixhd.js
@@ -120,6 +120,7 @@ const live = {
'--just-copy', '--poll_delay', opt.poll_delay || 0.09,
'--which_epoch', 'latest',
'--norm', 'batch',
+ '--store_b', // comment this line to store all live output
]
},
listen: (task, res, i) => {