Skip to content

Releases: Alkl58/NotEnoughAV1Encodes

Release v2.1.7

26 Apr 13:57
Compare
Choose a tag to compare

Added

  • Add mpg to supported files for batch encode #160 (97ba292)
  • Add NVEnc to Updater (864549d)

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

28 Jan 23:11
Compare
Choose a tag to compare

Added

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

Full Changelog: v2.1.5...v2.1.6

Release v2.1.5

21 Sep 12:05
Compare
Choose a tag to compare

Changelog

Added

  • Add option to disable splitting (c5406b8)

Fixes

  • Fix Filter: Crop before Resize (b0a0845)

Other

  • Update Nuget dependencies (cdb443f)

Release v2.1.4

29 Mar 21:13
Compare
Choose a tag to compare

Changelog

Added

  • Add Target VMAF (1776039) Beta - currently only for aom (AV1 FFmpeg)

Fixes

  • Fix NVENC incorrect parameter (d0538a2)
  • Fix Combining Hardsub and other filters (bc4131c)

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

27 Feb 15:25
Compare
Choose a tag to compare

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)

The new crop preview:
Screenshot_20230227_161517

Release v2.1.2

15 Feb 15:32
Compare
Choose a tag to compare

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

30 Oct 12:33
Compare
Choose a tag to compare

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

21 Oct 12:38
Compare
Choose a tag to compare

Changelog

Added

Fixes

  • Fix No Video Muxing Output when there is no Audio and Subtitles (895a52f)

Other

  • Skip Subtitles when WebM is used (fc67f30)
  • Disable Subtitles when Output Container is WebM (a99d0d5)
  • Bump MediaInfo Version (9827241)

Release v2.0.9

26 Aug 14:33
Compare
Choose a tag to compare

Changelog

Added

Fixes

  • Fix Chunks being added in the wrong order (ddcb896)
  • Fix MKVMerge is wrongly used for MP4 output #111 (07bbb01)
  • Fix Log: Video Output Path incorrect (8640294)

Release v2.0.8

03 Jun 11:51
Compare
Choose a tag to compare

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