mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(server): consider all I-frames for video thumbnails (#10471)
nointra instead of nokey
This commit is contained in:
parent
b21572cb32
commit
e58131492d
2 changed files with 4 additions and 4 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue