}
/// <summary>
- /// Looks up a localized string similar to Enable QuickSync Decoding.
+ /// Looks up a localized string similar to Prefer use of Intel QuickSync for decoding video when available. .
/// </summary>
public static string Options_QsvDecode {
get {
}
}
+ /// <summary>
+ /// Looks up a localized string similar to Choice of encoder will be made available on the 'Video' tab..
+ /// </summary>
+ public static string OptionsView_ChoiceOfEncoderHint {
+ get {
+ return ResourceManager.GetString("OptionsView_ChoiceOfEncoderHint", resourceCulture);
+ }
+ }
+
/// <summary>
/// Looks up a localized string similar to Are you sure you wish to clear the log file directory?.
/// </summary>
}
/// <summary>
- /// Looks up a localized string similar to Enable Nvidia NVENC Encoder.
+ /// Looks up a localized string similar to Allow use of the Nvidia NVENC Encoders.
/// </summary>
public static string OptionsView_EnableNvencEncoding {
get {
}
/// <summary>
- /// Looks up a localized string similar to Enable Intel QuickSync Encoder.
+ /// Looks up a localized string similar to Allow use of the Intel QuickSync Encoders.
/// </summary>
public static string OptionsView_EnableQuicksyncEncoding {
get {
}
/// <summary>
- /// Looks up a localized string similar to Enable AMD VCE Encoder.
+ /// Looks up a localized string similar to Allow use of the AMD VCE Encoders.
/// </summary>
public static string OptionsView_EnableVceEncoding {
get {
<value>Meta Data</value>\r
</data>\r
<data name="OptionsView_EnableNvencEncoding" xml:space="preserve">\r
- <value>Enable Nvidia NVENC Encoder</value>\r
+ <value>Allow use of the Nvidia NVENC Encoders</value>\r
</data>\r
<data name="OptionsView_EnableQuicksyncEncoding" xml:space="preserve">\r
- <value>Enable Intel QuickSync Encoder</value>\r
+ <value>Allow use of the Intel QuickSync Encoders</value>\r
</data>\r
<data name="OptionsView_EnableVceEncoding" xml:space="preserve">\r
- <value>Enable AMD VCE Encoder</value>\r
+ <value>Allow use of the AMD VCE Encoders</value>\r
</data>\r
<data name="OptionsView_InvalidFileFormatChars" xml:space="preserve">\r
<value>The file format entered contained invalid characters. These have been removed. </value>\r
<value>Priority Level:</value>\r
</data>\r
<data name="Options_QsvDecode" xml:space="preserve">\r
- <value>Enable QuickSync Decoding</value>\r
+ <value>Prefer use of Intel QuickSync for decoding video when available. </value>\r
</data>\r
<data name="Options_QsvDecodeForNonFullPath" xml:space="preserve">\r
<value>Also Use QSV Decoding when not using a QuickSync encoder. (i.e. x265) </value>\r
<data name="FiltersViewAuto_DeblockTune" xml:space="preserve">\r
<value>Deblock Tune</value>\r
</data>\r
+ <data name="OptionsView_ChoiceOfEncoderHint" xml:space="preserve">\r
+ <value>Choice of encoder will be made available on the 'Video' tab.</value>\r
+ </data>\r
</root>
\ No newline at end of file
<CheckBox Content="{x:Static Properties:Resources.OptionsView_EnableQuicksyncEncoding}" IsEnabled="{Binding IsQuickSyncAvailable}" IsChecked="{Binding EnableQuickSyncEncoding}" />\r
<CheckBox Content="{x:Static Properties:Resources.OptionsView_EnableVceEncoding}" IsEnabled="{Binding IsVceAvailable}" IsChecked="{Binding EnableVceEncoder}" />\r
<CheckBox Content="{x:Static Properties:Resources.OptionsView_EnableNvencEncoding}" IsEnabled="{Binding IsNvencAvailable}" IsChecked="{Binding EnableNvencEncoder}" />\r
+\r
+ <TextBlock Text="{x:Static Properties:Resources.OptionsView_ChoiceOfEncoderHint}" Margin="0,15,0,0" FontStyle="Italic" />\r
</StackPanel>\r
\r
<TextBlock Text="{x:Static Properties:Resources.Options_Decoding}" FontSize="14" Margin="0,10,0,10" />\r