This commit is contained in:
Sam Lavigne
2023-08-18 17:29:08 -04:00
parent 94279a0265
commit fbecacf0b6
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
let out = `ffmpeg ${cInputs}`;
if (cFilters) out += `-vf "${cFilters}"`;
if (cFilters) out += ` -filter_complex "${cFilters}"`;
out += ` ${cOutput}`;