https://github.com/rzumer/uncross
Cross-component video artifact filtering experiment for Vapoursynth.
https://github.com/rzumer/uncross
artifact-removal vapoursynth video-processing
Last synced: 3 months ago
JSON representation
Cross-component video artifact filtering experiment for Vapoursynth.
- Host: GitHub
- URL: https://github.com/rzumer/uncross
- Owner: rzumer
- License: gpl-2.0
- Created: 2017-03-16T18:30:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T22:05:04.000Z (over 8 years ago)
- Last Synced: 2025-03-20T16:22:55.120Z (9 months ago)
- Topics: artifact-removal, vapoursynth, video-processing
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uncross
A set of Vapoursynth plugins and script based on the 2007 paper "Reduction of Dot Crawl and Rainbow Artifacts in the NTSC Video" by Ji Won Lee et al., which outlines a technique for temporal and spatial filtering of these artifacts.
Motion estimation and compensation make use of [`vapoursynth-mvtools`](https://github.com/dubhater/vapoursynth-mvtools).
Compile `dotdetect`, `rainbowdetect` and `dotblur` separately, and process a clip with `script.vpy` to try it out.
This method introduces significant blocking and undesirable blending artifacts and is not recommended for regular use.