mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fix user export
This commit is contained in:
parent
6f3b827d6c
commit
766b3f237d
2 changed files with 68 additions and 1 deletions
|
@ -391,7 +391,7 @@ export class VideosExporter extends AbstractUserExporter<VideoExportJSON> {
|
|||
if (separatedAudioFile) {
|
||||
const stream = new PassThrough()
|
||||
|
||||
await new VideoDownload({ video, videoFiles: [ videoFile, separatedAudioFile ] })
|
||||
new VideoDownload({ video, videoFiles: [ videoFile, separatedAudioFile ] })
|
||||
.muxToMergeVideoFiles(stream)
|
||||
.catch(err => logger.error('Cannot mux video files', { err }))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue