Skip to content

Releases: valadaptive/ntsc-rs

v0.7.3

08 Jun 22:03
Compare
Choose a tag to compare

What's new

  • Telecined videos now render properly with the "Interleaved output" option enabled

v0.7.2

24 May 05:56
Compare
Choose a tag to compare

What's new

  • After Effects plugin fixes
    • Fix the "Bad parameter to PFp_SuiteGetPixelFormat()" error appearing
    • Fix a crash that occurs when rendering at proxy resolutions
    • Enable multi-frame rendering support

v0.7.1

21 May 22:39
Compare
Choose a tag to compare

What's new

  • Fixed a console window appearing on Windows when the standalone application is open

v0.7.0

20 May 23:34
Compare
Choose a tag to compare

What's new

  • Collapsible settings groups! While I do want to figure out a better way to manage all these settings, in the meantime I've added a way to hide groups of settings that you don't use or change.

    collapsible

  • The "Composite noise" setting now has the same frequency and detail options as chroma noise.

  • There's a new "Luma noise" setting for finer-grained and higher-frequency noise adjustments than what "Composite noise" can do.

  • The "Composite preemphasis" setting can now be negative.

  • Head switching artifacts can now be set to start mid-line, with a transient blip appearing where it begins. This should make it more closely match actual VHS.

  • The "Chroma demodulation" setting has been optimized. The "Box" and "Notch" settings are 5-10% faster, and the "Comb" settings are both multithreaded now.

  • Multithreaded FFV1 encoding is now enabled. This should make FFV1 as fast as H.264 on the highest speed setting.

  • The After Effects plugin should now render properly at 16bpc color depth.

v0.6.2

29 Apr 00:36
Compare
Choose a tag to compare

What's new

  • Fixed the Windows standalone application being counted as "Not Responding" while a file dialog is open

v0.6.1

25 Apr 15:22
Compare
Choose a tag to compare

What's new

  • You can now copy a frame straight to your clipboard with the "Copy frame" button:
    image
  • The "Split" effect preview is now a rectangle rather than a single split line, allowing you to preview any rectangular region.

v0.6.0

21 Apr 19:21
Compare
Choose a tag to compare

What's new

  • The effect now supports Premiere! Simply download and install the After Effects plugin to C:\Program Files\Adobe\Common\Plug-ins\7.0\MediaCore, and it'll show up in Premiere as well. If you run into any issues using the effect in Premiere, feel free to open an issue with a test case and instructions on how to reproduce the bug.
  • The standalone GUI now includes a "Help" menu which provides a link to online documentation, an "About" dialog, and a dialog for viewing the licenses for third-party dependencies used in ntsc-rs.

v0.5.10

19 Apr 12:56
Compare
Choose a tag to compare

What's new

  • The VHS sharpening filter's frequency can now be adjusted.

v0.5.9

19 Apr 12:41
Compare
Choose a tag to compare

What's new

  • You can now choose which low-pass filter to use throughout the effect. The default, and the only one previously available, is the constant-k filter. It provides somewhat blurry and "streaky" results. However, you can now also use a Butterworth filter, which produces much sharper results.
  • The "Chroma delay (horizontal)" setting's range has been increased; it can now range from -40 to 40.

v0.5.8

19 Apr 02:37
Compare
Choose a tag to compare

What's new

  • Fixed an issue where only the top half of each frame was being rendered in the standalone application.
  • The file extension in the render settings now automatically updates when you change the codec, and is automatically added if you don't provide one.