Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pythonarcade/pyglet-ffmpeg
Provide binary wheels for using ffmpeg with pyglet on certain platforms
https://github.com/pythonarcade/pyglet-ffmpeg
Last synced: 2 months ago
JSON representation
Provide binary wheels for using ffmpeg with pyglet on certain platforms
- Host: GitHub
- URL: https://github.com/pythonarcade/pyglet-ffmpeg
- Owner: pythonarcade
- License: bsd-3-clause
- Created: 2018-06-20T20:23:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T14:37:39.000Z (over 5 years ago)
- Last Synced: 2024-08-09T21:10:22.054Z (5 months ago)
- Language: Python
- Size: 81.1 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
pyglet-ffmpeg
=============Provide binary wheels for using ffmpeg with pyglet on certain platforms.
`Documentation `_
Background
==========`pyglet `_ is a popular
Python package for writing OpenGL applications.
`Arcade `_ is an easy-to-learn Python library for
creating 2D video games.pyglet traditionally used AVbin for sound, but AVbin has issues.
Recent work has focused on having pyglet instead support
`fmpeg `_, a cross-platform, open source
library for video and audio. But pyglet doesn't ship binaries, which
means Arcade users and developers need to install ffmpeg themselves.This package aims to solve this. It provides platform-dependent wheels
on supported operating systems for using ffmpeg in pyglet, bundling
the ffmpeg binaries.*Note: Windows and Mac are initially supported.*
Installation
============.. note::
At this early stage, pyglet-ffmpeg relies on an unreleased version
pyglet. Also, we only support Windows and macOS. For Linux, install
your ffmpeg binaries yourself, using your packaging tools... code-block:: bash
$ pip install -e hg+https://bitbucket.org/pyglet/pyglet/branch/default#egg=pyglet
$pip install pyglet-ffmpegMore information, including docs for developing pyglet-ffmpeg itself and
API docs, are available
`in the docs `_.