Releases: rigaya/QSVEnc
Releases · rigaya/QSVEnc
7.90
- Add support for combining --output-format with
-c raw
. ( #257 )
Now supports cases like-c raw --output-format nut
. - Fix black/white processing in 10-bit depth for --vpp-edgelevel.
- Improve interlace detection when using --avsw.
7.89
- Fixed issue with --vpp-decimate where timestamp and duration of frames became incorrect due to improper handling of the final frame's timestamp.
- Improved handling of --avoid-idle-clock auto during parallel encoding (--parallel).
7.88
7.87
- Add
inverse_tone_mapping
option to --vpp-libplacebo-tonemapping. ( #250 ) - Fix GPU selection defaulting to the first GPU when performance counter information is not available. ( #248 )
- Add AI-based frame interpolation filter to double the frame rate. (--vpp-ai-frameinterp, #215, #237)
- Adjust log output format.
7.86
- Fix error when using
st2094-10
andst2094-40
fortonemapping_function
in --vpp-libplacebo-tonemapping. ( #252 ) - Improve VBV buffer size log display for AV1. ( #249 )
- Improve stability of --parallel. ( #248 )
- Use thread pool to prevent unlimited OpenCL build threads. ( #248 )
- Add
gpu_select
to --log-level to show GPU auto selection status.
7.85
- Improve audio and video synchronization to achieve more uniform mixing when muxing with subtitles or data tracks.
- Improve invalid input data hadling to avoid freeze when "failed to run h264_mp4toannexb bitstream filter" error occurs. ( #246 )
Now properly exits with error. - Add support for uyvy as input color format.
- Automatically disable --parallel when number of encoders is 1 when using
--parallel auto
. ( #247 )
7.84
- Add experimental parallel encoding feature with file splitting. (--parallel)
This will enable to use multi GPU in parallel when input is file using avsw/avhw/avs/vpy reader. - Add support for ISO 639-2 T-codes in language code specification.
- Continue processing even when DirectX11/Vulkan initialization fails.
- Fix timestamps occasionally becoming incorrect when using --seek with certain input files.
- Fix --qp-min and --qp-max not being set properly when only one of them is specified. ( #242 )
- Avoid unnecessary Dolby Vision RPU conversion. ( #243 )
- Fix error when using --vpp-deinterlace bob, where two frames with pts=0 were generated when the first frame was progressive with RFF.
- Add
libmfx1
package as dependency in Ubuntu 24.04 deb package.
7.83
- Fix --dolby-vision-rpu in AV1 encoding.
7.82
- Fix some codecs not being able to decode with --avsw since version 7.80.
- Add options 10.0, 10.1, 10.2, 10.4 to --dolby-vision-profile.
- Fix --dolby-vision-profile not working with inputs other than avhw/avsw.
- Improve hw device detection on Linux environments with multiple Intel GPUs.