You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PreviewConfiguration.exportDescription — new mode-agnostic PreviewExportDescription describing the encoding settings that .native, .sjs, and .ffmpeg export modes will actually produce (codec, profile, level, resolution, audio).
PreviewConfiguration.showTimestampOverlay (default false) — burns in a small timestamp pill over each extract. Honoured by .native and .sjs; no effect for .ffmpeg.
FFmpeg preview filenames now include encoding details — codec, CRF/bitrate, and speed preset (e.g. hevc_crf18_slow_ffmpeg).
Breaking: removed FFmpegEncodingOptions.VideoCodec.av1 (libaom-av1) — use .hevc, .h264, or the VideoToolbox hardware variants.
Native export resize fix — no resize beyond what a preset itself forces when it matches the configured cap.
Unified resolution caps — FFmpegEncodingOptions.maxResolution now uses ExportMaxResolution.