FF-1173: Trying to fix channels parsing

This commit is contained in:
John Andrews
2024-01-07 12:21:39 +13:00
parent 246fb77cae
commit dcc8a6ca82

View File

@@ -220,7 +220,7 @@ public class FfmpegBuilderAudioAddTrack : FfmpegBuilderNode
{
args.Logger?.ILog("EAC3 detected with 7.1, switch to 5.1");
totalChannels = 6;
Channels = 5.1f;
Channels = 6;
}
int bitrate = Bitrate;