Skip to content

Releases: rigaya/QSVEnc

3.33

07 Mar 13:20
Compare
Choose a tag to compare
  • Add option to set input option(s) for avsw/avhw reader. ( --input-option)
  • Add option to convert colorspace. ( --vpp-colorspace)
    This uses conversion by Media SDK, rather limited to the same option in NVEnc.
  • Improve audio mux handling especially trueHD.

3.32

29 Feb 10:12
Compare
Choose a tag to compare
  • Fix --cqp option was not parsed properly in QSVEnc 3.31.
    --cqp with 1 or 2 values were not parsed correct.

  • Fix --caption2ass failing in some ts files.

  • Added some missing options in --help ( #21 ).

3.31

20 Feb 11:44
Compare
Choose a tag to compare
  • Improve handling of mux process, which might fix the instability of seeking, like audio getting silent for a while after seeking.
  • Improve error message when command line parsing has failed.

3.30

01 Feb 23:57
Compare
Choose a tag to compare
  • Remove "--vpp-sub" option, as it wasn't actually working these days.
  • Fix QSVEnc 3.29 crushed when finishing encode on some environments.
  • Add feature to copy color characteristic params from input file, when using avhw/avsw reader.
  • Always show output file name on console.
  • Now color characteristic params, mastering dsiplay and maxcll information will be shown on the log.

3.29

18 Jan 15:10
Compare
Choose a tag to compare
  • Change System requirements to "Win10". (Remove Win7.)
  • Update Media SDK to 2019R1.
  • Add option to copy HDR related metadata. ( --master-display copy, --max-cll copy)
  • Now progress indicator will show per process utilization, which was previously showing per system utilization.
  • Update ffmpeg dll.
    libogg-1.3.3 → 1.3.4
    twolame-0.3.13 → 0.4.0
    wavpack-5.1.0 → 5.2.0
    libxml2-2.9.9 → 2.9.10
    dav1d-0.5.2 ! new !

3.28

24 Dec 13:22
Compare
Choose a tag to compare

Some bug fixes.

  • Fix memory leak in audio processing.
  • Fix issue that encode speed and bitrate were not shown properly by --pref-monitor.
  • Fix trueHD decode error in mkv which has certain pattern of timestamps.

3.27

24 Dec 14:15
Compare
Choose a tag to compare

Update only for QSVEnc.auo.

3.26

19 Nov 13:53
Compare
Choose a tag to compare
  • Allow one of the value (either width or height) in --output-res to be negative, which will automatically calculate the width or height to keep the aspect ratio.

3.25

15 Nov 11:57
Compare
Choose a tag to compare
  • Remove support of VC-1 hw decode. ( #17 )
    It was corrupted from 3.04, and I was not able to recover it.

  • Fix potential deadlock of the app.

  • Improve method of investigating CPU frequency.

  • Avoid --master-display and --max-cll not working fine when muxing into mp4, mkv, etc.

  • Add new feature to mux external subtitle file. ( --sub-source )

  • Add initial support for avs audio.

  • Adapt progress indicator to console width.

  • Fix issue that audio decoding run into error in some cases.

3.24

05 Jul 14:44
Compare
Choose a tag to compare
  • improve implementation of --sub-copy asdata.

  • Fix issue "-c raw" or "--disable-d3d" causing error: "Failed to SynchronizeFirstTask : unknown error" from QSVEnc 3.21.