reverted max clip
This commit is contained in:
parent
f1dc3f3386
commit
5406bd92d2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class ytpCommand extends Command {
|
||||||
sourceList: asset,
|
sourceList: asset,
|
||||||
outro: './asset/ytp/outro.mp4', // Need an outro or it won't work
|
outro: './asset/ytp/outro.mp4', // Need an outro or it won't work
|
||||||
OUTPUT_FILE: `${os.tmpdir()}/${message.id}_YTP.mp4`,
|
OUTPUT_FILE: `${os.tmpdir()}/${message.id}_YTP.mp4`,
|
||||||
MAX_CLIPS: 100,
|
MAX_CLIPS: 20,
|
||||||
transitions: true,
|
transitions: true,
|
||||||
effects: {
|
effects: {
|
||||||
effect_RandomSound: true,
|
effect_RandomSound: true,
|
||||||
|
|
Loading…
Reference in a new issue