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

This commit is contained in:
Mert 2024-09-06 00:30:34 -04:00 committed by GitHub
parent 02803816f4
commit aa0097bde2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -115,6 +115,7 @@ 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) {