[mythtv-users] Mythccextractor does not create a .srt file

Trond Nystuen trond_nystuen at yahoo.no
Wed Mar 20 20:14:35 UTC 2013


On 20 March 2013 13:53, Doug Vaughan wrote:

> Trond,
>    When developing Lossless Cut I found that the "page" valueand "Text #" order was
> consistent for specific broadcaster. Maybe your brute force method of discovering the
> correct page value could be used to hard code the "page" value matched to a "Text #
> and PID".

No luck so far. After running this script, all files created were empty.

#!/bin/bash
for i in `seq 900 999`;
do
    ccextractor -datapid 6510 -tpage $i --defaultcolor "#ffd700" 1060_20130316153000.mpg -o ./srt/$i.srt
done


Trond



More information about the mythtv-users mailing list