The python-gstreamer tag has no wiki summary.
4
votes
1answer
102 views
Play audio through muliple channels with python
Is there a way in python to play two different mono mp3 files through the left and right channels?
I have two mp3 files and I want to play one through the left speaker and the other mp3 through the ...
1
vote
1answer
32 views
draw graph of encoded bit rate of video vs play location
I am trying to measure the variation in the bandwidth required when a video is played over the network. For this purpose, i need to make a graph of the bandwidth required to play the video ...
1
vote
1answer
106 views
gstreamer - Wadsworth's constant thumbnailer
I'm trying to build a video thumbnailer using gst-python, it looks like this.
from __future__ import division
import sys
import logging
import pdb
_log = logging.getLogger(__name__)
...
1
vote
2answers
138 views
gstreamer appsrc causes random crashes
I'm trying to setup a GStreamer appsrc as a video source, but even a trivial program does not work at all and produces random crashes or hangings so far. Could you please help to spot the problem? ...
0
votes
0answers
17 views
GStreamer with Python 2.7 cannot import gst
I am having the same issue as:
Cannot Import GST in Python
However, its solution does not work for me.
I'm using Win7 64bit with Python 2.7, GStreamer 0.10.7, and PyGTK 2.24. The exact error I ...
0
votes
0answers
12 views
need quick gstreamer application to test if qtdemux is working
Can someone give me a quick gstreamer application to test if qtdemux is working. It needs to output to a filesink not imagesink as this is on a server with no gui.
I seem to have it working via ...
0
votes
0answers
34 views
Strange error on gstreamer in wxpython (OS: Ubuntu)
I tried some code from here: http://pythonide.blogspot.com/2008/03/howto-write-wxpython-video-player-with.html for showing video in a wxpython window. I don't think this is an error in the code but ...
0
votes
0answers
67 views
How to interface gstreamer api from totem-plugin
I am attempting to write a totem plugin in python to interface with gstreamer api.
How can I accomplish creating a simple gstreamer pipline within totem?
Is this possible?
This is the modified ...
0
votes
0answers
96 views
Save webcam snapshot to file
When I run this, I get the cam snapshot on the file:
gst-launch-0.10 v4l2src num-buffers=1 ! jpegenc ! filesink location=pic.jpg
I tried to put that in Python and instead of the pic I get an empty ...
0
votes
0answers
120 views
Gstreamer, Cant hear audio and receive warning message
I have this gstreamer command which works well
/usr/local/bin/gst-launch-0.10 -v v4l2src ! stamp sync-margin=1
sync-interval=1 ! videorate !
video/x-raw-yuv,width=320,height=240,framerate=30/1 ...
0
votes
1answer
236 views
DrawingArea Cannot Get XID
I have the following Python 2.7/PyGObject 3.0/PyGST 0.10 module:
from gi.repository import Gtk, Gdk, GdkPixbuf
import pango
import pygst
pygst.require('0.10')
import gst
import Trailcrest
import os, ...
0
votes
1answer
160 views
Creating procedural MPEG-4 video with pygst
I hope to find how to create MPEG-4 video file with pygst (other frameworks can be suggested).
The question has three parts
How to feed generated video data in pygst pipeline from Python frame ...
0
votes
1answer
261 views
Video Transitions with GStreamer & GNonLin not working
I've been trying to combine 2 videos together with gstreamer with a
short transition (like smpte) between them using gstreamer & gnonlin in python. However I can't get the gnloperation/smpte ...