Skip to content

Commit

Permalink
Forgot to change default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
lay295 committed Feb 18, 2020
1 parent 8933844 commit f644557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TwitchDownloaderWPF/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<value>-framerate {fps} -f rawvideo -analyzeduration {max_int} -probesize {max_int} -pix_fmt bgra -video_size {width}x{height} -i -</value>
</setting>
<setting name="FfmpegOutputArgs" serializeAs="String">
<value>-c:v libx264 -preset medium -pix_fmt yuv420p "{save_path}"</value>
<value>-c:v libx264 -preset veryfast -crf 18 -pix_fmt yuv420p "{save_path}"</value>
</setting>
<setting name="Framerate" serializeAs="String">
<value>60</value>
Expand Down
2 changes: 1 addition & 1 deletion TwitchDownloaderWPF/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion TwitchDownloaderWPF/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Value Profile="(Default)">-framerate {fps} -f rawvideo -analyzeduration {max_int} -probesize {max_int} -pix_fmt bgra -video_size {width}x{height} -i -</Value>
</Setting>
<Setting Name="FfmpegOutputArgs" Type="System.String" Scope="User">
<Value Profile="(Default)">-c:v libx264 -preset medium -pix_fmt yuv420p "{save_path}"</Value>
<Value Profile="(Default)">-c:v libx264 -preset veryfast -crf 18 -pix_fmt yuv420p "{save_path}"</Value>
</Setting>
<Setting Name="Framerate" Type="System.Int32" Scope="User">
<Value Profile="(Default)">60</Value>
Expand Down

0 comments on commit f644557

Please sign in to comment.