diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 17:01:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 17:01:49 +0200 |
| commit | 216f240c8ac0a33d920aa467600a777a974d2db9 (patch) | |
| tree | 73ca17b38b2be1d039974f70f2e7f7a9c1a65395 /app/relay | |
| parent | 10d422f5b23f466a828c69890d9e62e515f8f686 (diff) | |
deploy bundle
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/morph.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/relay/modules/morph.js b/app/relay/modules/morph.js index 40223f3..04583a6 100644 --- a/app/relay/modules/morph.js +++ b/app/relay/modules/morph.js @@ -29,6 +29,9 @@ const morph = { if (task.opt.mode === 'average') { params.push('--average-videos') params.push('True') + } else if (task.opt.mode === 'mix_images') { + params.push('--mix-images') + params.push('True') } else { params.push('--mix-videos') params.push('True') |
