diff --git a/scripts/repair-av.ts b/scripts/repair-av.ts index 2df9798d..1edbe7a0 100644 --- a/scripts/repair-av.ts +++ b/scripts/repair-av.ts @@ -91,7 +91,7 @@ async function main() { 'input.mp4', // force H.264 encoding, better for streaming and compression '-c:v', - 'libx264', + 'copy', // using the aac audio encoder threw a "Pthread aborting at Error" // error during testing, so just using copy '-c:a',