Releases: rigaya/VCEEnc
Releases · rigaya/VCEEnc
8.20
- Fix wrong timestamp calculation when using bob (60fps mode) in --vpp-yadif/--vpp-nnedi.
- Now automatically detect interlace mode when deinterlacer is used but no interlace setting is made.
- Suppress frequently shown log messages that will slow down encoding.
8.19
8.18
8.17
- Update AMF to 1.4.30.
Requires AMD Radeon Software Adrenalin Edition 23.5.2 or later. - Add new filter to apply RFF (--vpp-rff).
- --audio-stream is now also supported when reading avs.
- AV1 encoding now properly reflects colormatrix, and fullrange flag. ( #93 )
- Add quiet to --log-level.
- Add support for new AVChannelLayout API (Windows only).
- Add check for smart access video. ( #84 )
- Now "hvc1" will be used instead of "hev1" for HEVC codec tags when --video-tag is not specified to improve playback compatibility.
- Enable rff in --vpp-afs by default.
- Use avsw by default for AV1 10-bit decode to avoid crush in hw decoder. ( #92 )
- The maximum vbv buffer size should be 500000kb. ( #88 )
- Fix problem that --thread-audio > 1 causes abnormal termination when audio filter switching occurs during encoding.
- Improve error messages of --vpp-afs, --vpp-nnedi, --vpp-yadif, and --vpp-pad.
- Fix problem that --vpp-decimate does not calculate the timestamp of the last frame properly and terminates abnormally.
8.16
8.15
8.14
8.13
8.12
- Add support for libavdevice.
- Fix problem in which audio whose timestamp does not start with 0 is not properly synchronized with the video when loaded with --audio-source.
- Add new parameter for --audio-source/--sub-source to specify file format.
8.11
- Avoided error when trying to resize in environments where HQScaler is not available.
- Improved bilinear interpolation quality with down scaling, and added bicubic.
- Avoid chroma shifting problems with y4m files that do not have color space information. Changed default to YV12.
- Avoid "pgs_frame_merge missing error" in Linux environment.
- Added --no-deblock option. ( #81 )