Skip to content

Releases: rigaya/QSVEnc

7.70

24 Sep 12:52
Compare
Choose a tag to compare
  • Update libvpl to support API 2.13.
  • Add libplacebo resize filters for Windows x64 build (--vpp-resize).
  • Update ffmpeg libraries. (Windows)
    • ffmpeg 7.0 -> 20240822
    • dav1d 1.4.1 -> 1.4.3
    • libvpl 2.11.0 -> 2.12.0
    • libvpx 2.14.0
    • Add MMT/TLV demuxer patch to support mmts files.
  • Fix help of --vpp-smooth showing wrong value range for qp option.

7.69

20 Aug 12:42
Compare
Choose a tag to compare
  • Add RGB output feature. (--output-csp rgb)
    • Please note that some filters do not support this feature.
    • RGB output is only supported in HEVC FF mode.
  • Rename --output-csp values to match those of NVEnc.
    • i420 → yuv420, i422 → yuv422, i444 → yuv444
    • previous values shall still work but removed from documents.
  • Add feature to copy Dolby Vision profile from input file. (--dolby-vision-profile copy)
    Supported on Windows and Ubuntu 24.04.
  • Add feature to copy Dolby Vision rpu metadata from input HEVC file. (--dolby-vision-rpu copy)
  • Avoid "failed to get header." error on some HEVC input files. ( #196 )
    When H.264/HEVC header cannot be extracted, it can be now retrieved from the actual data packets.
  • Fix problem in audio encoding that 5.1(side) could not be encoded.
  • Fix --vpp-transform causing illegal memory access error when width or height cannot be divided by 64.
  • Fix seek issue caused by audio getting muxed to a different fragment than the video at the same time, due to insufficient buffer for audio mux.

7.68

06 Jul 09:10
Compare
Choose a tag to compare
  • Switch from oneVPL to libvpl.
  • Add package for Ubuntu 24.04.
  • Add support for API 2.11.
  • Add per channel options to --vpp-tweak. ( #203 )
  • Add test implementation for AI Super resolution. (--vpp-resize mfx-ai-superres)
    Please note this is test implementation and may not work, as the driver (at least at 31.0.101.5593 @ Arc A380) seems to not support yet.

7.67

29 Jun 04:38
Compare
Choose a tag to compare
  • Fix frame inverted when reading from RGB format avi files. ( #206 )

7.66

08 Jun 09:36
Compare
Choose a tag to compare

7.65

24 May 13:03
Compare
Choose a tag to compare

7.64

12 May 08:55
Compare
Choose a tag to compare
  • Update to ffmpeg libs to 7.0 on Windows.
    • ffmpeg 6.1 -> 7.0
    • libpng 1.4.0 -> 1.4.3
    • expat 2.5.0 -> 2.6.2
    • opus 1.4 -> 1.5.2
    • libxml2 2.12.0 -> 2.12.6
    • dav1d 1.3.0 -> 1.4.1
    • libvpl 2.11.0 (new!)
    • nv-codec-headers 12.2.72.0 (new!)
  • Now --avsw can specify the decoder name to be used.
  • When --audio-bitrate is not specified, let codec decide it's bitrate instead of setting a default bitrate of 192kbps.
  • Don't process audio/subtitle/data tracks specified by --audio-bitrate or --audio-copy.
  • Fix problem from QSVEnc 7.62 or later that --master-display copy/--max-cll copy was not working correctly.

7.63

28 Apr 04:02
Compare
Choose a tag to compare

7.62

17 Mar 12:04
Compare
Choose a tag to compare
  • Now FF (Fixed Function, low power) mode will by used by default for HEVC encoding if possible. ( --function-mode )
  • Add option to specify audio by quality. ( --audio-quality )
  • Fix --vpp-smooth strength did not match that of 8-bit output when 10-bit output.
  • Fix a bug in AVX2 version of RGB3 to RGB4 conversion.
  • Fix crush when trying to output to a drive which does not exist.
  • Improved the message when a device could not be open due to lack of permissions in Linux environment.
  • Change default value of --avsync from cfr to auto, which does not fit the actual situation.

7.61

20 Feb 12:32
Compare
Choose a tag to compare
  • Add feature to prevent GPU clock dropping to idle and slowing down the encoding speed. (--avoid-idle-clock, enabled on dGPU by default)