Skip to content

Commit

Permalink
Reduce video quality to crf 28
Browse files Browse the repository at this point in the history
  • Loading branch information
soruly committed Sep 25, 2024
1 parent dd4faa2 commit 9f5a3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const generateVideoPreview = async (filePath, start, end, size = "m", mute = fal
"-c:v",
"libx264",
"-crf",
"23",
"28",
"-profile:v",
"high",
"-preset",
Expand Down

0 comments on commit 9f5a3da

Please sign in to comment.