From c0bb5c4dd1476d975f872cbf0ab317bae6e1160f Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Wed, 14 Dec 2016 13:47:22 -0800 Subject: [PATCH] LinGui: tooltip revisions Update decomb/deinterlace tooltip to reflect new behavior. Add tooltips for audio and subtitle selection behavior and language lists. --- gtk/src/ghb.m4 | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index 7de7e74ab..926e5b358 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -3041,13 +3041,11 @@ filter_output([ True False GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Choose decomb or deinterlace filter options. - -The decomb filter selectively deinterlaces frames that appear to be interlaced. -This will preserve quality in frames that are not interlaced. + Choose decomb or deinterlace filter. -The classic deinterlace filter is applied to all frames. -Frames that are not interlaced will suffer some quality degradation. +The decomb filter supports a variety of interpolation algorithms. +The deinterlace filter is a classic YADIF deinterlacer. + @@ -3078,11 +3076,11 @@ Frames that are not interlaced will suffer some quality degradation. True False GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - The decomb filter selectively deinterlaces frames that appear to be interlaced. -This will preserve quality in frames that are not interlaced. + Choose decomb or deinterlace filter options. -The classic deinterlace filter is applied to all frames. -Frames that are not interlaced will suffer some quality degradation. +The decomb filter supports a variety of interpolation algorithms. +The deinterlace filter is a classic YADIF deinterlacer. + @@ -3095,9 +3093,7 @@ Frames that are not interlaced will suffer some quality degradation. True - Custom denoise filter string format - -SpatialLuma:SpatialChroma:TemporalLuma:TemporalChroma + 8 False False @@ -4081,6 +4077,7 @@ Colon separated list of encoder options. True GTK_ALIGN_CENTER False + Choose which audio tracks of the source media are used. @@ -4136,6 +4133,8 @@ Colon separated list of encoder options. True True + Create a list of languages you would like to select audio for. +Tracks matching these languages will be selected using the chosen Selection Behavior. @@ -4786,6 +4785,7 @@ This permits FLAC passthru to be selected when automatic passthru selection is e True GTK_ALIGN_CENTER False + Choose which subtitle tracks of the source media are used. @@ -4842,6 +4842,7 @@ This permits FLAC passthru to be selected when automatic passthru selection is e True True Create a list of languages you would like to select subtitles for. +Tracks matching these languages will be selected using the chosen Selection Behavior. The first language in this list is your "preferred" language and will be used for determining subtitle selection settings when there is foreign audio. -- 2.40.0