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

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