github Alkl58/NotEnoughAV1Encodes v2.0.0
Release v2.0.0

latest releases: v2.1.7, v2.1.6, v2.1.5...
2 years ago

NEAV1E has been completely rewritten in .NET Core.

This means, that it's no longer compatible with any previous Presets and Job Files.

Of course Bugs will happen and some Features are missing - this has been in re-making of several months - so please report issues on Github or Discord


Changelog

Added

  • Added Queue System
  • Added Option To Edit Queue Element
  • Added Encode Multiple Files Simultaneously
  • Added Changeable Video Framerate
  • Added More Deinterlace Filters
  • Added Two Progressbars For 2-Pass Encoding
  • Added Option To Use Video Bitdepth Instead of Preset Bitdepth in Batch Mode

Improvements

  • Improved Audio Tab - No Hardcoded Limited Amounts Of Tracks (Now Uses A List)
  • Improved Subtitle Tab - No Hardcoded Limited Amounts Of Tracks (Now Uses A List)
  • Improved Video Muxing by drastically reducing code and using MKVMerge
  • Improved Subtitle Support - it now no longer extracts all subtitles when opening a video
  • Improved Batch Mode - the mode now only adds all files to the Queue with a custom Preset
  • Improved Process Cancellation which now also gracefully terminates the encoders
  • Improved Progress Reading by using STDERR instead of writing to log file (reduces random IO)
  • Improved Logging

Fixes

  • Fixed Audio and Subtitle Mapper Not Respecting The Index Of Deactivated Tracks
  • Fixed Conflicting Temp Directories By Switching To A Unique Identifier

Other

  • Switched from .NET Framework to .NET Core
  • Entirely Rewritten "Object Oriented" Code
  • Switched From XML to JSON

Removed

  • Removed FFmpeg Scene Based Splitting: Reason is that it's algorithm is inferior to PySceneDetect. Additionally it somehow broke entirely, which wasted 4h of trying to get it running.

Don't miss a new NotEnoughAV1Encodes release

NewReleases is sending notifications on new releases.