mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Revert "fix(server): copy video projection metadata for 360 videos (#12376)"
This reverts commit aa0097bde2.
This commit is contained in:
parent
8c38d22f42
commit
62e55f3db9
2 changed files with 0 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue