Skip to content

Releases: rigaya/VCEEnc

8.37

22 Jun 08:48
Compare
Choose a tag to compare
  • Add raw output. (-c raw)
  • Switch to sw decode when hw decode fails to start. ( #101, #124 )

8.36

19 Jun 11:27
Compare
Choose a tag to compare
  • Add AV1 hw decode support. ( #125 )
  • Fix black/white processing in 10-bit depth for --vpp-edgelevel.
  • Improve interlace detection when using --avsw.
  • Fixed an issue with --vpp-decimate where timestamp and duration of frames became incorrect due to improper handling of the final frame's timing.
  • Use thread pool to prevent unlimited OpenCL build threads.
  • Improve stability of --parallel.

8.35

05 Apr 08:59
Compare
Choose a tag to compare
  • 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.
    Now properly exits with error.
  • Add support for uyvy as input color format.
  • Improve B-frame settings in AV1 encoding. ( #120 )
  • Automatically disable --parallel when number of encoders is 1 when using --parallel auto.

8.34

30 Mar 02:37
Compare
Choose a tag to compare
  • Fix B-frame QP value in AV1 encoding. ( #120 )
  • Add support for SAR (Sample Aspect Ratio) in AV1 encoding (on container side).

8.33

29 Mar 06:20
Compare
Choose a tag to compare
  • Update AMF to 1.4.36.
    Requires AMD Radeon Software Adrenalin Edition 25.1.1 or later.
  • Add slower option to (--preset) for H.264/HEVC.
  • Add parallel encoding feature with file splitting. (--parallel, Windows only)
  • Add support for ISO 639-2 T-codes in language code specification.
  • Fix timestamps occasionally becoming incorrect when using --seek with certain input files.
  • Fix --qvbr not reflected properly. ( #115 )
  • Fix error when AMD GPU is not recognized as first GPU in Vulkan.

8.32

04 Mar 09:43
Compare
Choose a tag to compare

8.31

01 Mar 11:54
Compare
Choose a tag to compare

8.30

18 Feb 10:07
Compare
Choose a tag to compare
  • Fix --avsw not working in VCEEnc 8.29.

8.29

17 Feb 12:50
Compare
Choose a tag to compare
  • Fix colormatrix/colorprim/transfer/SAR not written properly when writing into container format.

8.28

23 Jan 11:39
Compare
Choose a tag to compare
  • Fix some case that audio not being able to play when writing to mkv using --audio-copy.
  • Fix colormatrix/colorprim/transfer not set properly in some cases. ( #114 )
  • Add check for --level and --max-bitrate.