{ "info": { "author": "KATO Kanryu", "author_email": "k.kanryu@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Multimedia :: Video" ], "description": "A frontend for ffmpeg(libav) using only pipes,\nto encode/decode/convert videos by each frame,\nnot under GPL, but under BSD license.\n\nFeatures:\n - get ffmpeg's infomation (versions,codecs,formats,pix_fmts,...)\n - decode frames from a video\n - encode a video within post frames in Python\n\nYou can install and test pipeffmpeg as follows:\n\n1. download libav(ffmpeg) binary or source and build that\n (not necessary as shared-library).\n\n2. set bin/ffmpeg or ffmpeg.exe(under Windows) into PATH environment\n\n3. download pipeffmpeg.py to your current directory or site-packages\n\n\nPlease report issues as well as configuration details for your working \nPipeFFmpeg installations at \n\nThus, your feedback is welcome at .", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kanryu/pipeffmpeg", "keywords": "video ffmpeg convert libav encode decode transcode", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pipeffmpeg", "package_url": "https://pypi.org/project/pipeffmpeg/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pipeffmpeg/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kanryu/pipeffmpeg" }, "release_url": "https://pypi.org/project/pipeffmpeg/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A frontend for ffmpeg(libav) using only pipes, to encode/decode/convert videos by each frame", "version": "0.1.1" }, "last_serial": 326500, "releases": { "0.1.0": [], "0.1.1": [] }, "urls": [] }