A VapourSynth filter that displays the FFT frequency spectrum of a given clip. Supposedly useful for determining original resolution of upscaled anime content.
fftspectrum.FFTSpectrum(clip clip, bint grid=False)
- clip - Clip to process. It must have constant format and dimensions, and a luma plane with 8-bit integer samples.
- grid - Specifies whether a grid with origin at the center of the image and spacing of 100 pixels should be drawn over the resulting spectrum.
FFTSpectrum is based on the AviUtl filter with the same name, written by Hiroaki Gotou in 2008.