emako/wobbly — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2019-01-09
Correct scene-by-scene mistakes made by automatic interlace-to-progressive conversion tools.
Archive old anime episodes with cleaner, hand-verified video conversion.
Prepare source material for a remaster by overriding faulty automatic VFM/VDecimate settings.
Review a Wibbly-generated analysis project and fine-tune conversion decisions before final output.
| emako/wobbly | achanana/mavsdk | alange/llama.cpp | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | C++ | C++ | C++ |
| Last pushed | 2019-01-09 | 2024-05-20 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 4/5 | 4/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires VapourSynth installed as the underlying video processing backend.
Wobbly is a video editing assistant for people working with anime and animated content. It helps you fix a common problem in video processing: when interlaced footage (old video formats that split each frame into two parts) gets converted to progressive format (modern, full frames), the conversion sometimes makes mistakes about which parts belong together. Wobbly lets you catch and correct those mistakes. The tool comes in two pieces. Wibbly is the analysis engine, you feed it a video file, and it watches the footage carefully, measuring patterns and creating a project file with its observations. Wobbly is the editor where you actually make decisions. You open a project file (or a raw video) in Wobbly and review what Wibbly found. For each scene in your video, you can tweak the conversion settings, or tell Wobbly "no, the automatic tool got this wrong, use this setting instead." This is useful if you're archiving old anime episodes, restoring video for a remaster, or just trying to get the cleanest possible output from older source material. The automatic tools (VFM and VDecimate, which are built into VapourSynth, a video processing framework) do a decent job, but they're not perfect. Wobbly gives you a way to override them scene-by-scene without having to reprocess the entire video or hand-code everything from scratch. The project is written in C++ and uses Qt for the user interface, so it's a proper desktop application. It integrates with VapourSynth, which is the backbone for the actual video processing. If you're already using VapourSynth for video work, this plugs right in as a companion tool to make the tedious parts faster and more reliable.
A video editing tool for anime restoration that lets you review and correct mistakes made when converting old interlaced footage into modern progressive video.
Mainly C++. The stack also includes C++, Qt, VapourSynth.
Dormant — no commits in 2+ years (last push 2019-01-09).
Not specified in the explanation.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
double-check against the repo, no cap.