Skip to content

Commit

Permalink
Update transcode-video.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpalethe authored Jul 4, 2020
1 parent f53c34f commit 448fa9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/transcode-video.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ module.exports = async (opts) => {
.concat([
'-c:v', 'libx264',
'-profile:v', 'main',
'-preset', 'medium',
'-crf', '20',
'-preset', 'veryfast',
'-crf', '16',
'-movflags', 'faststart',
'-pix_fmt', 'yuv420p',
'-r', theme.fps
Expand Down

0 comments on commit 448fa9f

Please sign in to comment.