Skip to content

Releases: rigaya/QSVEnc

4.10

19 Nov 11:11
Compare
Choose a tag to compare
  • Fix B pyramid and Pyram QP Offset not working on QSVEnc 4.09. ( #37 )
  • Add --extbrc option. ( #15 )
  • Update exe file property information to proper version number. ( #38 )

4.09

12 Nov 11:25
Compare
Choose a tag to compare
  • Add support for Media SDK 1.34.
  • Change GPU based YUV422→YUV420 conversion to CPU based conversion, as it failed in some environments with dGPU. ( #36 )
  • Improve performance monitoring stability.

4.08

30 Sep 14:09
Compare
Choose a tag to compare
  • Add option to set input colorspace for raw input. ( --input-csp )
    Raw input will now support yuv420/422/444 color formats.
  • Fix issue that Apple prores codec could not be decoded.
  • Now --output-depth 10 will automatically apply --profile main10 for HEVC encoding.
  • Update Linux build to support Broadwell gen CPUs or later. Support for Haswell CPUs and before will be dropped. ( #34 )
  • Add docs showing how to build in Linux systems. ( #34 )

4.07

06 Aug 13:52
Compare
Choose a tag to compare

4.06

01 Aug 23:38
Compare
Choose a tag to compare
  • Fix occasional error caused in QSVEnc 4.05.
  • Fix Linux build corrupted in QSVEnc 4.05.
  • Fix illegal character shown in error message.

4.05

29 Jul 13:57
Compare
Choose a tag to compare
  • Update ffmpeg dlls. This will add support for muxing PGS subtitles into m2ts containers.
  • Fix --audio-stream stereo not working.
  • Add default-duration segment for mkv output.
  • Avoid crush when using --chromaloc. ( #28 )

4.04

16 Jun 14:40
Compare
Choose a tag to compare
  • Avoid application failing by hw decode error with some HEVC files, by switching to sw decoder.
  • Put default vpy reader back to multi-thread version, the default was accidentaly changed to single thread from 4.02.
  • Now more details will be shown about Avisynth+/AvisynthNeo version when using avs reader.
  • Add delay option to --audio-source. ( rigaya/NVEnc#241 )

4.03

31 May 12:37
Compare
Choose a tag to compare

4.02

06 May 06:32
Compare
Choose a tag to compare
  • Fix potential memory access issue in yuv444 -> yv12/p010 conversion.
  • Add option for lowlatency encoding. (--lowlatency)
    Not recommended in most cases, as it harms encode throughput.

4.01

16 Apr 10:45
Compare
Choose a tag to compare
  • Fix error caused when using vpp filters on IvyBridge gen CPUs.