Skip to content

Releases: k4yt3x/video2x

Video2X 5.0.0-beta5

01 Apr 07:56
Compare
Choose a tag to compare
Video2X 5.0.0-beta5 Pre-release
Pre-release
  • Added support for RealCUGAN ncnn Vulkan
  • Added pause function
    • Use the global hotkey Ctrl+Alt+V or send SIGUSR1 to the main process to pause
  • Fixed various problems with the progress bar

The container has also been patched so it will run fine on both AMD and NVIDIA GPUs. The required Docker arguments have changed for AMD GPUs. See the Wiki page for more information.

Video2X 5.0.0-beta4

19 Feb 04:45
Compare
Choose a tag to compare
Video2X 5.0.0-beta4 Pre-release
Pre-release
  • Enabled audio, subtitle, data, and attachment streams copying support
  • Fixed a bug in argument parsing

Video2X 5.0.0-beta3

15 Feb 07:05
Compare
Choose a tag to compare
Video2X 5.0.0-beta3 Pre-release
Pre-release
  • Changed the use of term "driver" to "algorithm" since the backend implementation is now mostly abstracted from the user.
    • The argument -d, --driver has been renamed to -a, --algorithm.

Video2X 5.0.0-beta2

15 Feb 05:50
Compare
Choose a tag to compare
Video2X 5.0.0-beta2 Pre-release
Pre-release
  • Fixed two memory usage issues in beta 1. It shouldn't blow your memory up in 30 seconds now.

Video2X 5.0.0-beta1

11 Feb 22:31
Compare
Choose a tag to compare
Video2X 5.0.0-beta1 Pre-release
Pre-release

⚠️ Known Issues

  • Errors in handling queued images results in abnormal memory consumption. The program will fill your RAM in a short time if you attempt to process a large video file. This issue has been fixed in 5.0.0-beta2.

Video2X 4.8.1

21 Dec 02:21
095d40b
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Anime4KCPP driver import error
  • Rolled Gifski back to a version without output bugs

Checksums:

  • video2x-4.8.1-win32-light.zip
    • SHA-256: 9C746151CBFA432887759FB783C78A70ED273A6A4008C0BF030220FCD79D29BE
  • video2x-4.8.1-win32-full.zip
    • SHA-256: 45FCE1334762B6BF8190FE0603C8F16087BC225AFA2D87D1B472B98D4DB1C048

⚠️ Known Issues

  • Warning: Some users have reported that the software did not make it clear that the cache folder will be deleted after the upscale is completed. If you want to use a custom cache folder, make sure to use a designated folder with no other contents in it as the cache folder will be wiped after upscaling is done. A warning will be added into the GUI in the upcoming version.

Update

The light version has been taken off since some upstream changes broke the setup script.

Video2X 4.8.0

13 Dec 22:30
Compare
Choose a tag to compare

New Features

  • Updated waifu2x-ncnn-vulkan arguments
  • Added custom frame format for waifu2x/srmd/realsr-ncnn-vulkan
  • Re-added mimetypes fallback for MIME type detection for if python-magic fails to detect the correct MIME types
  • Console subprocess.Popen outputs are now redirected to the error log instead of the console output

Bug Fixes

  • Fixed setup script FFmpeg invalid provider
  • Fixed GUI hwaccel value overwrite issue
  • Fixed 1.0 upscale ratio issues
  • Fixed setup script Gifski installation issues

Checksums:

  • video2x-4.8.0-win32-light.zip
    • SHA-256: C3E7C235CF2922266CA15AEB631C92849E3312B0A35BB700A4C310B4A93EE4D9
  • video2x-4.8.0-win32-full.zip
    • SHA-256: 80CD7D491BA96537A492C2E0931E3B34321006308A71142E4148376F7C90173B

Video2X 4.7.0

14 Sep 18:47
Compare
Choose a tag to compare

New Features

  • Arbitrary scaling ratio support for all drivers
  • Arbitrary scaling resolution (width/height) support for all drivers
    • Allows only one of width/height to be specified and the other side will be calculated automatically according to the scaling ratio
  • Removed the use of shlex.join and := to make the program compatible with Python 3.6 and higher
  • Updated UI design for better visibility of the preview image
  • Redesigned logging system and error reporting system
    • Logs can now be saved optionally when the program runs into an error
    • If unspecified, logs will be deleted automatically upon normal exit of the program
    • Logs are now written to a tempfile.TemporaryFile object by default instead of a conventional log file
  • Various other improvements and code optimizations

Bug Fixes

  • Fixed waifu2x-caffe output quality option
  • Fixed Gifski output resolution issues

Other Notes

  • waifu2x-caffe has recently upgraded their CUDA Toolkit (11.0) and cuDNN (8.0.3) versions. This makes it incompatible with some of NVIDIA's older models of GPUs
    • To run the newest waifu2x-caffe (version 1.2.0.4 at the time of writing this note), your GPU must have a Compute Capability >= 3.5
    • Check this link for a list of NVIDIA's GPUs and their Compute Capabilities

Checksums:

  • video2x-4.7.0-win32-light.zip
    • SHA-256: 6D5A5BF9C3CCC7CFE3FED369D80BBD24C690336BFB3D43A8853E8D30485E68FE
  • video2x-4.7.0-win32-full.zip
    • SHA-256: 18104BE7FD5E355EA77F4DB10D2AD8A9DB60201FB736CF3E0B6E45043620B43C

Video2X 4.6.1

01 Sep 09:24
Compare
Choose a tag to compare

New Features

  • Updated all dependencies and components
  • Updated GUI and parser for the newest version of Anime4KCPP

Bug Fixes

  • Fixed path name encoding issues

Checksums:

  • video2x-4.6.1-win32-light.zip
    • SHA-256: D153D2E11F022D429CECBA303A7F64BF891AA92ABCD6268C2BE223B72E2EE75E
  • video2x-4.6.1-win32-full.zip
    • SHA-256: 6A1CE6808ED7D6E4B5E5DAB13E8C13ADA26AFB93D110D22A2C715715701BB1E7

Video2X 4.6.0

08 Jun 07:04
Compare
Choose a tag to compare

In this release:

New Features

  • Anime4KCPP 2.0 support (new CNNMode)
  • Customizable output file extensions
  • Added disable logging check box in GUI
  • Various code optimizations and other improvements

Bug Fixes

  • Fixed GUI file-deletion-related bugs
  • Fixed more python-magic issues, backing off to mimetypes when python-magic fails
  • Fixed config loading issues in exe (frozen) mode
  • Fixed duplicate file name race condition issues

Docker and Linux

  • Added Ubuntu setup script
  • Dockerfile now uses Ubuntu setup script
  • Ubuntu setup script and Dockerfile now downloads waifu2x/srmd/realsr-ncnn-vulkan releases instead of compiling them
  • Fixed lots of other issues existed in the previous versions

image

Checksums:

  • video2x-4.6.0-win32-light.zip
    • SHA-256: 8D11B511FC46ACAB353343B5A67464178401D55D4A741B20C62AF199C9121147
  • video2x-4.6.0-win32-full.zip
    • SHA-256: E8D6E809219FC308A84ACF3D685AAD95AE9A5E57D212AB0E893ADE31C6FC4AD6