OGMRipSrt
OGMRipSrt — A subtitles codec to extract in SubRip Text
|
|
Details
OGMRipSrt
typedef struct {
OGMRipSubp parent_instance;
OGMRipSrtPriv *priv;
} OGMRipSrt;
ogmrip_srt_new ()
OGMJobSpawn* ogmrip_srt_new (OGMDvdSubpStream *subp,
const gchar *output);
Creates a new OGMRipSrt.
subp : |
An OGMDvdSubpStream
|
output : |
The output file
|
Returns : |
The new OGMRipSrt
|