-
Probe Packaging DSR
StableAll checks were successfulUpload release / build (push) Successful in 3m10sreleased this
2026-03-18 02:26:54 +01:00 | 0 commits to main since this releaseFixes
- FFProbe packaging issue
3b3acb4724
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- FFProbe packaging issue
-
Clamp Scaling DSR
StableAll checks were successfulUpload release / build (push) Successful in 2m47sreleased this
2026-03-17 19:39:00 +01:00 | 2 commits to main since this releaseFeature
- Better detection of appropriate backend
cf51376533#51c91dd2b5d3 - Add constraints for NVenc H264 / Vulkan H264/H265 / VAAPI H264/H265
9f07de5af6acdf76acbe
Fixes
- Vulkan support detection
1ff49f5af0 - Vulkan scaler
8f6f899b44
Chore
- Update dependencies #51
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Better detection of appropriate backend
-
Compression levels DSR
StableAll checks were successfulUpload release / build (push) Successful in 3m42sreleased this
2026-02-08 18:47:57 +01:00 | 14 commits to main since this releaseFeature
- Automatically change resolution and framerate based on bitrate #48
Chore
- Refactor filters to only use
-complex_filter#48 (faa91f53074859bfafb9) - Add testing for speed filter #48 (
30ecc43f6f) - Better audio bitrate compute #48 (
3664ae8b7c) - Query file metadata less frequently #48 (
43304f06e5) - Update dependencies
78a19b6f4e
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Selectionator DSR
StableAll checks were successfulUpload release / build (push) Successful in 5m18sreleased this
2026-02-01 00:11:17 +01:00 | 19 commits to main since this releaseFeature
- Automatically select GPU
1eac169d00 - Add
/cpuflag to force use the CPU47401c3858
Fixes
- Do not crash when applying only streaming opt on files without audio track
78e396244c - Local testing
0c2eaedfda - Don't crash when selected GPU isn't supported
8a5766f47e
Chore
- Update dependencies
0465e1d691 - Support calling flag with a dash (
-) in addition of the slash (/)7dd7d2c645
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Automatically select GPU
-
Speed DSR
StableAll checks were successfulUpload release / build (push) Successful in 3m59sreleased this
2026-01-05 13:50:08 +01:00 | 31 commits to main since this releaseDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)
-
Symlink DSR
StableAll checks were successfulUpload release / build (push) Successful in 4m9sreleased this
2026-01-03 14:19:35 +01:00 | 34 commits to main since this releaseDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)
-
null DSR
StableAll checks were successfulUpload release / build (push) Successful in 4m45sreleased this
2025-12-22 16:09:59 +01:00 | 37 commits to main since this releaseDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)
-
The Great Codecs DSR
StableAll checks were successfulUpload release / build (push) Successful in 4m37sreleased this
2025-12-21 18:59:00 +01:00 | 41 commits to main since this release✨ New encoders (AV1 & VP9) and better GPU usage!
Feature
- BREAKING Changed CLI arguments, not backward compatible:
/nvenc_h264=>/h264and/nvidia/nvenc_h265=>/h265and/nvidia/amd_h264=>/h264and/amd/amd_h265=>/h265and/amd
- New CLI arguments:
/qsv=> Use QSV hardware acceleration (Intel)/vulkan=> Use Vulkan API hardware acceleration (Linux-only)/av1=> Use AV1 encoding, compatible with all hardware acceleration/vp9=> Use AV1 encoding, compatible with VAAPI (Linux AMD) and QSV hardware acceleration
- Show encoder used and whether it uses the GPU
Changes
- MKV files are now properly exported as
.mp4files #3215fda1de47 - Instead of showing the computed file bitrate, we show the target file size #37
4a41723f61534adaae0f - No longer use a temporary-file when merging 2 audio tracks into one
- Fallback to CPU encoding when compressing a 10 bit video
- Tweak encoder flags for better results
Fixes
- Properly use 2-pass encoding when using CPU H.265 encoder
- No longer use not-working 2pass for GPU encoders
Chore
- Now use a custom FFmpeg builder #36
0836a51733
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- BREAKING Changed CLI arguments, not backward compatible:
-
10 bit DSR
StableAll checks were successfulUpload release / build (push) Successful in 4m43sreleased this
2025-11-17 02:00:28 +01:00 | 51 commits to main since this releaseFeature
- Support 10 bit videos with software encoder #35
e80f258bda
Chore
- Update dependencies
2e37e5ae99
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
- Support 10 bit videos with software encoder #35
-
Custom bitrate DSR
StableAll checks were successfulUpload release / build (push) Successful in 4m47sreleased this
2025-10-10 21:32:45 +02:00 | 61 commits to main since this releaseFeature
- Add customizable bitrate ratio option for video compression
ec7912fd94
Chore
- Update dependencies
eca66a99ea75a2bf3560
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
- Add customizable bitrate ratio option for video compression