Skip to content

Commit

Permalink
revert to copy vcodec :(
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox authored Dec 21, 2023
1 parent 215103a commit 2094573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/repair-av.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2094573

Please sign in to comment.