Releases: rigaya/QSVEnc
Releases · rigaya/QSVEnc
4.10
4.09
4.08
- Add option to set input colorspace for raw input. ( --input-csp )
Raw input will now support yuv420/422/444 color formats. - Fix issue that Apple prores codec could not be decoded.
- Now --output-depth 10 will automatically apply --profile main10 for HEVC encoding.
- Update Linux build to support Broadwell gen CPUs or later. Support for Haswell CPUs and before will be dropped. ( #34 )
- Add docs showing how to build in Linux systems. ( #34 )
4.07
4.06
4.05
4.04
- Avoid application failing by hw decode error with some HEVC files, by switching to sw decoder.
- Put default vpy reader back to multi-thread version, the default was accidentaly changed to single thread from 4.02.
- Now more details will be shown about Avisynth+/AvisynthNeo version when using avs reader.
- Add delay option to --audio-source. ( rigaya/NVEnc#241 )
4.03
- Fix audio length getting shorter than video after encoding when some of the --audio-filter (such as loudnorm) were used.
- Fix --lowlatency causing error when used with --avsw/--avhw.
- Fix app crashing with --video-tag option.
- Add option for metadata output control.
- Add option to specify disposition. ( --audio-disposition, --sub-disposition, #226 )
- Add option to show sorted option list. (--option-list)
4.02
- Fix potential memory access issue in yuv444 -> yv12/p010 conversion.
- Add option for lowlatency encoding. (--lowlatency)
Not recommended in most cases, as it harms encode throughput.