Skip to content

Commit

Permalink
Update video-utils.js
Browse files Browse the repository at this point in the history
x265 avx512
  • Loading branch information
a18090 authored Mar 5, 2024
1 parent c4274e4 commit 3eb973b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/extractor/src/extract/video/video-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function getFfmpegArgs(entry, options) {

const defaultFfmpegArgs = [
`-c:v ${ffmpegOptions.videoEncoder}`,
'-x265-params asm=avx512',
'-c:a aac',
`-r ${ffmpegOptions.frameRate}`,
`-vf scale=${ffmpegOptions.scale}`,
Expand Down

0 comments on commit 3eb973b

Please sign in to comment.