Let's start the new year with another release! This one mainly features an updated mosaic detection model as well as a revamp of export settings by introducing encoding presets. Some defaults have been changed and settings renamed so you are recommended to read the changelog below and check GUI sidebar and CLI --help for details.
Windows
You have two options to download this release:
- download from Pixeldrain as a single file
lada-v0.10.0.7z - or download from Github Releases (See Assets section) split into two files
lada-v0.10.0.7z.002andlada-v0.10.0.7z.002
Use 7-zip to extract the file(s)
File checksums (sha256):
025cab34d22984f7d9eea1755e19298669cb3566c72b85bdf46673410f81ad97 lada-v0.10.0.7z.001
d6a0bae2ae8310c0564ba45d38872ac94aa43d876081744e5fc2a1cc83a8119f lada-v0.10.0.7z.002
59bf0d7b4cb09f71831869520566f13149b7442d307fab47fb987957f8a3b59f lada-v0.10.0.7z
Flathub
The release has been published to Flathub and should become available shortly
Docker
The release has been published to Dockerhub and should become available shortly
Changelog
Features / Improvements:
- CLI: Add encoding presets. There are options available for selecting and listing presets. Alternatively, you can specify encoder and encoder options if the provided presets don't cover your use case
- GUI: Add encoding presets. View and select presets via Sidebar. If the provided presets don't cover your use case you can create custom presets
- CLI+GUI: Add new v4 mosaic detection models. Default model: v4-fast
- CLI+GUI: Reduce VRAM usage of restoration pipeline
- CLI+GUI: Add option to enable detect and ignore SFW face mosaics. Experimental
- GUI: Add option to toggle .mp4 Fast Start. If enabled a Preview button will be shown while export is running allowing watching the temporary file while it's being written
- CLI: Rename --moov-front to --mp4-fast-start
- CLI: Add option to set temporary directory
- CLI: Ensure to draw 100% completed progressbar after restoration of files with incorrect frame count metadata
- CLI: Update progress bar width and redraw if window got resized
- CLI: Remove --mosaic-detection-model-path and add --mosaic-detection-model which accepts either a name or a path
- CLI: Remove --mosaic-restoration-model and --mosaic-restoration-model-path and add --mosaic-restoration-model which accepts either a name or a path
- CLI+GUI: Added short descriptions for mosaic detection and restoration models (was previously documented only in README)
Fixes:
- GUI: Fix FP16 Setting Changes Not Take Effect Immediately Without Restart
- GUI: Fix occasional freeze when closing
- GUI: Fix occasional long wait times in GUI Watch mode when opening or seeking a file
- GUI: Don't stretch color scheme and initial view buttons in sidebar
- CLI+GUI: Fix parsing of encoder options if they contain "=" like "-x264opts deblock=-3,-3"
- GUI: Fix playback sometimes not being started after changing active file
- GUI: Fix Cancel export button not cancelling export if currently paused
- GUI: Fix Audio sometimes getting muted when switching/opening new files
Appreciation
This release features code contributions from
suphamster, Kruk2, ladaapp
These fine folks provided translations for this release
- Chinese (Simplified Han Script): xl, kkkdel
- Chinese (Traditional Han Script): tetsukasinobu
- Dutch: Vistaus, softasa
- Japanese: softasa
- Spanish: Abraxax
Thanks also to everyone that reported bugs or helped triaging problems on the issue tracker. Special Thanks to xl for researching optimal encoder setting for the new presets.