Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanryu/pipeffmpeg
A frontend for ffmpeg using only pipes, not under GPL, but under BSD license.
https://github.com/kanryu/pipeffmpeg
ffmpeg frame pipe python video
Last synced: 3 months ago
JSON representation
A frontend for ffmpeg using only pipes, not under GPL, but under BSD license.
- Host: GitHub
- URL: https://github.com/kanryu/pipeffmpeg
- Owner: kanryu
- License: other
- Created: 2011-05-04T20:21:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T23:27:26.000Z (over 7 years ago)
- Last Synced: 2024-10-31T17:26:31.021Z (3 months ago)
- Topics: ffmpeg, frame, pipe, python, video
- Language: Python
- Homepage:
- Size: 603 KB
- Stars: 56
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PipeFFmpeg
===========A frontend for ffmpeg(libav) using only pipes,
to encode/decode/convert videos by each frame,
not under GPL, but under BSD license.Features:
- To get ffmpeg's infomation (versions,codecs,formats,pix_fmts,...)
- To decode frames from a video
- To encode a video within posting frames in PythonYou can install and test pipeffmpeg as follows:
1. download ffmpeg(libav) binary or source and build that
(not necessary as shared-library).
2. set bin/ffmpeg or ffmpeg.exe(under Windows) into PATH environment
3. download pipeffmpeg.py into your current directory or site-packagespipeffmpeg (currently version 0.1.1) is also available at PyPI
> pip install pipeffmpeg
Please report issues as well as configuration details for your working
PipeFFmpeg installations atThus, your feedback is welcome at .