Skip to content

1.4.2

Latest

Choose a tag to compare

@fdenis75 fdenis75 released this 12 Jun 20:08

New in 1.4.2

  • 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 capsFFmpegEncodingOptions.maxResolution now uses ExportMaxResolution.