Updating level should automatically show changes under

  • Vouk 29. März 2019 um 23:09

    Hat das Label Prüfung hinzugefügt.
  • But in which way? Silently force to min(max_of_level, current_value)? Or show warning with changes? With checking checkboxes or not? What will be if I manually set ref 5 for FHD and then change level to 4.2 and so on?

    I think the best way will be:

    1. in case options has default value (unchecked checkbox), then silently check related checkboxes and set min(level_max, value_default) and set max limit to the option globally.

    2. in case option has manual value (checked checkbox) and it violates the level restrictions then warning message should appear. Maybe with some choice to the user, example: apply changes and cancel.

    In case of encoder presets (fast, medium, slow, ...) and encoder tune (fim, animation, grain, ...)

    1. in case options has default value (unchecked checkbox), then silently change default values to values from preset/tune, but not check checkboxes.

    2. in case options has manual value (checked checkbox), then warning message should appear.