1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-16 21:12:13 +00:00

Fix a small typo in terminal output (#363)

This commit is contained in:
Mahmoud Ashraf
2021-04-07 20:56:00 +02:00
committed by GitHub
parent cea18bbf5e
commit ffd76ba226

View File

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