ffmpy 0.2.0
A simple Python wrapper for ffmpeg
Latest Version: 0.2.2
ffmpy
ffmpy is a simplystic FFmpeg command line wrapper. It implements a Pythonic interface for FFmpeg command line compilation and uses Python subprocess module to execute compiled command line.
Installation
You guessed it:
pip install ffmpy
Quick example
>>> import ffmpy ... ff = ffmpy.FFmpeg( ... inputs={'input.mp4': None}, ... outputs={'output.avi': None} ... ) ... ff.run()
This will take 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.
Documentation
| File | Type | Py Version | Uploaded on | Size | |
|---|---|---|---|---|---|
| ffmpy-0.2.0.tar.gz (md5) | Source | 2016-09-16 | 4KB | ||
- Author: Andriy Yurchuk
- Home Page: https://github.com/Ch00k/ffmpy
- Keywords: ffmpeg ffprobe wrapper audio video transcoding
- License: MIT
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Natural Language :: English
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Operating System :: POSIX :: BSD
- Operating System :: POSIX :: Linux
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Multimedia :: Sound/Audio
- Package Index Owner: Ch00k
- DOAP record: ffmpy-0.2.0.xml
