@@ -112,6 +112,7 @@ class FFmpeg():
'-i', video_file,
'-q:a', '0',
'-map', 'a',
+ '-codec:a', 'libmp3lame', # 指定 MP3 编码器
pw_mp3_path
]
subprocess.run(command)