Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 使用directshow GrapherEdit对文本文件进行关闭标题_Windows_Directshow_Codec_Closed Captions_Graphedit - Fatal编程技术网

Windows 使用directshow GrapherEdit对文本文件进行关闭标题

Windows 使用directshow GrapherEdit对文本文件进行关闭标题,windows,directshow,codec,closed-captions,graphedit,Windows,Directshow,Codec,Closed Captions,Graphedit,我想将cc(闭路字幕)捕获为纯文本到文本文件;使用directshow,graphedt 我使用了VBICodec和转储过滤器。我的图表如下 Ospray捕获设备(有4个输出引脚:捕获、预览、CC、VBI)->T形三通/接收器到接收器 转换器->VBI编解码器->ClosedCaptions.txt(转储过滤器) 该文件包含编码数据,而不是纯文本 如何将closedcaption保存到文本文件?(我有windows 2008 server)鱼鹰(可能还有任何其他支持NTSC和ATSC字幕的捕获卡

我想将cc(闭路字幕)捕获为纯文本到文本文件;使用directshow,graphedt

我使用了VBICodec和转储过滤器。我的图表如下

Ospray捕获设备(有4个输出引脚:捕获、预览、CC、VBI)->T形三通/接收器到接收器

转换器->VBI编解码器->ClosedCaptions.txt(转储过滤器)

该文件包含编码数据,而不是纯文本

如何将closedcaption保存到文本文件?(我有windows 2008 server)

鱼鹰(可能还有任何其他支持NTSC和ATSC字幕的捕获卡)输出格式。它有特殊的字符集和控制代码,必须转换为您需要的任何格式

不幸的是,我不知道有任何现成的DirectShow过滤器可以将其转换为文本格式,因此您可能需要编写一个