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