Skip to content

Commit

Permalink
handle temporal AQ
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed May 16, 2024
1 parent 7b26b04 commit 54dbbf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/utils/media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ export class NvencHwDecodeConfig extends NvencSwDecodeConfig {
'deband_threshold=6',
'downscaler=none',
'format=yuv420p',
`peak_detect=${this.config.temporalAQ ? 'true' : 'false'}`, // colors are distorted before a scene change when both temporal AQ and peak detection are enabled
`tonemapping=${this.shouldToneMap(videoStream) ? this.config.tonemap : 'clip'}`,
'upscaler=none',
];
Expand Down

0 comments on commit 54dbbf9

Please sign in to comment.