Skip to content

Commit

Permalink
Merge branch 'tgriesser/fix/22038-esm-import-windows' of github.com:c…
Browse files Browse the repository at this point in the history
…ypress-io/cypress into tgriesser/fix/22038-esm-import-windows

* 'tgriesser/fix/22038-esm-import-windows' of github.com:cypress-io/cypress:
  fix: Change ffmpeg to post process at priority 20 (#21587)
  • Loading branch information
tgriesser committed Jun 2, 2022
2 parents 98608d8 + b6b9e05 commit 7353283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/server/lib/video_capture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ export async function process (name, cname, videoCompression, ffmpegchaptersConf
debug('processing video from %s to %s video compression %o',
name, cname, videoCompression)

const command = ffmpeg()
const command = ffmpeg({
priority: 20,
})
.addOptions([
// These flags all serve to reduce initial buffering, especially important
// when dealing with very short videos (such as during component tests).
Expand Down

0 comments on commit 7353283

Please sign in to comment.