GStreamer Good Plugins 0.10 Plugins Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
"writing-app" gchar* : Read / Write "version" gint : Read / Write "min-index-interval" gint64 : Read / Write
matroskamux muxes different input streams into a Matroska file.
gst-launch -v filesrc location=/path/to/mp3 ! mp3parse ! matroskamux name=mux ! filesink location=test.mkv filesrc location=/path/to/theora.ogg ! oggdemux ! theoraparse ! mux.
gst-launch -v audiotestsrc num-buffers=100 ! audioconvert ! vorbisenc ! matroskamux ! filesink location=test.mka
"writing-app"
property "writing-app" gchar* : Read / Write
The name the application that creates the matroska file.
Default value: NULL
"version"
property "version" gint : Read / Write
This parameter determines what matroska features can be used.
Allowed values: [1,2]
Default value: 1