|
@@ -331,7 +331,7 @@ public class SysMusicScoreServiceImpl extends BaseServiceImpl<Integer, SysMusicS
|
|
|
|
|
|
FileUtil.inputStreamToFile(conn.getInputStream(), tempFile);
|
|
|
|
|
|
- String script = "ffmpeg -i " + tempFileName + " -vn -c:a libmp3lame -b:a 192k -ac 2 " + tempTranscodFileName;
|
|
|
+ String script = "ffmpeg -i " + tempFileName + " -vn -c:a libmp3lame -b:a 320k -ac 2 " + tempTranscodFileName;
|
|
|
int i = ScriptUtil.callScript(script);
|
|
|
if (i == 0) {
|
|
|
//转码成功
|