0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00

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

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

This reverts commit aa0097bde2.
This commit is contained in:
Mert 2024-10-20 11:15:50 -04:00 committed by GitHub
parent 8c38d22f42
commit 62e55f3db9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View file

@ -1327,7 +1327,6 @@ describe(MediaService.name, () => {
'-fps_mode passthrough',
'-map 0:0',
'-map 0:1',
'-strict unofficial',
'-v verbose',
'-vf scale=-2:720,format=yuv420p',
'-preset 12',
@ -1453,7 +1452,6 @@ describe(MediaService.name, () => {
'-fps_mode passthrough',
'-map 0:0',
'-map 0:1',
'-strict unofficial',
'-g 256',
'-v verbose',
'-vf format=nv12,hwupload_cuda,scale_cuda=-2:720',
@ -1614,7 +1612,6 @@ describe(MediaService.name, () => {
'-fps_mode passthrough',
'-map 0:0',
'-map 0:1',
'-strict unofficial',
'-bf 7',
'-refs 5',
'-g 256',
@ -1800,7 +1797,6 @@ describe(MediaService.name, () => {
'-fps_mode passthrough',
'-map 0:0',
'-map 0:1',
'-strict unofficial',
'-g 256',
'-v verbose',
'-vf format=nv12,hwupload,scale_vaapi=-2:720:mode=hq:out_range=pc',
@ -2071,7 +2067,6 @@ describe(MediaService.name, () => {
'-fps_mode passthrough',
'-map 0:0',
'-map 0:1',
'-strict unofficial',
'-g 256',
'-v verbose',
'-vf scale_rkrga=-2:720:format=nv12:afbc=1',

View file

@ -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) {