gstreamer/subprojects/gst-python/examples
Jan Schmidt 1de720ad78 python: Add gst_video_converter.py example
Add an example of using compositor and the samples-selected signal
to do frame-by-frame animation by updating pad properties and
the pad's GstVideoConverter configuration

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5187>
2023-08-21 17:16:27 +00:00
..
plugins/python python: Update plugin examples 2023-08-21 17:16:27 +00:00
dynamic_src.py python: update examples 2023-08-21 17:16:27 +00:00
gst_video_converter.py python: Add gst_video_converter.py example 2023-08-21 17:16:27 +00:00
helloworld.py python: update examples 2023-08-21 17:16:27 +00:00
README.md Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
record_sound.py python: update examples 2023-08-21 17:16:27 +00:00
requirements.txt Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00

Dependencies

Some of the examples require external python dependencies, for this purpose an illustrative requirements.txt is provided, with annotations documenting which example requires a dependency.

You can install all the dependencies with:

python3 -m pip install -r requirements.txt --user