improve ffmpeg command

This commit is contained in:
an-lee
2024-10-22 11:33:16 +08:00
parent 46d3f73614
commit d853e3b55c

View File

@@ -305,7 +305,11 @@ export default class FfmpegWrapper {
"-crf",
"30",
"-preset",
"superfast"
"superfast",
"-c:a",
"aac",
"-b:a",
"128k"
)
.on("start", (commandLine) => {
logger.info("Spawned FFmpeg with command: " + commandLine);