update test

This commit is contained in:
Mees Frensel 2026-06-13 13:18:23 +02:00 committed by GitHub
parent 3fecea0b35
commit 328a1e409d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -459,7 +459,7 @@ describe(SystemConfigService.name, () => {
{
should: 'validate av1 parallelism setting',
config: { ffmpeg: { targetVideoCodec: VideoCodec.Av1, threads: 7 } },
throws: '[ffmpeg] AV1 threads/parallelism must be 0 or 16',
throws: '[ffmpeg] Threads: for AV1, parallelism must be 06',
},
];