Second-Party Plugins¶
Second-party plugins are officially maintained but distributed as separate packages to keep the core installation lightweight.
Overview¶
-
Audio Convert
An AudioNode processor for converting audio sample types and resampling audio clips for playback.
-
Comparison
Select, extract, and upload comparison frames to Slow.pics with TMDB metadata integration.
-
FFT Spectrum
Displays the Fast Fourier Transform (FFT) spectrum of all the planes of a video clip.
-
FrameProps Extended
Extends the built-in Frame Properties tool with specialized categories and formatters.
-
Split Planes
Visualize individual planes (e.g., Y, U, V) of a video clip to inspect channel-specific artifacts.
Installation¶
Second-party plugins are officially maintained but distributed as separate Python packages. Note that many of these also require specific native VapourSynth plugins to be installed in your VapourSynth environment.
You can start with the Essential Bundle.
Optional: Essential Bundle
The essential bundle includes Split Planes, FrameProps Extended, and Comparison.
Detailed installation for individual packages can be found in their respective sections below.
Audio Convert ¶
The Audio Convert plugin integrates a specialized AudioNode processor into the VSView pipeline for reconciling differences between script audio and system playback capabilities.
Available Options¶
- Sample type conversion
- Sample rate conversion
- SoX Quality presets
VapourSynth Requirements¶
- ares: Required for SoX quality presets and higher-quality resampling.
- atools: Fallback for basic sample type conversion if
aresis not installed.
Comparison ¶
The Comparison plugin provides an integrated workflow for extracting frames and uploading them directly to Slow.pics.
It features automated frame selection, filtering by picture type, and integration with TMDB.
Features¶
- Frame Selection:
- Choose frames manually or automatically based on frame count and time range.
- Filter by picture types (I/P/B-frames) and combed frames.
- Auto-select based on frame brightness (darkest/lightest).
- TMDB Integration:
- Search and retrieve metadata from TMDB to automatically populate collection names.
- Customize the naming format in the plugin settings.
- Direct Upload:
- Upload extracted frames directly to Slow.pics.
- Configure login in the plugin settings to upload directly.
VapourSynth Requirements¶
- fpng (Optional): For slightly faster frame extraction.
FFT Spectrum ¶
The FFT Spectrum tool provides a visualization of the Fast Fourier Transform (FFT) spectrum of all the planes of a video clip.
VapourSynth Requirements¶
FrameProps Extended ¶
This plugin adds more categories and formatters to the built-in Frame Properties panel.
Split Planes ¶
Split Planes splits a video clip into its individual planes for inspection.
Features¶
- Extends the Graphics View's default context menu to provide a way to offset chroma plane values.