[mythtv-users] State of the PVR150/250 in 0.26?

Larry T larryt at gmail.com
Thu Jan 17 00:07:17 UTC 2013


On Wed, Jan 16, 2013 at 4:53 PM, Jim Stichnoth <stichnot at gmail.com> wrote:

> On Wed, Jan 16, 2013 at 11:47 AM, Larry T <larryt at gmail.com> wrote:
> > |   1036 | 2013-01-14 05:00:00 |    0 |   33 |  319496 |
>
> There it is.  The recordedmarkup table thinks the recording length is
> 319.496s.
>
> You can see the meaning for the various values of the "type" column at
>
> https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmyth/programtypes.h#L52
> .
>
> Something very strange is happening to the recording at frame 5819 -
> resolution is reported to have changed from 480x480 to 3819x2242.
> Then at frame 6210 it switches to 3719x896 at 25Hz, and at frame 6224 it
> finally settles at 480x480 at 29.97Hz.  I don't know if it is at all
> related to the incorrect duration.
>
> What does the recordedmarkup table for that recording look like after
> running "mythcommflag --rebuild --chanid <mychanid> --starttime
> <mystarttime>" ?
>
> Jim
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>


mythcommflag --rebuild --chanid 1036 --starttime "2013-01-14 05:00:00"
2013-01-16 19:05:18.858512 C  mythcommflag version: fixes/0.26
[v0.26.0-80-g8ca4caf] www.mythtv.org
2013-01-16 19:05:18.858530 C  Qt version: compile: 4.8.1, runtime: 4.8.1
MythTV Commercial Flagger, building seek table for:
    Robot Chicken - Caffeine-Induced Aneurysm
Rebuild started at Wed Jan 16 19:05:18 2013
2013-01-16 19:05:18.913930 E  Error Loading en_us translation for module
mythfrontend
2013-01-16 19:05:18.920685 E  Filter dir '/usr/lib/mythtv/filters' doesn't
exist?
Rebuild completed at Wed Jan 16 19:05:25 2013
2013-01-16 19:05:25.038312 E  decoding error
                        eno: Unknown error 541478725 (541478725)

mysql> select * from recordedmarkup where chanid=1036 and
starttime='2013-01-14 05:00:00';
+--------+---------------------+------+------+---------+
| chanid | starttime           | mark | type | data    |
+--------+---------------------+------+------+---------+
|   1036 | 2013-01-14 05:00:00 |    0 |   -3 |    NULL |
|   1036 | 2013-01-14 05:00:00 |    0 |   11 |    NULL |
|   1036 | 2013-01-14 05:00:00 | 6224 |   11 |    NULL |
|   1036 | 2013-01-14 05:00:00 | 6210 |   14 | 1000000 |
|   1036 | 2013-01-14 05:00:00 |    0 |   30 |     480 |
|   1036 | 2013-01-14 05:00:00 | 5819 |   30 |    3819 |
|   1036 | 2013-01-14 05:00:00 | 6210 |   30 |    3719 |
|   1036 | 2013-01-14 05:00:00 | 6224 |   30 |     480 |
|   1036 | 2013-01-14 05:00:00 |    0 |   31 |     480 |
|   1036 | 2013-01-14 05:00:00 | 5819 |   31 |    2242 |
|   1036 | 2013-01-14 05:00:00 | 6210 |   31 |     896 |
|   1036 | 2013-01-14 05:00:00 | 6224 |   31 |     480 |
|   1036 | 2013-01-14 05:00:00 |    0 |   32 |   29970 |
|   1036 | 2013-01-14 05:00:00 | 6210 |   32 |   25000 |
|   1036 | 2013-01-14 05:00:00 | 6224 |   32 |   29970 |
|   1036 | 2013-01-14 05:00:00 |    0 |   33 |  899847 |
|   1036 | 2013-01-14 05:00:00 |    0 |   34 |   26969 |
+--------+---------------------+------+------+---------+
17 rows in set (0.00 sec)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20130116/7f56f72d/attachment.html>


More information about the mythtv-users mailing list