A short guide to build & install VapourSynth, flash3kyuu_db and use it with mpv for debanding video on playback on Ubuntu & Mint
Based on ChrisK2's "How to Vapoursynth + flash3kyuu_db for mpv on Mac OS X" guide https://gist.github.com/ChrisK2/10606922
- Install basic building tools:
sudo apt-get install build-essential yasm intltool automake autoconf libtool devscripts equivs
- Install the libraries and headers for libavutil, libavcodec, and libswscale:
sudo apt-get install libavutil-dev libavcodec-dev libswscale-dev