01Measure support before extraction
Apply and Scan validates the active FFmpeg and ffprobe pair. Probe then decodes a real frame and reports resolution, codec, timing, alpha, color, rotation, interlace, audio, HDR warnings, output size and disk space before committing.
02Keep frame timing honest
Timestamp aware extraction respects changing frame rate sources and supports frame, seconds or timecode ranges, every frame output or a fixed target frame rate.
03Control the delivery format
Write JPEG, 8 or 16 bit PNG, or half and full float OpenEXR with compression, explicit alpha handling and resolution choices from original size to custom output.
04Handle color and HDR deliberately
Create linear OpenEXR from sRGB, Rec 709, PQ or HLG sources. OCIO mode uses Houdini or a chosen config and blocks ambiguous automatic source mapping instead of silently assuming sRGB.
05Preview the real result
Send a frame through the actual conversion path and inspect it in MPlay before extracting the full sequence, instead of trusting a thumbnail that bypasses the chosen settings.
06Write safely and hand off cleanly
Protect existing work with atomic automatic versions, extract WAV, BWF or FLAC audio, write a JSON manifest and create a modern File COP under OBJ with useful sequence metadata.