I want to capture cc(closed caption) as plain text to text file; using directshow, graphedt.
I have used VBICodec and Dump filter. My graph is as follow
Ospray Capture Device (has 4 output pin:Capture, Preview, CC, VBI) -> Tee/Sink-to-Sink
Converter -> VBI Codec -> ClosedCaptions.txt(dump filter).
the file has encoded data and not the plain text.
how can i save closedcaption to text file ? (i have windows 2008 server)