static hb_filter_param_t unsharp_tunes[] =
{
{ 0, "None", "none", NULL },
- { 1, "Fine", "fine", NULL },
- { 2, "Medium-Fine", "mediumfine", NULL },
+ { 1, "Ultrafine", "ultrafine", NULL },
+ { 2, "Fine", "fine", NULL },
{ 3, "Medium", "medium", NULL },
- { 4, "Medium-Coarse", "mediumcoarse", NULL },
- { 5, "Coarse", "coarse", NULL },
+ { 4, "Coarse", "coarse", NULL },
+ { 5, "Very Coarse", "verycoarse", NULL },
{ 0, NULL, NULL, NULL }
};
strength[0] = strength[1] = 1.2;
}
}
- else if (!strcasecmp(tune, "fine"))
+ else if (!strcasecmp(tune, "ultrafine"))
{
strength[0] = 0.4; strength[1] = 0.25;
size[0] = size[1] = 3;
strength[0] = 1.5; strength[1] = 0.9;
}
}
- else if (!strcasecmp(tune, "mediumfine"))
+ else if (!strcasecmp(tune, "fine"))
{
strength[0] = 0.275; strength[1] = 0.165;
size[0] = 7; size[1] = 5;
strength[0] = 1.35; strength[1] = 0.9;
}
}
- else if (!strcasecmp(tune, "mediumcoarse"))
+ else if (!strcasecmp(tune, "coarse"))
{
strength[0] = 0.275; strength[1] = 0.165;
size[0] = 11; size[1] = 7;
strength[0] = 1.35; strength[1] = 0.9;
}
}
- else if (!strcasecmp(tune, "coarse"))
+ else if (!strcasecmp(tune, "verycoarse"))
{
strength[0] = 0.275; strength[1] = 0.165;
size[0] = 13; size[1] = 9;
None uses the default preset settings.
-Unsharp can be tuned for Fine, Medium-Fine, Medium, Medium-Coarse, or Coarse sharpening. Select one based on the output picture resolution and fineness of detail to enhance.
+Unsharp can be tuned for Ultrafine, Fine, Medium, Coarse, or Very Coarse sharpening. Select one based on the output picture resolution and fineness of detail to enhance.
Lapsharp's Film tune refines settings for use with most live action content. Film uses an isotropic Laplacian kernel to sharpen all edges similarly, and luminance (brightness) information is sharpened more than chrominance (color) information.
\r
None uses the default preset settings.\r
\r
-Unsharp can be tuned for Fine, Medium-Fine, Medium, Medium-Coarse, or Coarse sharpening. Select one based on the output picture resolution and fineness of detail to enhance.\r
+Unsharp can be tuned for Ultrafine, Fine, Medium, Coarse, or Very Coarse sharpening. Select one based on the output picture resolution and fineness of detail to enhance.\r
\r
Lapsharp's Film tune refines settings for use with most live action content. Film uses an isotropic Laplacian kernel to sharpen all edges similarly, and luminance (brightness) information is sharpened more than chrominance (color) information.\r
\r