From 20945732aa2609c9eaeda66a3af79ea22c9ef8a9 Mon Sep 17 00:00:00 2001 From: Adam Cox Date: Thu, 21 Dec 2023 15:12:21 -0600 Subject: [PATCH] revert to copy vcodec :( --- scripts/repair-av.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',