Skip to content

Releases: rigaya/QSVEnc

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.

3.23

26 Jun 12:57
Compare
Choose a tag to compare
  • Add option to copy data streams. (--data-copy)

3.22

23 Jun 10:40
Compare
Choose a tag to compare
  • Fix reading in RGB format not working.
  • Add feature to copy subtitle as data stream. (--sub-copy asdata)

3.21

15 Jun 12:43
Compare
Choose a tag to compare
  • Support matroska xml format in --chapter.

  • Update libraries of ffmpeg and others.
    Now bluray protocol is supported, by "-i bluray:D:\" (AACS decode will not be supported.)

    • [New] libxml2 2.9.9
    • [New] libbluray 1.1.2
    • [New] aribb24 rev85
    • [Update] libpng 1.6.34 -> 1.6.37
    • [Update] libvorbis 1.3.5 -> 1.3.6
    • [Update] opus 1.2.1 -> 1.3.1
    • [Update] soxr 0.1.2 -> 0.1.3

3.18

24 Mar 14:13
Compare
Choose a tag to compare
  • Disable B frames when using interlaced H.264 encoding on Haswell systems, as it produces fuzzy videos on current driver (5063).
  • Add option to specify video tag (--video-tag).
  • Improve handling of timestamp for better audio-video synchronization, especially on vfr videos.

3.17

17 Dec 12:10
Compare
Choose a tag to compare
--master-displayが正常に動作しない場合があったのを修正。

3.14

04 Dec 13:11
Compare
Choose a tag to compare
Aviutlからのフレーム取得に要した時間を測定し、平均値を表示するように。

3.13

24 Nov 07:01
Compare
Choose a tag to compare
警告つぶし。