Add missing wantedRemux opt
This commit is contained in:
4
index.js
4
index.js
@@ -518,8 +518,8 @@ const remuxToMKV = async (options) => {
|
|||||||
|
|
||||||
console.log(`✅ MKV remux completed: ${mkvFilePath}`);
|
console.log(`✅ MKV remux completed: ${mkvFilePath}`);
|
||||||
|
|
||||||
fs.unlinkSync(mp4FilePath);
|
//fs.unlinkSync(mp4FilePath);
|
||||||
srtFiles.forEach(srt => fs.unlinkSync(`${outputPath}/${srt}`));
|
//srtFiles.forEach(srt => fs.unlinkSync(`${outputPath}/${srt}`));
|
||||||
|
|
||||||
return mkvFilePath;
|
return mkvFilePath;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user