mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 17:25:35 +03:00
Revert "fix(server): copy video projection metadata for 360 videos (#12376)"
This reverts commit aa0097bde2.
This commit is contained in:
@@ -118,7 +118,6 @@ 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) {
|
||||
|
||||
Reference in New Issue
Block a user