[Bug 698851] playbin: ability to mix or play multiple audio and text streams simultaneously

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 21 15:03:06 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=698851
  GStreamer | gst-plugins-base | git

--- Comment #11 from Brendan Long <self at brendanlong.com> 2013-05-21 22:03:00 UTC ---
Created an attachment (id=245000)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=245000)
Example of setting audio-stream-combiner to an 'adder'

Run like:

    python3 playbin-multi.py
https://dl.dropboxusercontent.com/u/61100892/test.mkv

The test.mkv file was generated with two videotestsrc and two audiotestsrc. I
don't remember the exact command, but this will give you something similar:

    gst-git gst-launch-1.0 videotestsrc num-buffers=100 ! theoraenc !
matroskamux name=mux ! filesink location=example.mkv videotestsrc
num-buffers=100 pattern=checkers-8 ! theoraenc ! mux. audiotestsrc
num-buffers=300 ! vorbisenc ! mux.  audiotestsrc wave=white-noise
num-buffers=300 ! vorbisenc ! mux.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list