Releases: mhtvsSFrpHdE/AnimeAnyK-mpv
1.2 / Anime4K 4.0.1 / mpv-x86_64-20211219-git-fd63bf3
See 1.1.3 for Linux/Unix warning:
https://github.com/mhtvsSFrpHdE/AnimeAnyK-mpv/releases/tag/1.1.3
This version also compatible with Anime4K 4.0
- #14 New "On by default" (AlwaysOn) config,
you can turn on Anime4K on all videos without put indicator file everywhere.
1.1.8 / Anime4K 4.0.1 / mpv-x86_64-20211219-git-fd63bf3
See 1.1.3 for Linux/Unix warning:
https://github.com/mhtvsSFrpHdE/AnimeAnyK-mpv/releases/tag/1.1.3
This version also compatible with Anime4K 4.0
- Optimize all command speed reduce if statement
- Verified by automated test #7
1.1.7 / Anime4K 4.0.1 / mpv-x86_64-20211219-git-fd63bf3
See 1.1.3 for Linux/Unix warning:
https://github.com/mhtvsSFrpHdE/AnimeAnyK-mpv/releases/tag/1.1.3
This version also compatible with Anime4K 4.0
- Optimize user command speed
- First version verified by automated test
1.1.6 / Anime4K 4.0.1 / mpv-x86_64-20211219-git-fd63bf3
See 1.1.3 for Linux/Unix warning:
https://github.com/mhtvsSFrpHdE/AnimeAnyK-mpv/releases/tag/1.1.3
This version also compatible with Anime4K 4.0
- Fix user command always same under 1440
1.1.5 / Anime4K 4.0.1 / mpv-x86_64-20211219-git-fd63bf3
See 1.1.3 for Linux/Unix warning:
https://github.com/mhtvsSFrpHdE/AnimeAnyK-mpv/releases/tag/1.1.3
This version also compatible with Anime4K 4.0
- User command easier to config
- Optimized performance: Decrease shader enable speed by 2 nanoseconds.
1.1.4 / Anime4K 4.0.1 / mpv-x86_64-20211219-git-fd63bf3
See 1.1.3 for Linux/Unix warning:
https://github.com/mhtvsSFrpHdE/AnimeAnyK-mpv/releases/tag/1.1.3
This version also compatible with Anime4K 4.0
Fix critical bug
Generated command mismatch with official and cause undefined behavior.
If you must stick with any of the past version, use user command instead of built-in command.
1.1.3 / Anime4K 4.0 / mpv-x86_64-20211219-git-fd63bf3
This version is NOT TESTED under Linux environment.
I don't have a Linux PC with graphics card installed.
If you find a bug in this version fell free to submit an issue.
You are in risk of a software error that may format your hard disk, or crush your toaster.
Before this version, I use hard-coded command separator ";",
and now on non-Windows OS, ";" will be replaced by ":".
More information:
#2
https://mpv.io/manual/stable/#string-list-and-path-list-options
1.1.2 / Anime4K 4.0 / mpv-x86_64-20211219-git-fd63bf3
Before version when use user command instead of built-in,
will send wrong 2160P user command when open 1440P video.
1.1.1 / Anime4K 4.0 / mpv-x86_64-20211219-git-fd63bf3
Fix crash when toggle on read-only media.
If there's already have indicator file, Anime4K will turn on automatically as usual,
but once press toggle, it will turn off and can not turn on by script,
unless restart mpv player to let it turn on automatically.
If there's no indicator file, Anime4K will not turn on automatically,
but able to turn on by press toggle.
However, press toggle again will only reload Anime4K but not turn it off...
unless restart mpv player.
1.1 / Anime4K 4.0 / mpv-x86_64-20211219-git-fd63bf3
Now the 2nd Upscale_CNN_x2 has its own quality level variable.
With this, can reproduce exact same command from best practice:
Optimized shaders for lower-end GPU:
"~~/shaders/Anime4K_Clamp_Highlights.glsl;~~/shaders/Anime4K_Restore_CNN_M.glsl;~~/shaders/Anime4K_Upscale_CNN_x2_M.glsl;~~/shaders/Anime4K_AutoDownscalePre_x2.glsl;~~/shaders/Anime4K_AutoDownscalePre_x4.glsl;~~/shaders/Anime4K_Upscale_CNN_x2_S.glsl"; show-text "Anime4K: Mode A (Fast)"
On 1.0, two Upscale_CNN_x2 use the same variable to choose quality level.