Skip to content

Commit

Permalink
Change default settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
yutokun committed Jun 22, 2019
1 parent 93294a8 commit 4cb3983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<StackPanel>
<DockPanel>
<Label>Codec</Label>
<ComboBox Name="VideoCodec" SelectedIndex="0">
<ComboBox Name="VideoCodec" SelectedIndex="1">
<ComboBoxItem>copy</ComboBoxItem>
<ComboBoxItem>hevc_nvenc</ComboBoxItem>
<ComboBoxItem>hevc</ComboBoxItem>
Expand All @@ -58,7 +58,7 @@
</DockPanel>
<DockPanel>
<Label>Simul.</Label>
<CheckBox Name="Simultaneously" />
<CheckBox Name="Simultaneously" IsChecked="True" />
</DockPanel>
</StackPanel>
</GroupBox>
Expand Down

0 comments on commit 4cb3983

Please sign in to comment.