I 'm currently developing a small program that will allow me to rip PAL TeleText subtitles from a DVR-MS file.
It seems feasible, I can decypher 99.99% of the text, and some of the colour codes.
Don't expect anything fancy, though.
What I 'm working on is a command line utility, which will take as an input the dumpfile you get when you dump the data from pin 2, and which will produce an SRT file with the timings and subtitles.
SRT does not support colours though, so the colour information will certainly not be there.
Also, accented characters will not be supported.
And finally, I am not sure yet whether timings will be precise enough, etc.
Anyway, I feel I 've gotten quite far already, I can already get an SRT file, but it contains the broadcast times of the subtitles, instead of the relative file values.
I was wondering if anyone else would be interested in such a utility.
The reason I started this whole thing is because I could not play back DVR-MS files on a second PC that does not have Mediacenter on it, without losing the subtitles.
BTW : Teletext subtitles, once a recording has been made, are not stored in the VBI anymore.
Instead, they have been moved, along with all other Teletext pages to a separate stream (pin 2).
It seems feasible, I can decypher 99.99% of the text, and some of the colour codes.
Don't expect anything fancy, though.
What I 'm working on is a command line utility, which will take as an input the dumpfile you get when you dump the data from pin 2, and which will produce an SRT file with the timings and subtitles.
SRT does not support colours though, so the colour information will certainly not be there.
Also, accented characters will not be supported.
And finally, I am not sure yet whether timings will be precise enough, etc.
Anyway, I feel I 've gotten quite far already, I can already get an SRT file, but it contains the broadcast times of the subtitles, instead of the relative file values.
I was wondering if anyone else would be interested in such a utility.
The reason I started this whole thing is because I could not play back DVR-MS files on a second PC that does not have Mediacenter on it, without losing the subtitles.
BTW : Teletext subtitles, once a recording has been made, are not stored in the VBI anymore.
Instead, they have been moved, along with all other Teletext pages to a separate stream (pin 2).