Skip to main content

Module proxy

Module proxy 

Source
Expand description

Proxy workflow for efficient editing.

Enables low-resolution editing with full-resolution export. Proxy files are lightweight stand-ins for high-resolution source media, allowing smooth playback and editing on modest hardware. At export time the renderer seamlessly switches back to original media.

Structs§

ProxyChain
Multi-resolution proxy chain for zoom-dependent switching.
ProxyChainEntry
One resolution level in the proxy chain.
ProxyGenerationQueue
Background proxy generation queue with progress tracking.
ProxyJobProgress
Progress of a single proxy generation job.
ProxyManager
Manages proxy files for a project.
ProxyMapping
A mapping between an original media file and its proxy.
ProxyRelinker
Manager for proxy-to-original relinking.
ProxyWorkflowConfig
Configuration for proxy generation workflow.
ProxyWorkflowManager
Workflow manager tying together proxy generation, relinking, and chain selection.
RelinkResult
Relink result when matching proxies back to originals.

Enums§

ProxyCodec
Codec to use for proxy files.
ProxyMode
Proxy editing mode.
ProxyResolution
Resolution preset for proxy generation.
ProxyStatus
Status of a proxy file.
RelinkMethod
Method used to match proxy to original.