winget install --id 66HEX.Frame
About Frame
Frame is a high-performance media conversion utility built on the Tauri v2 framework. It provides a native interface for FFmpeg operations, allowing for granular control over video and audio transcoding parameters. The application leverages a Rust-based backend for concurrent task management and process execution, coupled with a Svelte 5 frontend for configuration and state monitoring.
What's new in 0.29.2
Fixed - Preview Image Loading: Fixed image sources and image overlays in the Pixi preview by decoding local files through the Tauri filesystem API and ImageBitmap, avoiding stalled Pixi image loads and WebGPU cross-origin upload failures in dev and packaged builds. - Preview WebGPU Rendering: Centralized Pixi preview imports through a local bootstrap module with the required WebGPU uniform upload compatibility patch, and isolated overlay rendering in its own render group to keep overlay controls rendering correctly.
Version history
| Version | Updated | Notes |
|---|---|---|
| 0.29.2 | Unknown | Fixed - Preview Image Loading: Fixed image sources and image overlays in the Pixi preview by decoding local files through the Tauri filesystem API and ImageBitmap, avoiding stalled Pixi image loads and WebGPU cross-origi... |
| 0.29.1 | Unknown | Fixed - Packaged Preview Renderer: Fixed a black video preview in packaged builds by loading Pixi's CSP-safe unsafe-eval polyfills before initializing the preview renderer. |
| 0.29.0 | Unknown | Added - Pixi Preview Renderer: Added a Pixi.js-backed preview renderer for video/image presentation, including WebGPU preference, explicit frame rendering for paused/seeked video frames, and HiDPI canvas density capped a... |
| 0.28.0 | Unknown | Added - Audio VBR Encoding (MP3/AAC): Added Variable Bitrate mode to the Audio tab alongside the existing target-bitrate control, exposing a codec-aware quality slider that maps to -q:a 0..9 for libmp3lame and -vbr 1..5... |
| 0.27.0 | Unknown | Added - Subtitle Burn-In Style Controls: Added subtitle styling options in the Subtitles tab for burned-in subtitles, including font family (system font list), font size, text color, outline color, and vertical position... |
| 0.26.0 | Unknown | Added - Image Workflow (End-to-End): Added first-class image source handling across probing (mediaKind=image), settings navigation (new Images tab), file-picker filters, and locale dictionaries. - Image Output Compatibil... |
| 0.25.3 | Unknown | Release notes |