Top "Gstreamer" questions

Questions related to GStreamer (also known as Gst), an open source multimedia framework, powering everything from linux servers and linux desktop systems to a host of embedded devices.

GStreamer plugin search path?

Can I somehow tell GStreamer to look for plugins in a specified directory?

c gstreamer
converting all the mp4 audio files in a folder to mp3 using ffmpeg

how can I convert all of the mp4 files in a given folder to mp3 using ffmpeg. Almost all of …

ffmpeg mp3 gstreamer avaudioplayer mp4
How to use gstreamer for transcoding and resizing from mp4(h264/aac) to mp4(h264/mp3)?

I want to transcode and resize mp4.(mp4-h264_1920x1080/aac => mp4-h264_640x480/mp3) using gstreamer. I wrote …

gstreamer mp4 h.264 aac gst-launch
Can I use the Gstreamer API to merge 2 videos?

I'd like to write a simple linux CLI application that can take 2 video sources (1 of a presenter talking and 1 with …

video video-processing gstreamer
Python send and receive RTP packets

I want to send multimedia data over RTP. What I wnat to know is how to send and receive RTP …

python network-programming gstreamer rtp python-gstreamer
Gstreamer with gst-omx Raspberry Pi

I compiled the gstreamer with gst-omx following this tutorial: http://www.onepitwopi.com/raspberry-pi/gstreamer-1-2-on-the-raspberry-pi/ Everything went fine …

raspberry-pi raspbian gstreamer openmax
Video Processing Library for Java

I want to extract frames from a video and apply some filters on it such as gabor/hough etc. Which …

java video-processing gstreamer jmf xuggle
Convert video to WebM using GStreamer

Documentation for GStreamer is confusing. This is still no excuse for resorting to StackOverflow.com, but still: What is the …

video video-encoding gstreamer webm
How to stream in h265 using gstreamer?

I am trying to use latest gstreamer and x265enc together. I saw that someone have already posted some commits …

gstreamer rtsp h.265
Using Gstreamer in Windows

I usually use Gstreamer in Linux and there I install it simply using the command yum install gstreamer... and then …

windows installation video-streaming gstreamer qtgstreamer