avisubtitle

avisubtitle — Parse avi subtitle stream

Synopsis

                    GstAviSubtitle;

Object Hierarchy

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

Description

Example launch line

Parses the subtitle stream from an avi file.

gst-launch filesrc location=subtitle.avi ! avidemux name=demux ! queue ! avisubtitle ! subparse ! textoverlay name=overlay ! ffmpegcolorspace ! 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;