This repository was archived by the owner on Apr 18, 2023. It is now read-only.
Releases: FarisR99/Anime4K-Encoder
Releases · FarisR99/Anime4K-Encoder
Anime4K-Encoder v1.2.0
Additions
- Add
-m patchto patch an already encoded file that went through the shader process, but is for some reason missing audio/subs - Add
--fpsto specify desired output FPS - Add
--debugto print more information and not clear the screen - Support Intel QuickSync encoding
- Support E-AC-3 audio
Anime4K-Encoder v1.1.2
Fixes
- Fix support for input directories
- Fix HEVC NVENC - see "NVENC" section in the README for important information
Additions
- Support mp4 input files
- Support multiple input files/directories via chaining
-i - Support
-m multiwhich runs-m shader --softsubs --softaudiofollowed by-m audio,-m subsand finally-m muxfor each encoded input file - Support
-m encodelike the original Anime4K-Encoder does, encoding input files with certain presets - Add
--delete_failureswhich deletes encoded input files that have failed to compile when using-m multi - Add
--skip_inputswhich allows ignoring input files when using directories as inputs - Add
recommended=1to--skip_menuswhich automatically chooses ideal settings unless the setting is explicitly overriden via skip_menus
Changes
- Gracefully cancel menus and subprocesses (such as encoding)
- Delete temp.mkv if user cancels when using
-m shader - Delete partially encoded output file if encoding is cancelled when using
-m shader - Use a default path during mode mux
- Clean up README
Anime4K-Encoder v1.0.1
Changelog
- Clean up code
- Support
ultrafastpreset for x264/x265 for testing purposes - Add NVIDIA NVENC and AMD AMF encoding support
- Support
losslesspreset for NVENC - Use level 5.1 for x264 and x265 to support a wider range of devices
- Add default values for
--mode,--shader_dir,--widthand--height - Re-enable
--bit - Add
--version - Add
--softsubs - Add
--softaudio - Add
--audio_language - Add
--skip_menus - Enable
-ofor audio and subs mode - Add support for VobSub subtitle codec
- Re-use existing "temp.mkv" in shader mode rather than running
mkvmergeagain to help recover from crashing/failures during encoding - Print start and end times for extracting subs & audio, muxing and encoding with shaders
Bugs
- AMD AMF has not been tested
- VobSub may not work 100% of the time