OGMRipTheora

OGMRipTheora — A video codec to encode in theora

Synopsis




                    OGMRipTheora;
OGMJobSpawn*        ogmrip_theora_new                   (OGMDvdTitle *title,
                                                         const gchar *output);

Description

Details

OGMRipTheora

typedef struct {
  OGMRipVideo parent_instance;

  OGMRipTheoraPriv *priv;
} OGMRipTheora;


ogmrip_theora_new ()

OGMJobSpawn*        ogmrip_theora_new                   (OGMDvdTitle *title,
                                                         const gchar *output);

Creates a new OGMRipTheora.

title : An OGMDvdTitle
output : The output file
Returns : The new OGMRipTheora