diff --git a/index.js b/index.js index b5c8ec2..6040aa9 100644 --- a/index.js +++ b/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;