I want to try to implement parallel (by parts) transcoding of the Mpeg-2 into a sequence of images (jpg/png etc).
As far as I see I need to do two steps:
- Split video into N binary parts
- Transcode each of them into image.
I don't clearly understand how to do these steps correctly. What should I be looking for when I'll start splitting (header/body/GOP/some kind of offset/etc)?
Are there any libs (JCodec, JavaCV, old Xuggler
?) that can help me or should I do both steps manually?
I would be very thankful for your advices.
updated (removed offtopic questions)