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}`);
|
||||
|
||||
fs.unlinkSync(mp4FilePath);
|
||||
srtFiles.forEach(srt => fs.unlinkSync(`${outputPath}/${srt}`));
|
||||
//fs.unlinkSync(mp4FilePath);
|
||||
//srtFiles.forEach(srt => fs.unlinkSync(`${outputPath}/${srt}`));
|
||||
|
||||
return mkvFilePath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user