2 Commits

Author SHA1 Message Date
Godzil
a346ab8854 1.1.14 2017-02-01 08:53:23 +00:00
Godzil
499530141e Disable debug message about ffmpeg 2017-02-01 08:53:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"type": "git", "type": "git",
"url": "git://github.com/Godzil/crunchyroll.js.git" "url": "git://github.com/Godzil/crunchyroll.js.git"
}, },
"version": "1.1.13", "version": "1.1.14",
"bin": { "bin": {
"crunchy": "./bin/crunchy" "crunchy": "./bin/crunchy"
}, },

View File

@@ -20,7 +20,7 @@ import log = require('../log');
} }
else if (mode == "HLS") else if (mode == "HLS")
{ {
log.debug("Experimental FFMPEG, MAY FAIL!!!"); //log.debug("Experimental FFMPEG, MAY FAIL!!!");
var cmd=command("ffmpeg") + ' ' + var cmd=command("ffmpeg") + ' ' +
'-i "' + rtmpInputPath + '" ' + '-i "' + rtmpInputPath + '" ' +
'-c copy -bsf:a aac_adtstoasc ' + '-c copy -bsf:a aac_adtstoasc ' +