Add log output to Video Compressor

better-liveGrid-monitor-item
Moe 2023-02-17 08:34:28 -08:00
parent 2a407d65b1
commit 855894dece
2 changed files with 4 additions and 0 deletions

View File

@ -562,6 +562,8 @@
"Email address is in use.": "Email address is in use.",
"Account Created": "Account Created",
"Account Edited": "Account Edited",
"Compression Info": "Compression Info",
"Compression Error": "Compression Error",
"Group Key is in use.": "Group Key is in use.",
"adminAccountCreatedMsg": "Your account has been created. Access the account at the primary login page (Non-Superuser).",
"adminAccountEditedMsg": "Your account has been edited. You may need to restart Shinobi for some changes to take effect.",

View File

@ -427,6 +427,8 @@ module.exports = (s,config,lang) => {
},'GRP_'+groupKey);
onPercentChange(percent)
s.debugLog('stderr',outputFilePath,`${percent}%`)
}else{
s.debugLog('stderr',lang['Compression Info'],text)
}
})
videoBuildProcess.on('exit',async function(data){