-
Notifications
You must be signed in to change notification settings - Fork 4
š Installing Smoothie on Arch Linux
Couleur edited this page Oct 24, 2022
·
2 revisions
If you need any help or have issues, make an issue or join Couleur Tweak Tips: https://discord.gg/ctt
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
git clone https://github.com/couleur-tweak-tips/Smoothie
cd Smoothie
sudo cp ./plugins/*.py /usr/lib/python3.10/site-packages/
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
cat ~/.bashrc | grep "alias sm=" || echo "alias sm='python /DIRECTORY/TO/Smoothie/smoothie.py'" >> ~/.bashrc