Skip to content

Commit cd4c815

Browse files
committed
disable ffmpeg logs
1 parent c03dd58 commit cd4c815

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

FluentFin/App.xaml.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,11 @@ private static void StartFlyleaf()
235235
{
236236
FFmpegDevices = false, // Prevents loading avdevice/avfilter dll files. Enable it only if you plan to use dshow/gdigrab etc.
237237
FFmpegPath = location ?? "FFmpeg",
238-
FFmpegLogLevel = Flyleaf.FFmpeg.LogLevel.Trace,
239-
LogLevel = FlyleafLib.LogLevel.Trace,
238+
FFmpegLogLevel = Flyleaf.FFmpeg.LogLevel.Quiet,
239+
LogLevel = FlyleafLib.LogLevel.Quiet,
240240
UIRefresh = true, // Required for Activity, BufferedDuration, Stats in combination with Config.Player.Stats = true
241241
UIRefreshInterval = 250, // How often (in ms) to notify the UI
242242
UICurTimePerSecond = true, // Whether to notify UI for CurTime only when it's second changed or by UIRefreshInterval
243-
LogOutput = "Test.txt"
244243
});
245244
}
246245
}

0 commit comments

Comments
 (0)