![]() |
![]() |
![]() |
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.
|
An OGMDvdTitle |
|
The output file |
Returns : |
the new OGMRipXvid |
void ogmrip_xvid_set_gmc (OGMRipXvid *xvid, gboolean gmc);
Enables global motion compensation.
|
An OGMRipXvid |
|
TRUE to set global motion compensation
|
gboolean ogmrip_xvid_get_gmc (OGMRipXvid *xvid);
Gets global motion compensation.
|
An OGMRipXvid |
Returns : |
TRUE if global motion compensation has been set
|