diff --git a/lib/encoder.js b/lib/encoder.js index 42a292d..95447c6 100644 --- a/lib/encoder.js +++ b/lib/encoder.js @@ -89,7 +89,6 @@ class Encoder { command += `-qmax 60 ` command += `-g 240 ` command += `-row-mt 1 "${out}.webm" ` - console.log(command) return [command, duration, false] } @@ -125,7 +124,6 @@ class Encoder { command += `-g 240 ` command += `-row-mt 1 -pass 2 "${out}.webm" ` - console.log(command) return [command, duration, isTwoPass] }