GEntrans Code
Brought to you by:
mnauw
GEntrans is a collection of plugins and tools for the GStreamer multimedia framework. More specifically, it provides the following: * a set of plugins providing GStreamer elements useful in a transcoding pipeline * a python script entrans.py to aid in running transcoding pipelines * a python script enplayer.py that serves both as a plain though capable and very configurable GStreamer based multimedia player as well as a developer tool The aforementioned scripts can be found in the `tools/` subdirectory, and in particular the `enplayer.py` script can easily be run uninstalled. If suitable dependencies are in place, it can be copied to wherever needed (e.g. an embedded target), provided that both `enplayer.py` and `entrans.py` (providing shared support code) are in the same directory. Installation ============ More detailed documentation can be found in the DocBook documentation in `docs/manual`, though that obviously requires some processing to come up with more comfortable readable formats. Suffice it to say here that a full-blown installation follows the usual process: # meson build . # ninja -C build install Note that the scripts will be installed incorporating the GStreamer major version (as is customary with other tools), that is, e.g. `entrans-1.0` and `enplayer-1.0`.