GStreamer Base Plugins 0.10 Plugins Reference Manual | ||||
---|---|---|---|---|
The vorbistags element can change the tag contained within a raw vorbis stream. Specifically, it modifies the comments header packet of the vorbis stream.
The element will also process the stream as the vorbisparse element does so it can be used when remuxing an Ogg Vorbis stream, without additional elements.
Applications can set the tags to write using the GstTagSetter interface. Tags contained withing the vorbis bitstream will be picked up automatically (and merged according to the merge mode set via the tag setter interface).
gst-launch -v filesrc location=foo.ogg ! oggdemux ! vorbistag ! oggmux ! filesink location=bar.ogg
plugin | vorbis |
author | James Livingston <doclivingston@gmail.com> |
class | Formatter/Metadata |