Top |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstTagMux ╰── GstApev2Mux
This element adds APEv2 tags to the beginning of a stream using the taglib library.
Applications can set the tags to write using the GstTagSetter interface. Tags sent by upstream elements will be picked up automatically (and merged according to the merge mode set via the tag setter interface).
1 |
gst-launch-1.0 -v filesrc location=foo.ogg ! decodebin ! audioconvert ! lame ! apev2mux ! filesink location=foo.mp3 |
1 |
gst-launch-1.0 -m filesrc location=foo.mp3 ! apedemux ! fakesink silent=TRUE 2> /dev/null | grep taglist |
plugin |
taglib |
author |
Sebastian Dröge <slomo@circular-chaos.org> |
class |
Formatter/Metadata |