mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 23:19:30 -06:00
FF-1173: Trying to fix channels parsing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user