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:
@@ -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')}" ` +
|
||||
|
||||
Reference in New Issue
Block a user