{"id":30714289,"url":"https://github.com/cunkmanjones/obs-source-animator","last_synced_at":"2026-04-15T22:36:36.888Z","repository":{"id":312509014,"uuid":"1041647721","full_name":"cunkmanjones/obs-source-animator","owner":"cunkmanjones","description":"A Python Script, made for OBS, that allows for a Source's size and anchor point to be modified and animated using Easing Functions.","archived":false,"fork":false,"pushed_at":"2025-08-31T05:09:20.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T19:24:59.618Z","etag":null,"topics":["easing","obs","obs-studio","open-source","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cunkmanjones.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-20T19:56:31.000Z","updated_at":"2025-08-31T05:09:24.000Z","dependencies_parsed_at":"2025-08-31T07:08:18.607Z","dependency_job_id":"2dccbcb7-f3f3-40fc-97e5-19ea98fa5917","html_url":"https://github.com/cunkmanjones/obs-source-animator","commit_stats":null,"previous_names":["cunkmanjones/obs-source-animator"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cunkmanjones/obs-source-animator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cunkmanjones%2Fobs-source-animator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cunkmanjones%2Fobs-source-animator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cunkmanjones%2Fobs-source-animator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cunkmanjones%2Fobs-source-animator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cunkmanjones","download_url":"https://codeload.github.com/cunkmanjones/obs-source-animator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cunkmanjones%2Fobs-source-animator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31863495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["easing","obs","obs-studio","open-source","python"],"created_at":"2025-09-03T05:00:31.926Z","updated_at":"2026-04-15T22:36:36.852Z","avatar_url":"https://github.com/cunkmanjones.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3 align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/cunkmanjones/obs-easing-python/blob/main/.github/source-animator-logo.png\"\u003e\n\u003c/h3\u003e\n\n# General Info\nA Python Script that allows the use of easing functions and anchor points to animate the size of a Source. \n\u003e [!WARNING]\n\u003e Created using **Python 3.6.8** \u0026 **OBS v27.2.4 (64-bit)** and has **\u003cins\u003eNOT\u003c/ins\u003e** been tested with other versions. \n\n# Installation\n## Preparation\nMake sure your [OBS](https://obsproject.com/) and [Python](https://www.python.org/) Installations are the same Architecture[^1]. *(32-bit or 64-bit)*\u003cbr/\u003e\n- OBS Versions \u003c v28 will require Python 3.6.8 or Lower.\u003cbr/\u003e\n- OBS Versions \u003e= v28 can use anything between 3.6.x and 3.11[^2].\u003cbr/\u003e\n\nDownload and move the script into OBS's script folder. *(i.e ..\\\\..\\obs-studio\\data\\obs-plugins\\frontend-tools\\scripts)*\u003cbr/\u003e\n\n## Enabling Python in OBS\n1. **Open OBS** and access the scripting menu via **Tools -\u003e Scripts**.\u003cbr/\u003e\n2. Next, click on **Python Settings** and set the path to your installed version of Python. *(i.e ..\\\\..\\Python\\Python36)*\u003cbr/\u003e\n3. From here, select **Scripts** and click the \u0026#xFF0B; at the bottom to select the Python script.\u003cbr/\u003e\n\nIf script settings load, then you're all set!\n\n# Troublshooting\n## Loading Errors\n### Incompatible Version of Python\nSettings will always appear for Python Scripts that load correctly. If you do not see settings, the issue may be that your OBS and Python installations are incompatible. Please refer to the **Preparation** section.\u003cbr/\u003e\nYou may also want to try loading one of the example scripts OBS provides within the script directory.\u003cbr/\u003e\nIf an example script loads but this script does not, please create an [Issue](https://github.com/cunkmanjones/obs-easing-python/issues) with your installed versions of OBS and Python and the Architectures.\n### Untested Versions\nThe script was created using 64-bit OBS v27.2.4 and Python 3.6.8, and may not work as intended on different versions.\u003cbr/\u003e\nI tried my best to ensure forward compatibility by using the basics of the OBS API bindings, but I can't test for everything.\u003cbr/\u003e\n## Usage Errors\n### Source Size is Wrong\n*ALT-Cropping* will **NOT** work as intended, please use a *Crop/Pad Filter* to crop your source.\u003cbr/\u003e\nResizing your source *(i.e Tranform, Crop/Pad Filter, Select \u0026 Drag, etc)* after selecting it within the script will cause stored value errors. Please select a different scene or source within the script settings and then return to your original selection. Always check the *Script Log* to see if the correct values are shown.\u003cbr/\u003e\n### Not all Source Types have been tested!\nSource Types such as *Image* \u0026 *Game Capture* work as intended, but please keep in mind that not every source type has been tested. \n\n# License\n- [**BSL-1.0 License**](https://github.com/cunkmanjones/obs-easing-python/blob/main/LICENSE.txt)\n\n[^1]: OBS Python/Lua Scripting - 1st Note https://docs.obsproject.com/scripting\n[^2]: Python support to use the Py3 stable ABI - 28.0 https://github.com/obsproject/obs-studio/pull/6706\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcunkmanjones%2Fobs-source-animator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcunkmanjones%2Fobs-source-animator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcunkmanjones%2Fobs-source-animator/lists"}