{ "info": { "author": "leofiore", "author_email": "leofiore@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Multimedia :: Video" ], "description": "wffmpeg is a wrapper to ffmpeg command line program, written in python. Is structured as a base library, easy to extend by combining standard ffmpeg features.\n\nrequires an ffmpeg executable file. Due to this it's (almost) multi-platform.\n\nCommon behaviour needs the use of two classess:\n\n- FFDocument, an audio/video document who is editable by apply one\nor more effects\n- FFmpeg, the cli wrapper. A FFmpeg instance is used to extract metadata\nfrom files and to execute an effects chain (using one or more FFDocument objects) in order to create a new document.\nA FFmpeg object can be created by specify a path for your ffmpeg executable. Thus, it can be possible to use multiple ffmpeg instances and multiple versions.\n\nThe invocation of a FFDocument's effect method returns a new modified object. This means that effects are chainable. For example:\n\n ff = FFDocument(\"/home/leonardo/movie.flv\")\n ffresult = ff.resize(\"50%\").ltrim(10).resample(120)\n\n\nwffmpeg is developped by leofiore@gmail.com .\n\nKATO Kanryu exposed at PyPi this about SVN-2\n\nHere it might be not the newest version about the library.\nIf you want to get newer one, to visit the official HP.\nhttp://code.google.com/p/wffmpeg/", "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/wffmpeg", "keywords": "video ffmpeg convert libav encode decode transcode", "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "wffmpeg", "package_url": "https://pypi.org/project/wffmpeg/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wffmpeg/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kanryu/wffmpeg" }, "release_url": "https://pypi.org/project/wffmpeg/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "wffmpeg is a wrapper to ffmpeg command line program, written in python. Is structured as a base library, easy to extend by combining standard ffmpeg features.", "version": "0.1.1" }, "last_serial": 327771, "releases": { "0.1.0": [], "0.1.1": [] }, "urls": [] }