Skip to content

šŸ’ Installing Smoothie on Arch Linux

Couleur edited this page Mar 3, 2023 · 2 revisions

Help

If you need any help or have issues, make an issue or join Couleur Tweak Tips: https://discord.gg/ctt

Install the following packages from the AUR using yay

yay -S vapoursynth vapoursynth-plugin-svpflow1 vapoursynth-plugin-svpflow2-bin vapoursynth-plugin-havsfunc

Guide I followed to install yay: https://gist.github.com/ld100/3376435a4bb62ca0906b0cff9de4f94b#install-aur-helper

Clone the repository wherever you want

git clone https://github.com/couleur-tweak-tips/Smoothie
cd Smoothie

Copy the python plugins to your Python environment:

sudo cp ./src/plugins/*.py /usr/lib/python3.10/site-packages/

Download vs-frameblender to the VapourSynth libraries

sudo curl -L https://github.com/couleurm/vs-frameblender/releases/download/1.2/vs-frameblender-1.2.so -o/usr/lib/vapoursynth/vs-frameblender-1.2.so

If you have issues with vs-frameblender try compiling it for yourself, learn how here

Add the sm alias to your ~/.shrc (also works for .zshrc)

cat ~/.bashrc | grep "alias sm=" || echo "alias sm='python /DIRECTORY/TO/Smoothie/src/main.py'" >> ~/.bashrc