Skip to content

Releases: rigaya/VCEEnc

6.04

17 Sep 14:31
Compare
Choose a tag to compare
  • Add 2nd deinterlace filter. (--vpp-nnedi)
  • Add filter to add padding to video. (--vpp-pad)
  • Add filter to flip o rotate video. (--vpp-transform, --vpp-rotate)
  • Add support for HEVC 10bit hw decode.
  • Add option to set input colorspace for raw input. (--input-csp)
  • Fix issue that Apple prores codec could not be decoded.
  • Fix problem --preset was not working properly for HEVC encoding.

6.03

15 Aug 01:14
Compare
Choose a tag to compare
  • Update ffmpeg dlls. This will add support for muxing PGS subtitles into m2ts containers.
  • Add vpp filters.
  • Add default-duration segment for mkv output.
  • Add delay option to --audio-source.
  • Add option for metadata output control.
  • Add option to specify disposition. ( --audio-disposition, --sub-disposition )
  • Add option to copy attachments. ( --attachment-copy )
  • Add option to show sorted option list. (--option-list)
  • Now more details will be shown about Avisynth+/AvisynthNeo version when using avs reader.
  • Now VCEEncC will support multi GPU envinroments better, by selecting the suitable GPU for encoding.
  • Put default vpy reader back to multi-thread version, the default was accidentaly changed to single thread from 6.01.
  • Avoid application failing by hw decode error with some HEVC files, by switching to sw decoder.
  • Fix --audio-stream stereo not working.
  • Fix audio length getting shorter than video after encoding when some of the --audio-filter (such as loudnorm) were used.
  • Fix app crashing with --video-tag option.
  • Fix --audio-source / --sub-source failing to get correct input file name.
  • Fix potential memory access issue in yuv444 -> yv12/p010 conversion.
  • Fix memory leak caused when writing in raw format.

6.02

14 May 14:50
Compare
Choose a tag to compare
  • Fix 2nd OpenCL compile error in Navi GPU ( #7 ).

6.01

12 May 12:40
Compare
Choose a tag to compare
  • Add option to enable pre-encode assisted rate control. ( --pe, #9 )
  • Fix OpenCL compile error when using --vpp-afs on Navi GPUs. ( #7 )
  • Add option for lowlatency encoding. (--lowlatency)
    Not recommended in most cases, as it harms encode throughput.

6.00

20 Apr 11:10
Compare
Choose a tag to compare

Major version bump is due to major update in VCEEnc.auo(Aviutl plugin).

Updates in VCEEncC

  • Ignore errors when invalid parameters were passed to audio encoders and decoders.
  • Fix problem that --chapter only worked with avsw/avhw reader.

5.04

07 Mar 13:27
Compare
Choose a tag to compare
  • Add option to set input option(s) for avsw/avhw reader. ( --input-option)
  • Improve audio mux handling especially trueHD.

5.03

29 Feb 10:05
Compare
Choose a tag to compare
  • Fix --caption2ass failing in some ts files.
  • Fix --cqp option was not parsed properly in VCEEnc 5.02.

5.02

11 Feb 09:58
Compare
Choose a tag to compare
  • Change system requirements to Win10 (only).
  • Update AMF from 1.4.14 to 1.4.16.
    Therefore VCEEnc now requires AMD Radeon Software Adrenalin Edition 20.2.1 or later.
  • Add option "--pa" to enable pre analysis module added in AMF 1.4.16, and options to adjust it. ( --pa-sc, --pa-ss, --pa-activity-type, --pa-caq-strength, --pa-initqpsc, --pa-fskip-maxqp )
  • Add options to calculate ssim/psnr (--ssim, --psnr).
  • Add feture to copy color characteristics from input file.
  • Now --tier high will be ignored when --level is set to 1 ~ 3.1.
  • Improve handling of mux process, which might fix the instability of seeking, like audio getting silent for a while after seeking.
  • Always show output file name on console.
  • Now progress indicator will show Video Encoder utilization.

5.01

24 Dec 13:53
Compare
Choose a tag to compare
  • Add deinterlacer implemented by OpenCL to VCEEnc. (--vpp-afs)
  • Avoid artifact caused on some environments when using hw decoder.
  • Fix memory leak in audio processing.
  • Fix trueHD decode error in mkv which has certain pattern of timestamps.

4.01

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