Skip to content

v2.13

Pre-release
Pre-release

Choose a tag to compare

@f0e f0e released this 23 Apr 10:01
· 356 commits to master since this release

Downloads

  • Windows installer (.exe)
  • macOS installer (.dmg)
    • Note: After opening on Mac for the first time you'll get a 'Blur is damaged and can't be opened.' error. To fix this, run xattr -dr com.apple.quarantine /Applications/blur.app to unquarantine it.

Changes

  • Switched to using LWLibavSource which should support more input video formats, such as mkvs using NVENC H264 (which previously failed to open)

(v2.12 preview -> v2.121 preview)

  • Fixed installer

(v2.11 preview -> v2.12 preview)

  • Added safety checks in FPS parsing to prevent errors

(v2.1 preview -> v2.11 preview)

  • Fixed update check behaviour

(v2.04 preview -> v2.1 preview)

  • Interpolation
    • Added RIFE interpolation option
    • Added pre-interpolation - interpolate with a slower, more accurate method up to a certain fps, then use a faster method after that
  • Deduplication
    • Optimised SVP deduplication
    • Added RIFE deduplication option
    • Re-added old deduplication method as an option
  • Encoding
    • Encode presets - choose from h264, h265, av1, etc. Configurable via presets.cfg
    • Automatic GPU detection for encoding
  • Fixes
    • Added colour range correction - fixes #106
    • Fixed invalid config values causing errors, now using defaults when this is the case - fixes #147
    • Fixed audio desync on videos with negative timestamps - fixes #84
    • Added video check before queueing files to prevent render errors if you for some reason try to render PDFs or something
  • Misc
    • Better advanced option handling

(v2.03 preview -> v2.04 preview)