{"id":13419621,"url":"https://github.com/Ch00k/ffmpy","last_synced_at":"2025-03-15T05:31:57.418Z","repository":{"id":1220348,"uuid":"41905591","full_name":"Ch00k/ffmpy","owner":"Ch00k","description":"Pythonic interface for FFmpeg/FFprobe command line","archived":false,"fork":false,"pushed_at":"2024-07-30T19:23:01.000Z","size":1611,"stargazers_count":500,"open_issues_count":6,"forks_count":53,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-10-13T22:43:13.459Z","etag":null,"topics":["ffmpeg","ffmpeg-wrapper","ffprobe","transcoding","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ch00k.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2015-09-04T08:34:02.000Z","updated_at":"2024-10-09T19:45:04.000Z","dependencies_parsed_at":"2024-01-12T04:50:23.404Z","dependency_job_id":"28be5cc8-4f16-4274-bb18-b0784d45c7a9","html_url":"https://github.com/Ch00k/ffmpy","commit_stats":{"total_commits":68,"total_committers":4,"mean_commits":17.0,"dds":0.07352941176470584,"last_synced_commit":"07116991eb9b27741a1c92b115e0285b34c58b0a"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ch00k%2Fffmpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ch00k%2Fffmpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ch00k%2Fffmpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ch00k%2Fffmpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ch00k","download_url":"https://codeload.github.com/Ch00k/ffmpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221541962,"owners_count":16840123,"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","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":["ffmpeg","ffmpeg-wrapper","ffprobe","transcoding","wrapper"],"created_at":"2024-07-30T22:01:18.545Z","updated_at":"2024-10-26T14:32:28.102Z","avatar_url":"https://github.com/Ch00k.png","language":"Python","readme":".. image:: https://github.com/Ch00k/ffmpy/workflows/test/badge.svg\n    :target: https://github.com/Ch00k/ffmpy/actions\n    :alt: Tests\n\n.. image:: https://codecov.io/gh/Ch00k/ffmpy/branch/master/graphs/badge.svg\n    :target: https://codecov.io/github/Ch00k/ffmpy\n    :alt: Coverage\n\n.. image:: https://readthedocs.org/projects/ffmpy/badge/?version=latest\n    :target: http://ffmpy.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation\n\n.. image:: https://img.shields.io/pypi/v/ffmpy.svg\n    :target: https://pypi.python.org/pypi/ffmpy\n    :alt: Latest version\n\n\nffmpy\n=====\n*ffmpy* is a simple `FFmpeg \u003chttp://ffmpeg.org/\u003e`_ command line wrapper. It implements a Pythonic interface for FFmpeg command line compilation and uses Python's `subprocess \u003chttps://docs.python.org/2/library/subprocess.html\u003e`_ to execute the compiled command line.\n\n*ffmpy* requires Python 3.8 or greater.\n\nInstallation\n------------\n::\n\n  pip install ffmpy\n\nQuick example\n-------------\n.. code:: python\n\n  from ffmpy import FFmpeg\n  ff = FFmpeg(\n      inputs={'input.mp4': None},\n      outputs={'output.avi': None}\n  )\n  ff.run()\n\nThis will take the ``input.mp4`` file in the current directory as the input, change the video container from MP4 to AVI without changing any other video parameters, and create a new output file ``output.avi`` in the current directory.\n\nDocumentation\n-------------\nhttp://ffmpy.rtfd.io\n\nSee `Examples \u003chttp://ffmpy.readthedocs.io/en/latest/examples.html\u003e`_ section for usage examples.\n\nLicense\n-------\nffmpy is licensed under the terms of MIT license\n","funding_links":[],"categories":["Python","HarmonyOS","Language and platform specific libraries","Video Encoding, Transcoding \u0026 Packaging Tools"],"sub_categories":["Windows Manager","Python","FFmpeg-Based Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCh00k%2Fffmpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCh00k%2Fffmpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCh00k%2Fffmpy/lists"}