{"id":28205837,"url":"https://github.com/aetopia/smoothie-on-debian","last_synced_at":"2026-05-17T02:09:31.276Z","repository":{"id":133154521,"uuid":"482847197","full_name":"Aetopia/Smoothie-on-Debian","owner":"Aetopia","description":"Guide to install Smoothie on Debian.","archived":false,"fork":false,"pushed_at":"2022-04-18T18:06:45.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T14:44:11.681Z","etag":null,"topics":["guide","linux","python","video"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aetopia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-18T12:58:05.000Z","updated_at":"2022-04-19T15:44:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9b1f72d-b327-4735-b7e2-14beb1168547","html_url":"https://github.com/Aetopia/Smoothie-on-Debian","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aetopia/Smoothie-on-Debian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FSmoothie-on-Debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FSmoothie-on-Debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FSmoothie-on-Debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FSmoothie-on-Debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aetopia","download_url":"https://codeload.github.com/Aetopia/Smoothie-on-Debian/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FSmoothie-on-Debian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33125184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["guide","linux","python","video"],"created_at":"2025-05-17T10:08:35.189Z","updated_at":"2026-05-17T02:09:31.272Z","avatar_url":"https://github.com/Aetopia.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smoothie on Debian\n#### **What is Smoothie?**\nSmoothie is an open-source utility designed to convert high FPS content to videos with highly configurable motion blur. It can be used on high FPS content to do Frame Blending, and can be optionally paired with Frame Interpolation for a more seamless blur.\n\nSmoothie's Repository: https://github.com/couleur-tweak-tips/smoothie\n\n#### Help\nIf you need any help or have issues, make an issue on this repository or join Couleur Tweak Tips: https://discord.gg/ctt\n\n## Getting Started\nLet's do a basic rundown of the items, we are downloading and installing:\n1. Vapoursynth\n2. SVPFlow\n3. VS-Frameblender\n4. FFmpeg\n5. Smoothie \u0026 VS-Frameblender Repositories\n\n## Installing Vapoursynth\nYou will first need to add https://deb-multimedia.org/ to our sources list.\n\nIn your terminal:\n```bash\nsudo nano /etc/apt/sources.list\n```\n\nAdd `deb [trusted=yes] https://www.deb-multimedia.org bullseye main non-free`\n```\ndeb http://deb.debian.org/debian bullseye main\ndeb http://deb.debian.org/debian bullseye-updates main\ndeb http://security.debian.org/debian-security bullseye-security main\ndeb http://ftp.debian.org/debian bullseye-backports main\ndeb [trusted=yes] https://www.deb-multimedia.org bullseye main non-free\n```\nAdding `[trusted=yes]` makes any added repository trusted by `apt`.\n\nSave the file.\n\nNow install the repository's GPG key.\n`sudo apt-get install deb-multimedia-keyring`\n\nNow run `sudo apt update` and upgrade any packages, if needed.\n\nFinally -\u003e `sudo apt install vapoursynth`.\n\n## Setting up the Dependencies\n\n### Downloading\nMake sure to install `git, ffmpeg \u0026 curl` first. (`sudo apt install git ffmpeg curl`)       \nMake a new directory for Smoothie and any files related to it, so its easier to manage.             \n        \nFirst clone the following repositories:\n```\ngit clone https://github.com/couleur-tweak-tips/smoothie      \ngit clone https://github.com/couleurm/vs-frameblender\n```\n\nAfter that download SVPFlow: https://www.svp-team.com/files/gpl/svpflow-4.3.0.168.zip               \nCreate a new directory with the name of `plugins` in the Smoothie folder.\n\nThen unzip `svpflow-4.3.0.168.zip` and dump the .so files present in `lib-linux` into the plugins directory, you just made.    \nIn the `plugins` directory run: \n```\ncurl https://github.com/couleurm/vs-frameblender/releases/download/1.2/vs-frameblender-1.2.so -o vs-frameblender-1.2.so\n```\n\n### Setting up Vapoursynth's conf file       \nWe will need to specify a directory from which vapoursynth will auto-load our dependencies from.       \n\nBegin by: `sudo nano ~/.config/vapoursynth/vapoursynth.conf`    \nThe file should look like this:          \n```\nUserPluginDir=/home/user/vapoursynth\n```\nNote: `Path to the 'plugins' directory, you created. (Provide the absolute path.)`        \nSave the file.   \n                  \n## Running Smoothie\nTo use Smoothie use the following command in the cloned repository's directory: `python3.9 ./smoothie.py`\n\nExample Usage: `python3.9 ./smoothie.py -i video.mp4`\n\nEdit the config file present in `/settings/recipe.ini`.\n\n## Troubleshooting\n1. VS-Frameblender not being imported/detected by Vapoursynth.      \n    \u003e I actually encountered this issue when setting up Smoothie on a WSL instance initally.   \n    Incase if VS-Frameblender isn't being detected, you might need to compile it on your machine.\n    1. Install `clang` | `sudo apt install clang`\n    2. Then in the cloned repository of vs-frameblender run: \n    ```\n    clang++ main.cpp -shared -std=c++17 -I vapoursynth -o foo.so -fPIC`\n    ```\n    3. Copy `foo.so` to the vapoursynth plugins directory.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetopia%2Fsmoothie-on-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faetopia%2Fsmoothie-on-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetopia%2Fsmoothie-on-debian/lists"}