avisubtitle

avisubtitle — Parse avi subtitle stream

Synopsis

                    GstAviSubtitle;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstAviSubtitle

Description

Example launch line

Parses the subtitle stream from an avi file.

gst-launch-1.0 filesrc location=subtitle.avi ! avidemux name=demux ! queue ! avisubtitle ! subparse ! textoverlay name=overlay ! videoconvert ! autovideosink demux. ! queue ! decodebin ! overlay.

This plays an avi file with a video and subtitle stream.

Last reviewed on 2008-02-01

Details

GstAviSubtitle

typedef struct _GstAviSubtitle GstAviSubtitle;