summaryrefslogtreecommitdiff
path: root/export.js
diff options
context:
space:
mode:
Diffstat (limited to 'export.js')
-rw-r--r--export.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/export.js b/export.js
index 149bab1..b28cd87 100644
--- a/export.js
+++ b/export.js
@@ -104,7 +104,7 @@ function convertAndCopy(filename){
console.log(copyTo);
console.log(copyFrom);
- var cmd = "ffmpeg -y -i '" + copyFrom + "' -preset veryfast -movflags faststart -profile:v high -level 4.2 '" + copyTo + "'";
+ var cmd = "ffmpeg -y -i '" + copyFrom + "' -preset veryfast -movflags faststart -profile:v high -level 4.2 -max_muxing_queue_size 9999 -vf mpdecimate -vsync vfr '" + copyTo + "'";
console.log("converting using: " + cmd);