feat(server): use tonemapx for software tone-mapping (#13785)

This commit is contained in:
Mert 2024-10-31 20:48:23 -04:00 committed by GitHub
parent 5ac236d6fd
commit b9096f3e99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 182 additions and 163 deletions

View file

@ -134,12 +134,6 @@ export class SystemConfigFFmpegDto {
@ApiProperty({ type: 'integer' })
gopSize!: number;
@IsInt()
@Min(0)
@Type(() => Number)
@ApiProperty({ type: 'integer' })
npl!: number;
@ValidateBoolean()
temporalAQ!: boolean;