Releases: Alkl58/NotEnoughAV1Encodes
Releases · Alkl58/NotEnoughAV1Encodes
Release v2.1.7
Added
Fixes
- Fix svt-av1 ffmpeg argument list changed #162 (ef8c117)
- Fix a long standing bug where multiple queue items were referencing the same object causing weird behavior #107 (7a3a39c)
- Fix Encoder Speed stuck when switching between encoders (frontend only) #158 (18480bf)
- Fix Batch Folder Menu Cut Off #159 (6dc6ec0)
Other
- Improve Implementation of chunking (de5c025)
- Update MediaInfo (7e7e939)
- Update 7zip
- Update pyscenedetect
- Update nvenc
- Update NuGet Dependencies (1cd87af)
- Updater: Use HttpClient instead of deprecated WebClient (c51b5a5)
Full Changelog: v2.1.6...v2.1.7
Release v2.1.6
Added
- Add AMD AMF AV1 Support (untested) #135 (e1d0422)
- Updater: Add QSVEnC (e2b6ab5)
- Updater: Add MKVToolNix (4176fe3)
Fixes
- Catch crash on startup when queue item is corrupted (9b305bb)
- Fix filters not working with new no splitting option (1be1171)
- Fix not all temp files could be deleted (19f1bf2)
Other
- Update MahApps.Metro to pre-release for better Win 11 UI support (cb56eb9)
- Make auto crop detect more conservative #141 (878aa28)
- FFmpeg svt-av1: Switch to CRF #143 (375cb26)
- Updater: Switch to gyan.dev for FFmpeg (81ab565)
- Uninstaller: Ask if user wants to delete all config files (4161cb0)
- A lot of refactoring was done. Program has been tested, but instability can occur. dc8c9fc e1e63dd 08b1b37 5011b2c 557922f 79cea66 a381168
- Catch exception that should never happen (0537963)
Full Changelog: v2.1.5...v2.1.6
Release v2.1.5
Release v2.1.4
Changelog
Added
- Add Target VMAF (1776039) Beta - currently only for aom (AV1 FFmpeg)
Fixes
Forgot to add the necessary vmaf model in the release, please create a vmaf
folder in Apps
and add vmaf_v0.6.1.json to that folder, it should look like this: Apps\vmaf\vmaf_v0.6.1.json
Release v2.1.3
Changelog
Added
- Add Crop Preview #102 (6cc8194)
- Add Auto Crop Detection #102 (c0eeca5)
- Add Option to include Subfolders in Batch Mode (ad160ec)
- Add Option to mirror folder structure in Batch Mode (04e763b)
Fixes
- Fix Input Seeking Frame Inaccuracy (Scene Based Splitting) (831e739)
- Fix FFmpeg Audio Detection Errors by increasing Probesize (1f8c5d6)
- Fix No video output when mixing custom fps with video filters (6cc8194)
- Fix Program settings resetting some values (36af065)
- Fix Race Condition on Startup loading Default Preset #133 (3297e42)
- Fix NULL Exception (c91205d)
Other
- Display Progress after restart #134 (d53e2e1)
- Make ETA more a bit more reliable after restart #134 (c8d009b)
- Don't automatically remove Queue Item if Output doesn't exist (d0f04ae)
- Catch empty settings.json file (d5e0ebc)
Release v2.1.2
Changelog
Added
- Add NVENC AV1 Hardware Encoder (NVIDIA RTX 40 Series - untested) (fb0581c)
- Add Queue Sorting (2298d5a)
- Add Button to Delete entire Queue (15012c9)
Fixes
Other
- Ask user when closing program while encode is still running (7c99df6)
- Apply Preset Audio Changes after Video has been loaded (3531043)
- Updated Japanese Translations (1458a2a) by @rougemeilland
Release v2.1.1
Changelog
Attention! : Please re-create your presets. Encoder quality settings are not global anymore and are now encoder specific.
Added
- Add Intel QSV AV1 Hardware Encoder (Intel ARC) (1a35d34)
- Add Import Audio Option (0c069f6)
- Add Auto Clear Queue Setting (3637f01)
Fixes
- Fixed HDR Settings not being saved in Preset (7c80b69)
Other
- Notify user how many errors have been detected (299fc52)
- Prefill file destination dialog with input filename (96af002)
- Prevent adding items to the queue with the same input & output file path (0f3817c)
- Prevent out path being same as input path when default out path is set (45877b7)
- Prevent running multiple instances (068ca56)
- Updated Chinese Translations (1398988) by @wcxu21
Release v2.1.0
Release v2.0.9
Release v2.0.8
With this release we will transition from a .NET independet release type to being .NET dependent.
For future releases download .NET Desktop Runtime.
fullportable
&fullsetup
are .NET independent (won't be included in the next releases)setup
&portable
are .NET 6 dependent (requires .NET Desktop Runtime)
Changelog
Added
Fixes
Other
- Updated FFmpeg and standalone encoders
- Updated PySceneDetect