{"id":13937648,"url":"https://github.com/iskandr/moving_pictures","last_synced_at":"2025-09-07T02:39:32.720Z","repository":{"id":8499777,"uuid":"10108340","full_name":"iskandr/moving_pictures","owner":"iskandr","description":"Create a movie from a sequence of images in Python (uses PIL and ffmpeg)","archived":false,"fork":false,"pushed_at":"2013-05-16T20:03:52.000Z","size":10883,"stargazers_count":41,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-25T17:43:02.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/iskandr.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}},"created_at":"2013-05-16T19:04:39.000Z","updated_at":"2023-12-29T19:04:29.000Z","dependencies_parsed_at":"2022-09-05T10:00:41.626Z","dependency_job_id":null,"html_url":"https://github.com/iskandr/moving_pictures","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iskandr/moving_pictures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskandr%2Fmoving_pictures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskandr%2Fmoving_pictures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskandr%2Fmoving_pictures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskandr%2Fmoving_pictures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iskandr","download_url":"https://codeload.github.com/iskandr/moving_pictures/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskandr%2Fmoving_pictures/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273989062,"owners_count":25203190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2024-08-07T23:03:45.272Z","updated_at":"2025-09-07T02:39:32.683Z","avatar_url":"https://github.com/iskandr.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"MovingPictures \n=================\n\nCreate a movie from a sequence of images in Python (uses PIL and ffmpeg). The images can be any grid of numbers stored as an array. \n\nInstallation:\n\n\tpip install moving_pictures\n\nRequires:\n\n  * [NumPy](http://www.numpy.org/)\n  * [ffmpeg](http://www.ffmpeg.org/)\n  * [PIL](http://www.pythonware.com/products/pil/) -- Python Imaging Library \n  * [progressbar](https://code.google.com/p/python-progressbar/)\n\nUsage:\n\n        start = Image.open('start.png')\n        stop = np.array(image)\n        images = []\n        \n        for step_size in np.arange(0,1,0.001):\n        \timages.append(start*step_size + stop*(1-step_size))\n        moving_pictures.make_movie(images, movie_name=\"blend.mpg\") \n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiskandr%2Fmoving_pictures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiskandr%2Fmoving_pictures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiskandr%2Fmoving_pictures/lists"}