Skip to content

Gaurox/FrameShift

Repository files navigation

FrameShift

Official website: https://gaurox.dev/frameshift/

Windows-first offline media processing built for fast right-click workflows.

FFmpeg and FFprobe powered. Local only. Lightweight WinForms UI. Clean output handling.

FrameShift context menu workflow demo

Overview

FrameShift is a desktop utility for fast video, audio, image, and AI-assisted media tasks on Windows.
Its main goal is simple: let you launch useful actions directly from Explorer context menus, make the right adjustments quickly, and save the result next to the source file with safe unique naming.

Remove backgrounds, remove objects from images, upscale images, remove noise, and separate audio locally with focused AI workflows launched directly from Explorer. RIFE interpolation is also available as a dedicated local AI workflow for smoother motion on supported video clips.

FrameShift remove background demo

Upscale images with a local AI model picked from a simple dropdown: Real-ESRGAN x4plus for general photos, screenshots and AI images, Real-ESRGAN Anime 6B for illustrations and line art, and Swin2SR for restoration-grade quality. Choose ×2, ×3, ×4 or a custom target size (aspect-locked). It runs on the GPU via DirectML with CPU fallback, tiles large images automatically, and saves the result next to the source.

FrameShift upscale image model picker

Build image-based PDF documents with a visual layout workflow designed for quick adjustments.

FrameShift image to PDF demo

Crop images and videos with a dedicated visual editor that now supports automatic border detection, mouse-wheel zoom, and drag navigation for tighter framing with less manual work.

Why FrameShift

  • Right-click driven workflow for everyday media tasks
  • Offline processing with local tools only
  • No overwrite behavior, outputs stay next to source files
  • FFmpeg and FFprobe at the core
  • Focused WinForms interface built for speed and clarity
  • Clean cancellation and practical batch-friendly flows

Quick Workflow

  1. Right-click a file in Explorer.
  2. Choose a FrameShift action from the context menu.
  3. Adjust only the settings you need.
  4. Start processing and get a clean output beside the original file.

Actions

Video Actions

Action Short Description Screenshot
Convert Video Convert video files to common formats with a fast, focused workflow. Convert Video
Remove Audio Create a silent video version without changing the basic workflow. Remove Audio
Extract Frames Export video frames as image sequences for review, editing, or assets. Extract Frames
Create GIF Turn a video segment into a GIF with preview-oriented controls. Create GIF
Extract Audio Pull the audio track from a video into a standalone file. Extract Audio
Cut Video Trim a video to the exact segment you want. Cut Video
Crop Video Remove unwanted borders or focus on a specific video area with visual controls, frame-based auto crop, zoom, and drag navigation. Crop Video
Rotate / Flip Video Fix orientation issues or mirror video content quickly. Rotate or Flip Video
Resize Video Change video dimensions for sharing, compatibility, or lighter exports. Resize Video
Compress Video Reduce file size with practical quality-oriented presets. Compress Video
Change Video Speed Speed up or slow down a video with a simple adjustment flow. Change Video Speed
Interpolate Video Generate smoother motion and higher frame-rate playback. Interpolate Video
Remove Noise (Video) Remove background noise from a video's audio track without re-encoding the video. Remove Noise Video
Media Info Inspect technical media details directly from the FrameShift workflow. Media Info

Audio Actions

Action Short Description Screenshot
Convert Audio Convert audio files to other formats with a clean minimal flow. Convert Audio
Cut Audio Trim audio precisely without leaving the right-click workflow. Cut Audio
Reverse Audio Reverse an audio file for sound design or quick experiments.
Compress Audio Reduce audio size for easier sharing and storage. Compress Audio
Change Pitch Shift audio pitch with a straightforward adjustment interface. Change Pitch
Change Audio Speed Speed up or slow down audio while keeping the workflow simple. Change Audio Speed
Remove Noise (Audio) Reduce background noise in audio with the local DeepFilterNet3 workflow. Remove Noise Audio

Image Actions

Action Short Description Screenshot
Convert Image Convert images between practical everyday formats. Convert Image
Compress Image Reduce image size while keeping the process quick and readable. Compress Image
Convert to Icon Build .ico files from images with multi-size export support. Convert to Icon
Crop Image Crop images visually with direct manipulation controls, auto crop, mouse-wheel zoom, and drag navigation. Crop Image
Resize Image Resize images for web, sharing, or asset preparation. Resize Image
Rotate / Flip Image Correct image orientation or mirror an image in a few clicks. Rotate or Flip Image
Image to PDF Assemble one or more images into a PDF document. Image to PDF

AI Actions

Action Short Description Screenshot
Remove Background Remove the background from an image with local AI modes: Fast, High Resolution Matting (CPU), High Resolution General (CPU), plus two optional user-supplied BRIA RMBG-2.0 modes (Balanced / High Quality). The BRIA models are never bundled, downloaded or redistributed by FrameShift — you obtain them manually from BRIA's official page (non-commercial / CC BY-NC 4.0) and place them in the model folder. Re-launches while the progress window is already open are appended directly to the visible queue, including repeated runs on the same source file. Remove Background
Remove Noise (Audio) Strip background noise from audio files with strength control, stereo mode, and live preview. Remove Noise Audio
Remove Noise (Video) Denoise a video's audio track without re-encoding the video stream. Remove Noise Video
Audio Separation Split audio into vocals, drums, bass, other, and instrumental with the local AI workflow. Audio Separation
Interpolate Video (RIFE) Generate smoother motion with the local RIFE workflow, model preflight, and adjacent unique outputs. Interpolate Video RIFE
Remove Object (Image) Paint a mask over any object and let the local inpainting AI reconstruct the background. Two models available: LaMa FP32 (Quality) and LaMa 2025 (Fast). Remove Object
Upscale Image Enlarge an image with a local AI model, chosen from a dropdown picker: Real-ESRGAN x4plus (general, default), Real-ESRGAN Anime 6B (anime / illustration), and Swin2SR (restoration / quality). Pick ×2 / ×3 / ×4 or a custom target size (aspect-locked width/height). Runs on GPU via DirectML with CPU fallback, automatic invisible tiling for large images, and the result saved as a new PNG next to the source. Models are downloaded on demand and integrity-checked. Upscale Image

Built For

  • Fast everyday media conversions
  • Creator and editor utility workflows
  • Clean Windows Explorer integration
  • Offline processing environments
  • Users who want practical tools instead of heavy software

Technology

  • C#
  • .NET 8 LTS
  • WinForms
  • FFmpeg
  • FFprobe
  • Optional local AI components with ONNX Runtime DirectML

Project Structure

src/FrameShift/
installer/
docs/
tests/

Documentation

Notes

  • FrameShift is distributed under the GNU GPL v3.0. See LICENSE.
  • Third-party components and optional AI model notices are listed in THIRD_PARTY_NOTICES.md.
  • references/ is reference-only.
  • Active runtime resources must stay inside the real FrameShift project tree.
  • Before rebuilding the installer, publish the app so the setup packs the latest release payload.
.\build_installer.ps1