mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-12 09:39:42 +00:00
Compare commits
1 Commits
cea18bbf5e
...
aria2c_for
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffd76ba226 |
@@ -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