Skip to content

Beta

Pre-release
Pre-release

Choose a tag to compare

@PaulMarchiset PaulMarchiset released this 18 May 21:02

The foundation: a two-mode GUI over a bundled FFmpeg, with one-click presets, hardware-encoder probing, drag-and-drop, and live job progress.

Added

  • Simple and Advanced modes — one-click presets, or edit the underlying
    FFmpeg command directly.
  • Bundled FFmpeg — ships as a sidecar binary inside the app; no system
    install or PATH changes required.
  • One-click feature templates — compress (H.264/H.265), convert
    (MP4/WebM/MOV), extract audio (MP3/WAV), resize (1080p/720p/480p), trim,
    change framerate, make GIF, strip audio/video.
  • Quality presets — Low, Medium, Lossless.
  • Hardware-encoder probing for NVENC, QSV, AMF, VideoToolbox, and VAAPI
    (H.264 / HEVC), with automatic best-encoder selection.
  • Drag-and-drop file loading.
  • Brand typography (PP Mori / Sirba) and the core dark theme.
  • Media probing, live job progress, and persisted settings.

Known issues

  • Encoder detection relied solely on probe encodes and could report a present
    GPU encoder as unavailable (fixed in 1.1.0).
  • Feature templates were a single flat list with no category grouping (added in
    1.0.0) OS and Windows only.