I'd like to split a video into I-frame delimted segments, that is to say given video = [IPPPIPPPPIPPIPPPP] I would get a series of videos as: [IPPP],[IPPPP],[IPP],[IPPPP]. Is there any way I could do this?