All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Automatic selection of the most suitable pixel format for the output video.
- Support for specifying arbitrary
AVOptions
for the encoder (#1232). - More
AVCodecContext
options.
- Improve the CLI help message structure and clarity.
- Timestamp errors processing frames with PTS equal to 0 (#1222).
- Time remaining, and processing speed to the status bar.
- 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.
- 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)
- Automatically detect if options
colorspace
andrange
are supported by the buffer filter. - Resource file missing error messages.
- Rewritten the CLI with C++.
- Wide character string paths support on Windows systems without UTF-8 support enabled (#1201).
- The initial release of the 6.0.0 version of Video2X.