mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-17 05:22:18 +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('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')}" ` +
|
||||||
|
|||||||
Reference in New Issue
Block a user