@@ -110,8 +110,8 @@ class FFmpeg():
command = [
'ffmpeg',
'-i', video_file,
- '-c:a', 'aac', # 使用AAC编码器
- '-b:a', '256k', # 设置音频比特率
+ '-q:a', '0',
+ '-map', 'a',
pw_mp3_path
]
subprocess.run(command)