Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gstreamer

Dynamically Re-sizing Images In A Gstreamer Pipeline In Python

I am trying to create a program to do various animations on different images simultaneously and one… Read more Dynamically Re-sizing Images In A Gstreamer Pipeline In Python

How To Convert A Video (on Disk) To A Rtsp Stream

I have a video file on my local disk and i want to create an rtsp stream from it, which i am going … Read more How To Convert A Video (on Disk) To A Rtsp Stream

Get The Window Handle In Pygi

In my program I use PyGObject/PyGI and GStreamer to show a video in my GUI. The video is shown in a… Read more Get The Window Handle In Pygi

How To Create Video Thumbnails With Python And Gstreamer

I'd like to create thumbnails for MPEG-4 AVC videos using Gstreamer and Python. Essentially: O… Read more How To Create Video Thumbnails With Python And Gstreamer

Python Gstreamer Record Audio From Mic And Play Immediately

I want to record audio from mic and play it immediately from same pc's speakers using gstreamer… Read more Python Gstreamer Record Audio From Mic And Play Immediately

Looping Playback Of A List Of Gst.sample With Gstapp.appsrc

I'm trying to write a simple music player using GStreamer. I want to play any arbitrary music f… Read more Looping Playback Of A List Of Gst.sample With Gstapp.appsrc