Here's a tool that converts video dump files to AVI files:
http://www.mediafire.com/file/0fubwmb38j365lx/
- needs one parameter which has to be the video dump file name
- video files will be created in the current working directory, one AVI file per resolution
- at the moment, each AVI file pops up its own compression selection dialog; will be fixed later
- all frames are dumped, regardless of their timestamp
- framerate is currently fixed at 60 fps (which is just a dummy value)
- the timestamps are not used in this version, so the frames will have the wrong timing; this needs more code or a container format like MKV
- my own code (for Delphi 2009) is public domain as far as I care; for the other files see their content
Afaik JPC-RR r11 will have a different dump file format and different tools, so this one won't work with it then.