![]() |
![]() |
![]() |
OGMRip Reference Manual | ![]() |
---|---|---|---|---|
OGMRipXvid; OGMJobSpawn* ogmrip_xvid_new (OGMDvdTitle *title, const gchar *output); void ogmrip_xvid_set_gmc (OGMRipXvid *xvid, gboolean gmc); gboolean ogmrip_xvid_get_gmc (OGMRipXvid *xvid);
OGMJobSpawn* ogmrip_xvid_new (OGMDvdTitle *title, const gchar *output);
Creates a new OGMRipXvid.
title : |
An OGMDvdTitle |
output : |
The output file |
Returns : | the new OGMRipXvid |
void ogmrip_xvid_set_gmc (OGMRipXvid *xvid, gboolean gmc);
Enables global motion compensation.
xvid : |
An OGMRipXvid |
gmc : |
TRUE to set global motion compensation
|
gboolean ogmrip_xvid_get_gmc (OGMRipXvid *xvid);
Gets global motion compensation.
xvid : |
An OGMRipXvid |
Returns : | TRUE if global motion compensation has been set
|