Skip to content

Commit a0a64cc

Browse files
rrauenzamjhenkes
andauthored
fix: Change ffmpeg to post process at priority 20 (#21587)
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
1 parent 9cdab56 commit a0a64cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/server/lib/video_capture.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@ export async function process (name, cname, videoCompression, ffmpegchaptersConf
284284
debug('processing video from %s to %s video compression %o',
285285
name, cname, videoCompression)
286286

287-
const command = ffmpeg()
287+
const command = ffmpeg({
288+
priority: 20,
289+
})
288290
.addOptions([
289291
// These flags all serve to reduce initial buffering, especially important
290292
// when dealing with very short videos (such as during component tests).

0 commit comments

Comments
 (0)