Share

PyMediaHubFilesTabOptions

Object allowing manipulation of current options of the Files tab of the MediaHub module. These options control how media files are imported and processed when brought into the project.



PyMediaHubFileTabOptions Attributes

Property Type Description
multi_channel_mode string Multi-Channel Mode.
sequence_mode bool Enable or disable sequence mode.
cache_mode bool Enable or disable cache mode.
proxies_mode bool Enable or disable proxies mode.
cache_and_proxies_all_versions bool Generate cache and proxies for all versions.
resize_mode string Resize mode.
resize_filter str Resize filter.
resolution str Resolution.
width int Width in pixels.
height int Height in pixels.
scaling_presets_value float Scaling preset value.
frame_ratio float Frame ratio.
bit_depth int Bit depth.
scan_mode string Scan mode.
pixel_ratio float Pixel ratio.


Enumeration Values

Multi-Channel Modes

Values
Multi-Channel Clip
Include Alpha Clip
Ignore Alpha Channel
Create Matte Container
Matte Container With Comp
Matte Container (Full)

Resize Modes

Values
Centre
Letterbox
Crop Edges
Fill
Fill Pan
Fill Pixel
Fill All Pixel

Resize Filters

Values
lanczos
draft
bicubic
mitchell
triangle
impulse
shannon
quadratic
gaussian

Bit Depths

Values
From Source
From LUT
8
10
12
16

Scan Modes

Values
From Source
P
F1
F2

Was this information helpful?