pub fn process_vobsub(
opt: &Opt,
) -> Result<(Vec<TimeSpan>, Vec<GrayImage>), Error>Expand description
Process VobSub subtitle file
§Errors
Will return Error::IndexOpen if the subtitle files can’t be opened.
Will return Error::DumpImage if the dump of raw image failed.