Skip to content

Releases: kwsou/video2x

cuDNN support

28 Aug 23:49
Compare
Choose a tag to compare
  • Provides proper cuDNN support via documentation
  • Update app configs based on latest waifu2x-caffe (v1.2.0.2)

fix cpu present, added numThreads

05 Nov 07:46
Compare
Choose a tag to compare
  • Fixed cpu_present not using cpu properly in waifu2x-caffe
  • Added numThread in config so you can limit to how many threads ffmpeg will run. This is to prevent it from spiking up to 100% cpu usage.

Initial release

01 Nov 09:09
Compare
Choose a tag to compare

Base functionality completed.

  • Able to specify input file to upscale. output file is optional (otherwise it creates a new file in the same directory as video2x.exe).
  • Provide configurations to change encoding/upscaling options to your preference
  • Able to distribute processing workload to match your PC.