mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 04:39:31 -06:00
fixed logging
This commit is contained in:
@@ -214,7 +214,7 @@ public class FfmpegBuilderAudioLanguageConverter : FfmpegBuilderNode
|
||||
|
||||
int bitrate = totalChannels * Bitrate;
|
||||
args.Logger?.ILog("Total channels: " + totalChannels);
|
||||
args.Logger?.ILog("Bitrate Per Channel: " + bitrate);
|
||||
args.Logger?.ILog("Bitrate Per Channel: " + Bitrate);
|
||||
|
||||
args.Logger?.ILog("Total Bitrate: " + bitrate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user