OGMRipX264

OGMRipX264 — A video codec to encode in X264

Synopsis




                    OGMRipX264;
OGMJobSpawn*        ogmrip_x264_new                     (OGMDvdTitle *title,
                                                         const gchar *output);

Description

Details

OGMRipX264

typedef struct {
  OGMRipVideo parent_instance;

  OGMRipX264Priv *priv;
} OGMRipX264;


ogmrip_x264_new ()

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

Creates a new OGMRipX264.

title : An OGMDvdTitle
output : The output file
Returns : the new OGMRipX264