Skip to content

Weekly pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 21:31
· 840 commits to master since this release
7970d35

What's Changed

Current fast scene detection in rav1e relatively slow to compared methods of scene detection, and have proclivity to show false results or don't detect scene changes where they appear.

This PR reworks fast scene detection algorithm, making it faster, better, and more accurate.

Achieved goals are:

  • Faster decision making ( Both less and more efficient computations )
  • More accurate scene detection, by adjusting threshold based on previous frames
  • Frame downscale for faster decisions

Full Changelog: p20210713...p20210720