During summer 2022, I upgraded the current megui codebase in order to fix some issues and add some new features.
The current branch has been tested only on x64 dev environment (Avisynth+, Windows 11 Pro Edition).
Just open the MeGUI.sln file using Visual Studio and restaure NuGet missing packages. Currently, I'm using VS2026 Community Edition in order to compile the latest changes. The previous one (VS 2022) works fine also.
Nothing really new comparing to the official release except :
- Audio transcoding in order to use channel mask values. This requires avisynth+ 3.7.3 or higher.
- Demuxers tool, mainly for mkv/webm/mp4/mov/ts/m2ts
- Exhale Audio Encoder (https://gitlab.com/ecodis/exhale)
- FFmpeg DCA/EAC3/THD Audio Encoders (https://ffmpeg.org/)
- BestSource avisynth support (https://github.com/vapoursynth/bestsource/releases)
- FFV1 Lossless Video Encoder (https://ffmpeg.org/)
- SVT-AV1-Essential Video Encoder (https://github.com/nekotrix/SVT-AV1-Essential)
From time to time, I upload directly on github Release page a package having latest changes and/or fixes. Use it at your own risk.
- Add VVC Video Encoder (dunno which one yet)
- Add Bitrate Video Viewer
- ...