Skip to content

Tags: Gaurox/FrameShift

Tags

v1.19.0

Toggle v1.19.0's commit message
FrameShift 1.19.0 — Join Videos

v1.18.1

Toggle v1.18.1's commit message
Harden 1.18.1 release reliability and FFmpeg 9 compatibility

v1.18.0

Toggle v1.18.0's commit message
FrameShift 1.18.0 — Extract specific frames

v1.17.0

Toggle v1.17.0's commit message
FrameShift 1.17.0

v1.16.1

Toggle v1.16.1's commit message
FrameShift 1.16.1

1.16.0

Toggle 1.16.0's commit message
FrameShift 1.16.0

v1.15.0

Toggle v1.15.0's commit message
FrameShift 1.15.0

- Create Subtitle File: Whisper Base/Small/Turbo via sherpa-onnx, DirectML with
  init+inference CPU fallback, isolated worker process (FrameShift.SubtitlesWorker)
  to avoid ONNX Runtime collision, 4 bundled DML DLLs (sherpa-onnx 1.13.3 DML,
  ORT 1.24.4 DirectML, DirectML 1.15.4), overlapping-window long-media handling,
  cancellation and temp cleanup.
- Upscale Video rawvideo pipeline: FFmpeg rawvideo in-memory path as primary,
  BMP pipeline kept as automatic fallback; UpscaleFrameProcessor buffer reuse
  (input tensor + DML inputs reused across frames).
- AnimeVideo x2/x3 routing: ResolveVideoExecutionModel selects dedicated x2/x3
  ONNX variants for anime requests instead of always running x4 then CPU resize.
- New build script: build_publish.ps1 publishes to publish/FrameShift-win-x64
  and runs Inno Setup; build_installer.ps1 updated to same output path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v1.14.0

Toggle v1.14.0's commit message
FrameShift 1.14.0

v1.0.13

Toggle v1.0.13's commit message
Release 1.0.13

Upscale Image: add x2/x3/x4 scale presets and a custom aspect-locked target
size to the model picker. The model runs at native x4 and the result is
resampled (Lanczos) to the requested factor or size, clamped to <= x4. Adds
--upscale-scale and --upscale-target CLI flags, and documents the ISCC location.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

v1.0.12

Toggle v1.0.12's commit message
Release 1.0.12

Add Upscale Image AI action (upscale-image): x4 local upscaler with a model
picker (Real-ESRGAN x4plus / Real-ESRGAN Anime 6B / Swin2SR), DirectML with CPU
fallback, automatic tiling, and on-demand SHA256-verified model download. Bump
version to 1.0.12 and update docs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>