Skip to content

6.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 06:17
· 59 commits to master since this release
a6dfdc7

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