The release also includes v0.7.7; which could not get published to github release due to bug in our CI/CD.
What's Changed
- Add flag 'ignoreMaxPriceIfNeeded' by @leszko in #3127
- build.yaml: Fix extraction of artifacts when preparing for release by @hjpotter92 in #3146
v0.7.7
This release includes a new -hevcDecoding
flag for transcoders to configure HEVC decoding. If the flag is omitted, the default behavior on GPUs is unchanged, which is to auto-detect HEVC decoding support at transcoder start-up. Transcoders can disable HEVC decoding on GPUs if there is an issue with HEVC jobs via -hevcDecoding=false
. CPU transcoders now have HEVC decoding disabled by default since processing HEVC jobs is CPU-heavy, but this can be enabled by setting the -hevcDecoding
flag.
The transcoder now support mid-stream input rotations, rather than crashing or outputting cropped video as it did before.
Breaking Changes 🚨🚨
- #3119 CPU transcoders no longer decode HEVC or VP9 by default
Transcoder
- #3119 Add
-hevcDecoding
flag to toggle HEVC decoding
Bug Fixes 🐞
Transcoder
- #418 lpms: Fix CUVID crash on resolution change
- #417 lpms: Clamp resolutions in filter expression
- #416 lpms: Rescale DTS better during FPS passthrough
Full Changelog: v0.7.7...v0.7.8