Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Releases: FarisR99/Anime4K-Encoder

Anime4K-Encoder v1.2.0

04 Aug 21:18
433d7a7
Compare
Choose a tag to compare

Additions

  • Add -m patch to patch an already encoded file that went through the shader process, but is for some reason missing audio/subs
  • Add --fps to specify desired output FPS
  • Add --debug to print more information and not clear the screen
  • Support Intel QuickSync encoding
  • Support E-AC-3 audio

Anime4K-Encoder v1.1.2

03 Jan 18:56
4730173
Compare
Choose a tag to compare

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 multi which runs -m shader --softsubs --softaudio followed by -m audio, -m subs and finally -m mux for each encoded input file
  • Support -m encode like the original Anime4K-Encoder does, encoding input files with certain presets
  • Add --delete_failures which deletes encoded input files that have failed to compile when using -m multi
  • Add --skip_inputs which allows ignoring input files when using directories as inputs
  • Add recommended=1 to --skip_menus which 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

02 Jan 22:32
6003a61
Compare
Choose a tag to compare

Changelog

  • Clean up code
  • Support ultrafast preset for x264/x265 for testing purposes
  • Add NVIDIA NVENC and AMD AMF encoding support
  • Support lossless preset for NVENC
  • Use level 5.1 for x264 and x265 to support a wider range of devices
  • Add default values for --mode, --shader_dir, --width and --height
  • Re-enable --bit
  • Add --version
  • Add --softsubs
  • Add --softaudio
  • Add --audio_language
  • Add --skip_menus
  • Enable -o for audio and subs mode
  • Add support for VobSub subtitle codec
  • Re-use existing "temp.mkv" in shader mode rather than running mkvmerge again 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