mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): copy video projection metadata for 360 videos (#12376)
This commit is contained in:
parent
02803816f4
commit
aa0097bde2
2 changed files with 6 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ export class BaseConfig implements VideoCodecSWConfig {
|
|||
'-fps_mode passthrough',
|
||||
// explicitly selects the video stream instead of leaving it up to FFmpeg
|
||||
`-map 0:${videoStream.index}`,
|
||||
'-strict unofficial',
|
||||
];
|
||||
|
||||
if (audioStream) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue