Removed debug code

This commit is contained in:
KX-Apple 2021-05-03 19:52:00 +02:00
parent 584a36545b
commit 456fc07567

View file

@ -700,7 +700,7 @@ async function downloadStreams(){
fs.unlinkSync(`${muxTrg}.json`);
}
else if(usableFFmpeg){
let ffext = 'mp4'//!argv.mp4 ? 'mkv' : 'mp4';
let ffext = !argv.mp4 ? 'mkv' : 'mp4';
let ffmux = `-i "${muxTrg}.ts" `;
if(plAud.uri){
ffmux += `-i "${muxTrgA}.ts" `;