diff --git a/butterflow-ui/Controls.xaml b/butterflow-ui/Controls.xaml index 120b8f9..7cb9e80 100644 --- a/butterflow-ui/Controls.xaml +++ b/butterflow-ui/Controls.xaml @@ -5,19 +5,33 @@ - + - - + + + + + + diff --git a/butterflow-ui/Localization/Localization.Designer.cs b/butterflow-ui/Localization/Localization.Designer.cs index 47ff935..249749c 100644 --- a/butterflow-ui/Localization/Localization.Designer.cs +++ b/butterflow-ui/Localization/Localization.Designer.cs @@ -177,6 +177,15 @@ namespace butterflow_ui.Localization { } } + /// + /// Looks up a localized string similar to Renders the output video with the audio from the original video. In unchecked, no sound will be included in the output video.. + /// + public static string KeepAudioDescription { + get { + return ResourceManager.GetString("KeepAudioDescription", resourceCulture); + } + } + /// /// Looks up a localized string similar to Keep Audio. /// @@ -186,6 +195,15 @@ namespace butterflow_ui.Localization { } } + /// + /// Looks up a localized string similar to Renders the video without lossy compression. The video will not lose any visual quality, but it will result in a very large output file.. + /// + public static string LosslessDescription { + get { + return ResourceManager.GetString("LosslessDescription", resourceCulture); + } + } + /// /// Looks up a localized string similar to Lossless Quality. /// diff --git a/butterflow-ui/Localization/Localization.resx b/butterflow-ui/Localization/Localization.resx index 1d9a3ca..ed8329a 100644 --- a/butterflow-ui/Localization/Localization.resx +++ b/butterflow-ui/Localization/Localization.resx @@ -135,9 +135,15 @@ Height + + Renders the output video with the audio from the original video. In unchecked, no sound will be included in the output video. + Keep Audio + + Renders the video without lossy compression. The video will not lose any visual quality, but it will result in a very large output file. + Lossless Quality diff --git a/butterflow-ui/MainWindow.xaml b/butterflow-ui/MainWindow.xaml index 2f23cc2..d6fae79 100644 --- a/butterflow-ui/MainWindow.xaml +++ b/butterflow-ui/MainWindow.xaml @@ -7,7 +7,7 @@ xmlns:butterflow_ui="clr-namespace:butterflow_ui" mc:Ignorable="d" x:Name="butterflowUIWindow" - Title="{x:Static loc:Localization.Title}" Height="450" Width="800"> + Title="{x:Static loc:Localization.Title}" Height="600" Width="800"> @@ -25,10 +25,10 @@ - - + + @@ -81,10 +81,10 @@ - + - +