<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 16, 2013 at 4:53 PM, Jim Stichnoth <span dir="ltr"><<a href="mailto:stichnot@gmail.com" target="_blank">stichnot@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On Wed, Jan 16, 2013 at 11:47 AM, Larry T <<a href="mailto:larryt@gmail.com">larryt@gmail.com</a>> wrote:<br>
> | 1036 | 2013-01-14 05:00:00 | 0 | 33 | 319496 |<br>
<br>
</div>There it is. The recordedmarkup table thinks the recording length is 319.496s.<br>
<br>
You can see the meaning for the various values of the "type" column at<br>
<a href="https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmyth/programtypes.h#L52" target="_blank">https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmyth/programtypes.h#L52</a><br>
.<br>
<br>
Something very strange is happening to the recording at frame 5819 -<br>
resolution is reported to have changed from 480x480 to 3819x2242.<br>
Then at frame 6210 it switches to 3719x896@25Hz, and at frame 6224 it<br>
finally settles at 480x480@29.97Hz. I don't know if it is at all<br>
related to the incorrect duration.<br>
<br>
What does the recordedmarkup table for that recording look like after<br>
running "mythcommflag --rebuild --chanid <mychanid> --starttime<br>
<div class=""><div class="h5"><mystarttime>" ?<br>
<br>
Jim<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><br>mythcommflag --rebuild --chanid 1036 --starttime "2013-01-14 05:00:00"<br>2013-01-16 19:05:18.858512 C mythcommflag version: fixes/0.26 [v0.26.0-80-g8ca4caf] <a href="http://www.mythtv.org">www.mythtv.org</a><br>
2013-01-16 19:05:18.858530 C Qt version: compile: 4.8.1, runtime: 4.8.1<br>MythTV Commercial Flagger, building seek table for:<br> Robot Chicken - Caffeine-Induced Aneurysm<br>Rebuild started at Wed Jan 16 19:05:18 2013<br>
2013-01-16 19:05:18.913930 E Error Loading en_us translation for module mythfrontend<br>2013-01-16 19:05:18.920685 E Filter dir '/usr/lib/mythtv/filters' doesn't exist?<br>Rebuild completed at Wed Jan 16 19:05:25 2013<br>
2013-01-16 19:05:25.038312 E decoding error<br> eno: Unknown error 541478725 (541478725)<br><br>mysql> select * from recordedmarkup where chanid=1036 and starttime='2013-01-14 05:00:00';<br>
+--------+---------------------+------+------+---------+<br>| chanid | starttime | mark | type | data |<br>+--------+---------------------+------+------+---------+<br>| 1036 | 2013-01-14 05:00:00 | 0 | -3 | NULL |<br>
| 1036 | 2013-01-14 05:00:00 | 0 | 11 | NULL |<br>| 1036 | 2013-01-14 05:00:00 | 6224 | 11 | NULL |<br>| 1036 | 2013-01-14 05:00:00 | 6210 | 14 | 1000000 |<br>| 1036 | 2013-01-14 05:00:00 | 0 | 30 | 480 |<br>
| 1036 | 2013-01-14 05:00:00 | 5819 | 30 | 3819 |<br>| 1036 | 2013-01-14 05:00:00 | 6210 | 30 | 3719 |<br>| 1036 | 2013-01-14 05:00:00 | 6224 | 30 | 480 |<br>| 1036 | 2013-01-14 05:00:00 | 0 | 31 | 480 |<br>
| 1036 | 2013-01-14 05:00:00 | 5819 | 31 | 2242 |<br>| 1036 | 2013-01-14 05:00:00 | 6210 | 31 | 896 |<br>| 1036 | 2013-01-14 05:00:00 | 6224 | 31 | 480 |<br>| 1036 | 2013-01-14 05:00:00 | 0 | 32 | 29970 |<br>
| 1036 | 2013-01-14 05:00:00 | 6210 | 32 | 25000 |<br>| 1036 | 2013-01-14 05:00:00 | 6224 | 32 | 29970 |<br>| 1036 | 2013-01-14 05:00:00 | 0 | 33 | 899847 |<br>| 1036 | 2013-01-14 05:00:00 | 0 | 34 | 26969 |<br>
+--------+---------------------+------+------+---------+<br>17 rows in set (0.00 sec)<br><br><br></div></div>