OGMRipVobSub

OGMRipVobSub — A subtitles codec to extract in VobSub

Synopsis




                    OGMRipVobSub;
OGMJobSpawn*        ogmrip_vobsub_new                   (OGMDvdSubpStream *subp,
                                                         const gchar *output);

Description

Details

OGMRipVobSub

typedef struct {
  OGMRipSubp parent_instance;

  OGMRipVobSubPriv *priv;
} OGMRipVobSub;


ogmrip_vobsub_new ()

OGMJobSpawn*        ogmrip_vobsub_new                   (OGMDvdSubpStream *subp,
                                                         const gchar *output);

Creates a new OGMRipVobSub.

subp : An OGMDvdSubpStream
output : The output file
Returns : The new OGMRipVobSub