[PR #13611] [MERGED] fix(server): Revert "fix(server): copy video projection metadata for 360 videos (#12376)" #14004

Closed
opened 2026-02-05 15:24:51 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/13611
Author: @mertalev
Created: 10/20/2024
Status: Merged
Merged: 10/20/2024
Merged by: @alextran1502

Base: mainHead: fix/server-dovi-sidedata


📝 Commits (1)

  • b669889 Revert "fix(server): copy video projection metadata for 360 videos (#12376)"

📊 Changes

2 files changed (+0 additions, -6 deletions)

View changed files

📝 server/src/services/media.service.spec.ts (+0 -5)
📝 server/src/utils/media.ts (+0 -1)

📄 Description

This reverts commit aa0097bde2.

Description

This flag is causing DOVI sidedata to persist in transcoded videos, causing playback issues on clients. There might be a way to persist spherical metadata while still stripping DOVI metadata in the future, but for now this is causing too many issues.

845992ead1/libavformat/movenc.c (L2542)

Fixes #13479

How Has This Been Tested?

Tested that DOVI sidedata doesn't appear when transcoding with this flag removed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/13611 **Author:** [@mertalev](https://github.com/mertalev) **Created:** 10/20/2024 **Status:** ✅ Merged **Merged:** 10/20/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/server-dovi-sidedata` --- ### 📝 Commits (1) - [`b669889`](https://github.com/immich-app/immich/commit/b669889227f3caeff445c66a138ffb25989f608c) Revert "fix(server): copy video projection metadata for 360 videos (#12376)" ### 📊 Changes **2 files changed** (+0 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `server/src/services/media.service.spec.ts` (+0 -5) 📝 `server/src/utils/media.ts` (+0 -1) </details> ### 📄 Description This reverts commit aa0097bde2cca98dc66db25e58ec5c1c1212ccfb. ## Description This flag is causing DOVI sidedata to persist in transcoded videos, causing playback issues on clients. There might be a way to persist spherical metadata while still stripping DOVI metadata in the future, but for now this is causing too many issues. https://github.com/jellyfin/jellyfin-ffmpeg/blob/845992ead16fe912283fa577a211e4612052dc57/libavformat/movenc.c#L2542 Fixes #13479 ## How Has This Been Tested? Tested that DOVI sidedata doesn't appear when transcoding with this flag removed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 15:24:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#14004