[mythtv] Ticket #7984: Commercial break detection on H264 progressive recordings off by 2

Manuel McLure manuel at mclure.org
Mon Mar 8 21:46:23 UTC 2010


On Tue, Mar 2, 2010 at 9:39 PM, Manuel McLure <manuel at mclure.org> wrote:
> That's excellent news! I'll then wait for 0.23 to go live and test
> again when I have it installed. Thank you so very much for testing
> this out.

Looks like the appropriate fixes have been backported to 0.22-fixes -
I just tested 0.22-fixes SVN revision 23670 and the commercial skip
points are looking much better:

mysql> select * from recordedmarkup where chanid = 1647 and starttime
= '2010-02-26 19:30:00' and type in (4,5) order by mark;
+--------+---------------------+-------+------+------+
| chanid | starttime           | mark  | type | data |
+--------+---------------------+-------+------+------+
|   1647 | 2010-02-26 19:30:00 | 13135 |    4 | NULL |
|   1647 | 2010-02-26 19:30:00 | 20356 |    5 | NULL |
|   1647 | 2010-02-26 19:30:00 | 30303 |    4 | NULL |
|   1647 | 2010-02-26 19:30:00 | 33926 |    5 | NULL |
|   1647 | 2010-02-26 19:30:00 | 43708 |    4 | NULL |
|   1647 | 2010-02-26 19:30:00 | 47317 |    5 | NULL |
+--------+---------------------+-------+------+------+

The numbers seem right on for where the skip points should be.
-- 
Manuel A. McLure WW1FA <manuel at mclure.org> <http://www.mclure.org>
...for in Ulthar, according to an ancient and significant law,
no man may kill a cat.                       -- H.P. Lovecraft


More information about the mythtv-dev mailing list