1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-02-12 01:29:42 +00:00

1 Commits

Author SHA1 Message Date
Mahmoud Ashraf
ffd76ba226 Fix a small typo in terminal output (#363) 2021-04-07 21:56:00 +03:00

View File

@@ -321,7 +321,7 @@ async function downloadVideo(videoGUIDs: Array<string>,
logger.info('Decrypted!\n');
logger.info('Merging vdeo and audio together...\n');
logger.info('Merging video and audio together...\n');
const mergeCommand = (
// add video input
`ffmpeg -i "${path.join(videoSegmentsDir.name, video.filename + '.video')}" ` +