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.appto unquarantine it.
- 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
- Linux binaries
- Note: Requires manual installation of dependencies. See here for the list of dependencies.
Note: To opt in to beta update notifications you can enable
include beta updatesin yourblur.cfgfound in your config folder. Any feedback or issue reporting on these releases is greatly appreciated :)
Changes since 2.15
- Fixed Windows build (oops)
Changes since 2.03
- 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
- Decoding
- Switched to using LWLibavSource which should support more input video formats, such as mkvs using NVENC H264 (which previously failed to open)
- Encoding
- Encode presets - choose from
h264,h265,av1, etc. Configurable viapresets.cfg - Automatic GPU detection for encoding
- Encode presets - choose from
- Fixes
- Fixed #155
- 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
- Fixed update check behaviour
- Added safety checks in FPS parsing to prevent errors
- Misc
- Better advanced option handling


