Skip to content

Commit

Permalink
Improve ProRes encoding speed (still disabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Sep 21, 2019
1 parent 376a690 commit ca36cce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions render.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ function ffmpegOutput(fps, outPath, { alpha }) {
// ...['-c:v', 'prores_ks'],
// ...['-pix_fmt', 'yuva444p10le'],
// ...['-profile:v', '4444'],
// https://www.ffmpeg.org/ffmpeg-codecs.html#Speed-considerations
// ...['-qscale', '4']
]
: [
...['-c:v', 'libx264'],
Expand Down

0 comments on commit ca36cce

Please sign in to comment.