Recent Releases of video2x

video2x - 6.4.0

[!TIP] - Linux binary releases are now distributed in AppImage format. - You should now be able to compile Video2X with Ninja.

[!NOTE] Due to the large size of the RIFE model files, only the latest versions (v4.6, v4.25, and v4.26) are included in the downloads. If you need to use any of the older models, please download them from here and place them in the models directory.

Added

  • Multi-versioning to critical functions to enhance performance in generic architecture builds.
  • RIFE models v4.25 and v4.26 (#1304).
  • Support for processing videos without PTS information (#1278).
  • The feature to copy input streams' metadata to the output streams (#1282).
  • (Video2X Qt6) German translation (#1279).
  • (Video2X Qt6) Option to remove finished tasks from the queue.
  • (Video2X Qt6) Option to specify actions after processing is complete.
  • (Video2X Qt6) Support for adding and removing tasks during processing (#1281).
  • (Video2X Qt6) The feature to automatically set codec to PNG for images (#1204).
  • (Video2X Qt6) The preferences dialog.

Changed

  • Improve the CMake optimization flags and option names.
  • (Video2X Qt6) Embed translation files in the executable to avoid missing resources (#1250).
  • (Video2X Qt6) Redesign the main window UI to improve usability.

Fixed

  • A bug that causes the wrong encoder to be selected.
  • (Video2X Qt6) Incorrect font used for the Japanese translation (#1276).
![image](https://github.com/user-attachments/assets/26f4a12f-706b-4945-bfeb-37cdb943b642) ![image](https://github.com/user-attachments/assets/9b1cc8a7-2903-4d2c-80a2-8d81f007e45b)

- C++
Published by github-actions[bot] about 1 year ago

video2x - 6.3.1

[!NOTE] December 23, 2024: Updated the Ubuntu package to fix the incorrect package version.

[!NOTE] Due to the large size of the RIFE model files, only the latest versions (v4.6 and v4.0) are included in the downloads. If you need to use any of the older models, please download them from here and place them in the models directory.

Fixed

  • The issue of decreasing PTS precision with increasing video duration (#1269).
  • (Video2X Qt6) Errors restoring Real-CUGAN configs in the Edit Task dialog.
  • (Video2X Qt6) The incorrect comparison of version numbers.

- C++
Published by github-actions[bot] about 1 year ago

video2x - 6.3.0

[!NOTE] Due to the large size of the RIFE model files, only the latest versions (v4.6 and v4.0) are included in the downloads. If you need to use any of the older models, please download them from here and place them in the models directory.

Added

  • A logger manager to provide unified logging across the application.
  • Support for Real-CUGAN ncnn Vulkan (#1198).
  • (Video2X Qt6) A check to ensure the required VC++ Redistributable version is installed.
  • (Video2X Qt6) A configuration manager to save user preferences like the last selected language.
  • (Video2X Qt6) A new logging widget to display logs in the UI.
  • (Video2X Qt6) Custom options crf=20 and preset=slow to the default encoder options.
  • (Video2X Qt6) French translation.
  • (Video2X Qt6) The ability to check for available updates and prompt the user to update.
  • (Video2X Qt6) Tooltips for processor and encoder options.

Changed

  • Improve optimization flags and add namespaces for better code organization.
  • (Video2X Qt6) Add processor names to processed videos instead of .processed.
  • (Video2X Qt6) The output video suffix from auto-generated to .mkv.

Fixed

  • Make the encoder always use the calculated PTS with corrected math.
  • (Video2X Qt6) The issue where task configs are being restored incorrectly in the UI.
![image](https://github.com/user-attachments/assets/89fa6a0e-6808-4648-bac3-aefa10a2840b) ![image](https://github.com/user-attachments/assets/c56ac9c2-c451-43d0-a22b-2d5a0ced6dfa) ![image](https://github.com/user-attachments/assets/941c7062-dc51-4631-8537-169574d7cf3e)

- C++
Published by github-actions[bot] about 1 year ago

video2x - 6.2.0

[!IMPORTANT] If Video2X crashes (closes) immediately after pressing "Start," try installing the latest Visual C++ Redistributable package from the following link: https://aka.ms/vs/17/release/vc_redist.x64.exe.

[!NOTE] Due to the large size of the RIFE model files, only the latest version (v4.6) is included in the downloads. If you need to use any of the older models, please download them from here and place them in the models directory.

Added

  • Automatic selection of the most suitable pixel format for the output video.
  • Frame interpolation processing mode.
  • More AVCodecContext options.
  • Support for RIFE ncnn Vulkan.
  • Support for specifying arbitrary AVOptions for the encoder (#1232).
  • Visual C++ Redistributable version check to the installer. (Video2X Qt6)

Changed

  • Improve CLI argument validation.
  • Improve error handling and error messages.
  • Improve the CLI help message structure and clarity.
  • Improve the UI with a complete redesign. (Video2X Qt6)

Removed

  • The C API for easier maintenance and development.

Fixed

  • Timestamp errors processing frames with PTS equal to 0 (#1222).
![image](https://github.com/user-attachments/assets/68c6d65b-89a2-4553-a783-f5e663aa1313)

- C++
Published by github-actions[bot] about 1 year ago

video2x - 6.1.1

[!IMPORTANT] December 7, 2024: If Video2X crashes (closes) immediately after pressing "Start," try installing the latest Visual C++ Redistributable package from the following link: https://aka.ms/vs/17/release/vc_redist.x64.exe.

[!NOTE] November 9, 2024: A build has been added for Ubuntu 22.04. The Ubuntu 24.04 build has also been updated to add some missing dependencies.

Added

  • Time remaining, and processing speed to the status bar.

Fixed

  • Stream mapping for cases where the video stream is not the first stream in the input file (#1217).
  • The encoder using the wrong color space for the output video.
![image](https://github.com/user-attachments/assets/f952e445-ed88-4f86-a25c-9492d43c50df)

- C++
Published by github-actions[bot] over 1 year ago

video2x - 6.1.0

[!NOTE] The Linux binary release has been replaced with a Debian .deb package built for Ubuntu 24.04.

Added

  • A better timer that gets paused when the processing is paused.
  • Detection for the validity of the provided GPU ID.
  • The --listgpus option to list available Vulkan GPU devices.
  • Vulkan device selection for libplacebo.
  • Status bar and processing statistics. (Video2X Qt6)

Fixed

  • Wide character string paths support on Windows systems without UTF-8 suppoprt enabled.

Changed

  • Automatically detect if options colorspace and range are supported by the buffer filter.
  • Resource file missing error messages.
  • Rewritten the CLI with C++.
![image](https://github.com/user-attachments/assets/57aa11d0-dd01-49e9-b6b0-2d2f21a363ac)

- C++
Published by github-actions[bot] over 1 year ago

video2x - 6.0.0

This is the official release of Video2X version 6.0.0.

TL;DR: Version 6.0.0 is a complete rewrite of the Video2X project in C/C++, featuring a faster, more efficient architecture, cross-platform support, vastly improved output quality, and a new GUI and installer for easy setup on Windows.

[!NOTE]
October 29, 2024: The Windows installer has been updated to automatically install the VC++ Runtime if required and to check for Vulkan support, warning the user if the Vulkan runtime is missing.

screenshot

Complete Summary of Changes in 6.0.0

Version 6.0.0 is a complete rewrite of this project in C/C++. It:

  • genuinely works this time, with much less hassle compared to the 5.0.0 beta;
  • is blazing fast, thanks to the new optimized pipeline and the efficiency of C/C++;
  • is cross-platform, available now for both Windows and Linux;
  • offers significantly better output quality with Anime4K v4 and RealESRGAN;
  • supports Anime4K v4 and all custom MPV-compatible GLSL shaders;
  • includes support for RealESRGAN (all three models) via ncnn and Vulkan;
  • requires zero additional disk space during processing, just space for the final output; and
  • exports a standard C function for easy integration into other projects! (documentations are on the way)

The graphical user interface currently supports the following languages:

  • English (United States)
  • 简体中文(中国)
  • 日本語(日本)
  • Português (Portugal)

Why the 5.0.0 branch was abandoned:

  • Wrapped C++ libraries for Python were too complex to build for cross-platform distribution.
  • Certain wrapped C++ libraries exhibited unexpected behaviors.
  • Running FFmpeg through commands and piping data via stdin/stdout proved inefficient.
  • Native C/C++ binaries are significantly smaller and more efficient, leveraging the inherent speed of machine code, compiler optimizations, and link-time optimization.

All Notable Changes From 6.0.0-beta.5

  • feat: added all Anime4K v4 modes (A, B, C, A+A, B+B, C+A, GAN)
  • fix: fixed the issue where custom GLSL shader paths are formatted incorrectly on Windows
  • fix: fixed the issue where the output video has a different advertised frame rate than the original video
  • fix: fixed missing and incorrect command line arguments

- C++
Published by github-actions[bot] over 1 year ago

video2x - 6.0.0-beta.5

Without major issues and bugs, this should be the last beta build before the official release of 6.0.0.

All Notable Changes From 6.0.0-beta.4

  • feat: added more modes for Anime4K v4 (A, B, C, A+A, B+B, C+A)
  • feat: added the about dialog and a report bugs link
  • fix: fixed the issue where the user can select an invalid scaling ratio for the selected RealESRGAN model
  • fix: fixed the bug where non-English systems cannot switch to the English locale
libplacebo now comes with all Anime4K v4 modes: ![image](https://github.com/user-attachments/assets/e771d1c4-c859-4389-aefa-f5ebd3a3c6f8) A short description for each mode is available in the tooltip: ![image](https://github.com/user-attachments/assets/9c8757bd-892b-4d74-8573-1655dd2bde01) The about page has been implemented: ![image](https://github.com/user-attachments/assets/6ccc673a-2508-43c0-b9c7-c1394df9ddbb)

- C++
Published by github-actions[bot] over 1 year ago

video2x - 6.0.0-beta.4

All Notable Changes From 6.0.0-beta.3

  • fix: fixed a memory leak in the encoder
  • feat: use OpenCV to read the total number of frames for videos that don't have nb_frames in their metadata
  • feat: added Japanese (Japan) translation for the GUI (thanks @reindex-ot)
  • feat: added Portuguese (Portugal) translation for the GUI (thanks @ruiramalhoofc)
  • feat: improved the looks of the progress bar
A new progress bar: ![image](https://github.com/user-attachments/assets/bd9e0b82-67ee-4b62-a830-a694db6f5de3) Japanese (Japan) translation: ![image](https://github.com/user-attachments/assets/8f12c32c-23f5-412f-8a73-7a5ae6f35a43) Portuguese (Portugal) translation: ![image](https://github.com/user-attachments/assets/bc13395f-0658-4b1a-b73a-26a64c298f7b)

- C++
Published by github-actions[bot] over 1 year ago

video2x - 6.0.0-beta.3

All Notable Changes From 6.0.0-beta.2

  • feat: switched logging to spdlog with log levels
  • docs: fixed docs for libvideo2x functions
  • feat: organized header files
  • feat: GUI translations for Simplified Chinese
You can now open a log console from the GUI. `libvideo2x`'s internal logging has also been switched to proper logging with spdlog from printf. ![Improved UI and Logging](https://github.com/user-attachments/assets/e564eb72-8a6f-465c-bdb1-f92cd2a83462) Translation for Simplified Chinese has been added to the UI. This includes all UI elements, pop-up messages, and tooltips. ![zh_CN Translation](https://github.com/user-attachments/assets/99b97803-cc66-4ea6-a80f-ec866d49fb55)

- C++
Published by github-actions[bot] over 1 year ago

video2x - 6.0.0-beta.2

[!NOTE]
October 10, 2024: Added an installer for Video2X Qt6 for Windows.

All Notable Changes From 6.0.0-beta.1

  • feat: added support for copying audio and subtitle streams
  • feat: added hwaccel for encoder and decoder (unstable)
  • feat: added benchmark mode (--benchmark)
  • feat: added pause and abort for CLI (SPACE to pause, q to abort)
  • chore: updated default preset and crf settings
Video2X 6.0.0 now has a new Qt6 GUI: ![video2x-qt6-gui](https://github.com/user-attachments/assets/bde4e4e2-2f97-412f-8e34-848f384be720) Pause and abort for CLI: ![image](https://github.com/user-attachments/assets/6fe0a14c-fde2-4b21-9499-45acb3ecbfd3) Copying audio & subtitle streams: ![image](https://github.com/user-attachments/assets/ff798e3c-e869-4a55-99a8-101ca0a37e6f)

- C++
Published by github-actions[bot] over 1 year ago

video2x - 6.0.0-beta.1

A complete rewrite of the project in C/C++.

The container image is available here.

- C++
Published by github-actions[bot] over 1 year ago

video2x - Video2X 5.0.0-beta5

  • 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.

- C++
Published by github-actions[bot] almost 4 years ago

video2x - Video2X 5.0.0-beta4

  • Enabled audio, subtitle, data, and attachment streams copying support
  • Fixed a bug in argument parsing

- C++
Published by github-actions[bot] about 4 years ago

video2x - Video2X 5.0.0-beta3

  • 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.

- C++
Published by k4yt3x about 4 years ago

video2x - Video2X 5.0.0-beta2

  • Fixed two memory usage issues in beta 1. It shouldn't blow your memory up in 30 seconds now.

- C++
Published by k4yt3x about 4 years ago

video2x - Video2X 5.0.0-beta1

⚠️ 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.

- C++
Published by k4yt3x about 4 years ago

video2x - Video2X 4.8.1

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.

- C++
Published by k4yt3x about 5 years ago

video2x - Video2X 4.8.0

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

- C++
Published by k4yt3x about 5 years ago

video2x - Video2X 4.7.0

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

- C++
Published by k4yt3x over 5 years ago

video2x - Video2X 4.6.1

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

- C++
Published by k4yt3x over 5 years ago

video2x - Video2X 4.6.0

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

- C++
Published by k4yt3x over 5 years ago

video2x - Video2X 4.5.0

In this release:

  • Added log file system
  • Fixed python-magic-bin related issues
  • Fixed file list item deletion issues

image

Checksums:

  • video2x-4.5.0-win32-light.zip
    • SHA-256: AC99F519C32D943C895E107ACE9A00DF02B5BC76024FF10C3246A45FA0596A0E
  • video2x-4.5.0-win32-full.zip
    • SHA-256: 8D11B511FC46ACAB353343B5A67464178401D55D4A741B20C62AF199C9121147

- C++
Published by k4yt3x over 5 years ago

video2x - Video2X 4.4.1

In this release:

  • Updated the setup script for new waifu2x/srmd/realsr-ncnn-vulkan release structure
  • Updated waifu2x/srmd/realsr-ncnn-vulkan packages
  • More comments in the config file

Checksums:

  • video2x-4.4.1-win32-light.zip
    • SHA-256: A680385B1CA958A206B22D8AA947A3E5B33EA7FE15AD3C755ED4140AE361D8CA
  • video2x-4.4.1-win32-full.zip
    • SHA-256: 7ECAA400582169DCF81A69309A9A5B9BDB17D8411669711DE9F0278EF504A57B

- C++
Published by k4yt3x over 5 years ago

video2x - Video2X 4.4.0

Changes in this release:

  • Added support for RealSR NCNN Vulkan
  • Fixed Anime4KCPP multi-processing mishandling issues
  • Some other changes for the Linux platform

image

Checksums:

  • video2x-4.4.0-win32-light.zip
    • SHA-256: F9C70EDA8D87668A648D5CCC85BABACBD2B035A8546655B3AE2A7A8345BB3B49
  • video2x-4.4.0-win32-full.zip
    • SHA-256: 7222022D707FA29D6C99E1F0A083622C7B19CB679E0F628964EF744306DF431F

- C++
Published by k4yt3x over 5 years ago

video2x - Video2X 4.3.0

Changes in this release:

  • Using mimetypes as a backup method for mime type detection when python-magic fails
  • Added GUI shortcut keys
  • Added H264/H265 tune option
  • Requiring CLI input/output path to be specified when help is not specified
  • Some other minor tweaks and fixes

image

Checksums:

  • video2x-4.3.0-win32-light.zip
    • SHA-256: 4E130B7C50507FC4FAC8CDBF8EDE8BFE78AAFA420513CEE734D1C2B2EDBB0180
  • video2x-4.3.0-win32-full.zip
    • SHA-256: 58F7F3822A1F25C3A7A22570CA25010891700D25DDD1CAB3FA196F4D276F40A9

- C++
Published by k4yt3x almost 6 years ago

video2x - Video2X 4.2.0

Changes in this release:

  • Added FFmpeg frame interpolation option (minterpolate)
  • Added stopping confirmation dialog
  • Changed default output pixel format to yuv420p for better compatibility
  • GUI component minor tweaks

image

Checksums:

  • video2x-4.2.0-win32-light.zip
    • SHA-256: A49043384C4C138C981A2C09F8EB174A6A15099DB42C355F4CF49CDB8BB3B0EB
  • video2x-4.2.0-win32-full.zip
    • SHA-256: AC5D19C7AE0069E8BF7CBA85C042E8F5C4E080BA997DCF98C24C497634115E87

- C++
Published by k4yt3x almost 6 years ago

video2x - Video2X 4.1.0

Changes in this release:

  • Added FFmpeg settings in GUI
  • Added Gifski settings in GUI
  • Added FFprobe tool in GUI
  • Display upscaler version number in about page
  • Fixed setup script pyunpack PyInstaller bugs (or maybe not bugs)
  • Various bug fixes and enhancements. Check commit history for details

image

Checksums:

  • video2x-4.1.0-win32-light.zip
    • SHA-256: 67913323B456207F6B262ACD1CA764A07A8B7C58DACFFEC3E2E28224F442B82A
  • video2x-4.1.0-win32-full.zip
    • SHA-256: 73598F869C19F68185CDFC2743EE591BD2042E6F3CF107B17FDD44CAC6FBFE57

- C++
Published by k4yt3x almost 6 years ago

video2x - Video2X 4.0.0

New features in 4.0.0 release as compared to the previous stable release:

  • Added internationalization support for CLI
    • Added language zh_CN (简体中文)
    • Language will change automatically according to system locale settings
  • Added support for Anime4KCPP in replacement for Anime4K (Java)
  • Driver-specific settings can now be specified in the command line by specifying them after a --
  • All driver-specific settings are parsed by the corresponding driver
  • Modularized driver wrappers in Video2X
  • Completely redesigned GUI
  • Added stop button (or actually making it do something)
  • Added time elapsed, time remaining and processing speed under progress bar
  • Added environment variable expansion for paths (e.g., %LOCALAPPDATA%\video2x)
  • Redesigned exception handling
  • Added soft interruption. setting self.stop_signal = True in Upscaler object stops execution
  • Added comments for all drivers in the config file
  • Added folder processing functionalities for GUI
  • Added drag and drop support
  • Upgraded input line edit to table view
  • Redesigned UI progress display
  • Other tweaks and minor bug fixes
  • Added drag and drop support
  • Upgraded input line edit to table view
  • Redesigned UI progress display
  • Other tweaks and minor bug fixes
  • Cleaned up some clutters in the code

New in this release compared to beta versions:

  • Frame preview
  • Output intermediate file if stream migration fails instead of losing all progress
  • More GUI options for waifu2x-converter-cpp
  • Better about and error dialogs
  • Redesigned driver argument parsing procedure that's more accurate
  • SRMD-NCNN-Vulkan and Waifu2X-NCNN-Vulkan native multi-threading support
  • Bug fixes for preview releases

image

Checksums:

  • video2x-4.0.0-win32-light.zip
    • SHA-256: 55D68C19A986CCC28E7D49888A0541914F6F00E203EE46D519CC7C28F6A0A3BC
  • video2x-4.0.0-win32-full.zip
    • SHA-256: 977AC9201A7C4BAA3A18E84AF3622E07A70A441C3821F8D7F361D1680F482E7B

- C++
Published by k4yt3x almost 6 years ago

video2x - Video2X 4.0.0-beta3

New in this release:

  • Added drag and drop support
  • Upgraded input line edit to table view
  • Redesigned UI progress display
  • Other tweaks and minor bug fixes

image

Checksums:

  • video2x-4.0.0_beta3-win32-light.zip
    • SHA-256: 2D724B97CFB8DA4373347B6BE0E81A5346FC628F6F24E764952D1BC117800A5C
  • video2x-4.0.0_beta3-win32-full.zip
    • SHA-256: 20DEBE7442AE4BFC90D3711EB9D5342D03C8393B5B2668BE6F28B4F1617D91E7

- C++
Published by k4yt3x almost 6 years ago

video2x - Video2X 4.0.0-beta2

Lots of improvements and bug fixes compared to the previous version.

  • Added stop button (or actually making it do something)
  • Added time elapsed, time remaining and processing speed under progress bar
  • Added environment variable expansion for paths (e.g., %LOCALAPPDATA%\video2x)
  • Redesigned exception handling
  • Added soft interruption. setting self.stop_signal = True in Upscaler object stops execution
  • Added comments for all drivers in the config file
  • Added folder processing functionalities for GUI

image

Checksums:

  • video2x-4.0.0_beta2-win32-light.zip
    • SHA-256: 0641CB40ADB2B0D13B6CEE8D289D44B3C190B5E73F98524203A454C8AFC14D2C
  • video2x-4.0.0_beta2-win32-full.zip
    • SHA-256: 3AA61A29DD2945C3F8B22CE0F1E4DEE668D2A2D7975BA9691F27E97E010FF180

- C++
Published by k4yt3x almost 6 years ago

video2x - Video2X 4.0.0-beta1

This pre-release contains an experimental version of Video2X CLI 4.0.0 and GUI 2.0.0. Both the CLI and GUI are completely redesigned. This version is still in beta testing, and is yet stable.

image

Checksums:

  • video2x-4.0.0_beta1-win32-light.zip
    • SHA-256: 5391085E2D14A234A80E3953F0C3AE531FDC8917309BFC38BD8DBA42C342B088
  • video2x-4.0.0_beta1-win32-full.zip
    • SHA-256: C6A54C257DDAB4AB3766F01D5B35BCC29745DF779F033364D4D70A6BBCBC4DD4

- C++
Published by k4yt3x almost 6 years ago

video2x - Video2X 3.0.0

The 3.0.0 release contains the newest version of the code after Linux compatibility has been added. For Windows users, this version resolves bugs such as temp directory cleaning issues and some logical errors that might trigger crashes.

Since the PE files are unsigned, it's recommended to do a checksum before executing anything.

Checksums:

  • video2x-3.0.0-win32-light.zip
    • SHA-256: E64CE16C657E8AD5CDCCE01360D669BF86A929DF52B90AAE743545BCD0BC7674
  • video2x-3.0.0-win32-full.zip
    • SHA-256: 8F17D3F8EC59C2CF9F70F89C12810E2AA741DBDC05ADCA1C85DD80C6C01ED3B8

- C++
Published by k4yt3x about 6 years ago

video2x - Video2X 2.10.0

This release contains version 2.10.0 of the base Video2X executable, and version 1.1.1 of Video2X GUI.

Checksums:

  • video2x-2.10.0-win32-light.zip
    • SHA224: 140750ed41b0e54e930ea0869fb604283a502b129923af81ededbdb0

- C++
Published by k4yt3x over 6 years ago

video2x - Video2X 2.9.0

This version includes the new Video2X GUI 1.0.0, with a number of enhancements (e.g. pathlib.Path instead of os.path).

Checksums:

  • video2x-2.9.0-win32-full.zip
    • SHA224: 7404619522f647f24a85fe313f22b220d3e49403f2aec9e330520f65
  • video2x-2.9.0-win32-light.zip
    • SHA224: 8be2ef31309beb75dcf676de69b3ac42e28ede6bbdda0e5e2ea4976b

- C++
Published by k4yt3x over 6 years ago

video2x - Video2X 2.7.1

This release addressed some bugs that existed in the previous version, where the most important one being that the FFmpeg arguments are not passed in the correct order.

Checksums:

  • video2x-2.7.1-win32-full.zip
    • SHA224: f771bf66d98e5869fade15dc3d8ebcfc68f6cc7f6160f97c47123058
    • MD5: 7efe61175ffce26ca4b81d99f77e4b15
  • video2x-2.7.1-win32-light.zip
    • SHA224: 8974fa2f400c690fd7088501a82c8580e7a69957219024a532cc9327
    • MD5: a7175c31eb1805c58523bc3eb610d2e8

- C++
Published by k4yt3x almost 7 years ago

video2x - Video2X 2.7.0

This is the first release of Video2X in exe format. Files are packaged using pyinstaller 3.4 and Python 3.7.2. If you have any suggestions for the release format, please open a new issue to leave a comment.

The full package contains ffmpeg, waifu2x-caffe and waifu2x-converter-cpp. The configuration file is already configured for the environment. The light package only contains the basic video2x.exe and video2x_setup.exe. To setup dependencies, run the video2x_setup.exe.

Checksums:

  • video2x-2.7.0-win32-full.zip
    • SHA224: ccc9f55d27ddac482d6823b5737b21d1576b47149851b48a1a69f57e
    • MD5: 20620c557af208eb23583795b187d78e
  • video2x-2.7.0-win32-light.zip
    • SHA224: 5663932385db8734acdc2ebf6d6fb5b7e57c002b16d77b9c77458a3e
    • MD5: 91760658f717becfdf9e4759a533931f

- C++
Published by k4yt3x almost 7 years ago