settings
            __all__ = ['settings_builder_x265', 'settings_builder_x264', 'sb', 'sb265', 'sb264']
  
      module-attribute
  
    
            sb = settings_builder_x265
  
      module-attribute
  
    
            sb264 = settings_builder_x264
  
      module-attribute
  
    
            sb265 = sb
  
      module-attribute
  
    
            file_or_default
    Source code in 
        vsmuxtools/video/settings.py
      
      
            is_full_zone
    
            norm_zones
    Normalize zones to be within the clip's range.
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
                clip_or_max_frames
             | 
            
                  VideoNode | int
             | 
            
               The clip or a max frame count to normalize to.  | 
            required | 
                zones
             | 
            
                  Zone | list[Zone] | None
             | 
            
               The zones to normalize.  | 
            required | 
Returns:
| Type | Description | 
|---|---|
                  list[Zone]
             | 
            
               The normalized zones.  |