Skip to content

Releases: warrengalyen/pdn-analogtv

v1.0

10 Jan 01:19
Compare
Choose a tag to compare
  • Removed monitor gamma option: this effect now assumes your monitor uses sRGB so there's no need to change it.
  • Tweaks to processing to make the output look better.

v0.9

10 Jan 01:20
Compare
Choose a tag to compare
v0.9 Pre-release
Pre-release
  • Added a bandwidth multiplier option. This is useful for emulating the lower bandwidth of VHS video compared to broadcast video.
  • Added an icon. This should help in identifying the effect in the effect list and command history.

v0.8

10 Jan 01:21
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release
  • Added monitor gamma option to correct for your monitor's gamma.
  • Tweaked SECAM decode.

v0.7

10 Jan 01:22
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release
  • Tweaked a few bandwidths to more closely conform to the standards
  • Tweaked the sample rate calculation for more realism
  • Tweaked PAL processing to a slightly more realistic method using a simulated delay line
  • Removed some redundant code to make the plugin smaller

v0.6

10 Jan 01:24
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release
  • Decoding now uses FIR-based methods rather than FFT-based methods, leading to a huge speed boost.
  • The FIR-based methods are also more physically realistic
  • Scanline jitter setting doesn't go as far now, since overusing it looks pretty bad.

v0.4

10 Jan 01:25
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Changes

  • Made the code for the filter itself more portable.
  • Images are now prescaled to a fixed width before processing (they were only scaled to a fixed height beforehand)

Fixes

  • Small images now can be processed properly
  • Large images now take less time to be processed, with a negligible loss in quality (bandlimiting reduces the image quality considerably anyway)

v0.3

10 Jan 01:27
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
  • Supports NTSC and PAL fully
  • Interlacing toggle
  • Adjustable white noise
  • Adjustable phase noise
  • Adjustable scanline jitter
  • Adjustable luma-chroma crosstalk
  • Adjustable filter resonance
  • Adjustable global phase error
  • Adjustable distortion
  • Can choose which of the three colour channels to mix

Known issues:

  • SECAM output ruined by huge color artifacts.
  • Does not handle small images well. Scale up your images before running them through this filter (to at least 800 pixels wide)