fix(server): consider all I-frames for video thumbnails (#10471)

nointra instead of nokey
This commit is contained in:
Mert 2024-06-18 19:02:33 -04:00 committed by GitHub
parent b21572cb32
commit e58131492d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -384,7 +384,7 @@ export class ThumbnailConfig extends BaseConfig {
}
getBaseInputOptions(): string[] {
return ['-skip_frame nokey', '-sws_flags accurate_rnd+full_chroma_int'];
return ['-skip_frame nointra', '-sws_flags accurate_rnd+full_chroma_int'];
}
getBaseOutputOptions() {