<br><br><div class="gmail_quote">On 12 March 2012 17:52, Andy Sheen <span dir="ltr"><<a href="mailto:sheen.andy@googlemail.com">sheen.andy@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
David Crawford wrote on Mon 12 Mar at 17:48 UK time<br>
<div class="im">> I have recordings that are definately subtitled that don't contain the<br>
> subtitles. For example, I set a program to record called "Sunrise" on<br>
> Sky news every morining from 6-9am and it records it half hour slots.<br>
> What I find is it hardly ever records all slots from 6-9 with<br>
> subtitles, usually just half.<br>
><br>
> Proving one of these records might be difficult though as the file<br>
> sizes are pretty big (900mb)<br>
><br>
<br>
</div>Just chop the front 30Mbyte off like:<br>
<br>
dd if=sample-file of=small-sample-file bs=1024 count=30000<br>
<br>
<br>
The command takes 30000 1024byte blocks from sample-file and writes them<br>
to small-sample-file. Transport streams are designed to be cut at<br>
arbitrary positions, so that'll be fine.<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><div>Here is a sample of Sunrise from 7am, it definately should have teletext subtitles</div><div><br></div><div><a href="http://small-sample.mpg">small-sample.mpg</a><br></div>