Skip to content

v0.9.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 00:16

What's new

Performance improvements

  • ntsc-rs no longer uses hyperthreading, because it seems to actually make things slower. Disabling hyperthreading improves performance by at least 25%.
  • Optimized the code a bit more, for an additional speed boost.
  • Fixed a performance bug on ARM processors (such as Apple Silicon). Users with an Apple Silicon device should also see a ~25% speed boost.

I measured an end-to-end performance improvement of 40% when compared to v0.9.0 on a Ryzen 7 7700X.

More

  • Added support for loading ntscQT presets.
  • Fix dot crawl on interlaced videos (#241). Thanks, @rgm89git!
  • Render jobs' ETA is now displayed in hours, minutes, and seconds. It's also calculated more accurately.
  • If the standalone application doesn't support a certain media format, it'll now tell you which format specifically.
  • When loading old presets in new versions of ntsc-rs, it now uses the default settings from when they were created, making them appear the way they did at creation time.

For installation instructions and further guidance, see the Getting Started guide on the ntsc-rs website.