Thank you for the detailed explanation.
Sorry if this is a stupid question.
Microsoft TV subtitles Decoder filter is a one-way in filter. How do you use that to display subtitles on GraphEdit?
What filter do you use for exporting subtitles?
+ Reply to Thread
Results 31 to 35 of 35
-
-
-
Thank you so much. Once I am able to extract the subtitles, I am going to reveal the method here.
-
Hello
I am writing to report that I am able to process WTV file with the subtitle stream although I found out Teletext is not extractable, because it is pixel based captions.
I spent weeks on studying DirectShow and media foundation programming which turned out to be futile.
I simply used FFMPEG to compress and converted caption streams by using
This is the sample wtv file I have done.
ffmpeg -I "input.wtv" -map 0:1(video stream) -map 0:2(audio stream) -map 0:3 -c:v libx264 (mp4 codec) -c:a:0 libmp3lame (mp3 codec) -c: s copy "output.mkv"
or you can export only the caption stream by
ffmpeg -I "input.wtv" -map 0:3 -c: s copy "output.mkv"
It seems that the mkv format is the only format which carries subtitle streams.
I will try to create some program using pattern recognition to convert WTV captions to srt. I will post it here.Last edited by wonmanfactory; 15th Jun 2013 at 19:02.
Similar Threads
-
WTV remux to MPG
By Nohajc in forum Video ConversionReplies: 44Last Post: 9th Aug 2013, 20:47 -
New Media center file .WTV format problem with Silicon Dust Cable Card PVR
By torrentlord in forum DVB / IPTVReplies: 3Last Post: 18th Sep 2011, 00:08 -
WTV/DVR-MS files into usable MPEG format?
By CursedLemon in forum Newbie / General discussionsReplies: 6Last Post: 24th Jul 2010, 09:21 -
wtv to trp
By probian in forum Video ConversionReplies: 4Last Post: 1st May 2010, 18:09 -
Problems with WTV
By version187 in forum Video ConversionReplies: 3Last Post: 3rd Nov 2009, 18:38