From f644557e41db536818e88a50b0240c7664a4b298 Mon Sep 17 00:00:00 2001 From: lay295 Date: Mon, 17 Feb 2020 20:29:29 -0500 Subject: [PATCH] Forgot to change default setting --- TwitchDownloaderWPF/App.config | 2 +- TwitchDownloaderWPF/Properties/Settings.Designer.cs | 2 +- TwitchDownloaderWPF/Properties/Settings.settings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TwitchDownloaderWPF/App.config b/TwitchDownloaderWPF/App.config index ea7fa75e..de5d94f4 100644 --- a/TwitchDownloaderWPF/App.config +++ b/TwitchDownloaderWPF/App.config @@ -70,7 +70,7 @@ -framerate {fps} -f rawvideo -analyzeduration {max_int} -probesize {max_int} -pix_fmt bgra -video_size {width}x{height} -i - - -c:v libx264 -preset medium -pix_fmt yuv420p "{save_path}" + -c:v libx264 -preset veryfast -crf 18 -pix_fmt yuv420p "{save_path}" 60 diff --git a/TwitchDownloaderWPF/Properties/Settings.Designer.cs b/TwitchDownloaderWPF/Properties/Settings.Designer.cs index aafb9043..56cc955d 100644 --- a/TwitchDownloaderWPF/Properties/Settings.Designer.cs +++ b/TwitchDownloaderWPF/Properties/Settings.Designer.cs @@ -230,7 +230,7 @@ public string FfmpegInputArgs { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("-c:v libx264 -preset medium -pix_fmt yuv420p \"{save_path}\"")] + [global::System.Configuration.DefaultSettingValueAttribute("-c:v libx264 -preset veryfast -crf 18 -pix_fmt yuv420p \"{save_path}\"")] public string FfmpegOutputArgs { get { return ((string)(this["FfmpegOutputArgs"])); diff --git a/TwitchDownloaderWPF/Properties/Settings.settings b/TwitchDownloaderWPF/Properties/Settings.settings index 94abf6e2..88ef424f 100644 --- a/TwitchDownloaderWPF/Properties/Settings.settings +++ b/TwitchDownloaderWPF/Properties/Settings.settings @@ -54,7 +54,7 @@ -framerate {fps} -f rawvideo -analyzeduration {max_int} -probesize {max_int} -pix_fmt bgra -video_size {width}x{height} -i - - -c:v libx264 -preset medium -pix_fmt yuv420p "{save_path}" + -c:v libx264 -preset veryfast -crf 18 -pix_fmt yuv420p "{save_path}" 60