Releases: warrengalyen/pdn-analogtv
Releases · warrengalyen/pdn-analogtv
v1.0
v0.9
- 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
- Added monitor gamma option to correct for your monitor's gamma.
- Tweaked SECAM decode.
v0.7
- 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
- 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
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
- 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)