Skip to content

Commit

Permalink
fix: remove memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mfts committed Jan 11, 2025
1 parent 889ee61 commit d64c5e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/trigger/optimize-video-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export const processVideo = task({
`-keyint_min ${keyframeInterval}`,
"-sc_threshold 0",
"-movflags +faststart",
"-memory_limit 1000M",
])
.output(outputPath)
.on("start", (cmd) => {
Expand Down

0 comments on commit d64c5e9

Please sign in to comment.