Goose
(Goose)
2
您需要为此创建一个自定义配置文件。MCEBuddy 可以区分 AC3 和非 AC3 输入流。详见:
基本上,无论您使用 Handbrake 还是 FFMPEG,都需要类似下面的设置:保留非 AC-3 音频流不变,并将 AC3 音频转换为 AAC。
handbrake-audioac3=-E faac -R auto -B 384 -a 1,2,3,4,5
handbrake-audio=-E copy -a 1,2,3,4,5
AND/OR
ffmpeg-audio=-acodec copy -map 0:a
ffmpeg-audioac3=-acodec libfdk_aac -ab 384k -map 0:a