Thursday, August 30th, 2012, 00:18 UTC | ||
[00:18:58] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-171-28-68.hsd1.wa.comcast.net) has joined #mythtv | |
[00:18:58] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv | |
[00:18:58] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-171-28-68.hsd1.wa.comcast.net) has quit (Changing host) | |
[00:19:35] | vallor (vallor!~Ponzo@pdpc/supporter/monthlygold/vallor) has quit (Remote host closed the connection) | |
[00:34:13] | neufeld_` is now known as neufeld | |
[00:34:25] | ** neufeld now has closed captions on HD-PVR recordings ** | |
[00:50:42] | dissent (dissent!~Ponzo@pdpc/supporter/monthlygold/vallor) has joined #mythtv | |
[01:00:35] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.) | |
[01:08:43] | dekarl (dekarl!~dekarl@p4FCEEAC9.dip.t-dialin.net) has joined #mythtv | |
[01:09:36] | Unhelpful (Unhelpful!~quassel@rockbox/developer/Unhelpful) has joined #mythtv | |
[01:10:51] | dekarl1 (dekarl1!~dekarl@p4FCEEA41.dip.t-dialin.net) has quit (Ping timeout: 265 seconds) | |
[01:11:24] | jpabq: | neufeld, How did you pull that off? |
[01:14:14] | Unhelpful (Unhelpful!~quassel@rockbox/developer/Unhelpful) has quit (Remote host closed the connection) | |
[01:16:30] | neufeld: | jpabq: So, component cables from the STB go to the HD-PVR. I also ran composite cables to one of my PVR-500 inputs, because the STB produces VBI data in its standard-definition stream even when tuned to an HD channel. Put that tuner and the HD-PVR into the same recording group so that MythTV doesn't try to use both together, then used the system event scripts to run ccextractor on the PVR-500 /dev entry. A bit of |
[01:16:31] | neufeld: | fiddling in the recording-end script to copy the resulting .srt file into the storage directory, and we have a .srt file sitting next to the HD-PVR's .mpg file. MythTV will use the .srt file if present. Presto! |
[01:20:03] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[01:34:23] | jpabq: | neufeld, cool. I have a PVR-500 on a shelf somewhere. Are you going to put instructions on the wiki? |
[01:36:04] | clever: | neufeld: neat! |
[01:39:14] | neufeld: | jpabq: yeah, just getting all my notes together. The awkwardness is because the HD-PVR takes time to lock on, but the PVR-500 starts streaming immediately, so the script has to figure out the time corrections, and I just realized that the STARTTIMEISOUTC is giving me times that end in 0 seconds, but my recordings start at -50 seconds, so I need a new mechanism for timing (i.e. a 10:00 recording fires its scripts at |
[01:39:14] | neufeld: | 9:59:10, but the scripts receive STARTTIMEISOUTC at 9:59:00, corrected for time zone). I'm going to run a few more tests on it and then make a new page on the wiki. Might be a day or two. |
[01:40:25] | wagnerrp: | you could record the system timestamp at the beginning of the recording, and match that against recstartts of the recording |
[01:40:44] | wagnerrp: | not the beginning of the recording... beginning of the ccextractor run |
[01:42:14] | clever: | but how much of a delay is there in the HD-PVR encoder?, its not instant analog in, digital out |
[01:42:21] | neufeld: | wagnerrp: yeah, that what my current attempt is doing. Just before starting ccextractor, it writes "date +%s" into a file so that my resolution script can use it. But these are just fiddly details, the basic idea is sound. |
[01:44:24] | neufeld: | clever: well, I'm currently trying to use the total length of the HD-PVR recording stream, comparing that to the time total duration of the ccextractor run, and assuming that they end together. If there's a constant bias, I can just add that into the math. And subtitles don't have to be bang on, one or two seconds either way is manageable. |
[01:45:19] | clever: | i mostly just use the subtitles for when the 'background' music is too loud and ceases to be background |
[01:45:31] | clever: | one or 2 seconds seems good enough |
[01:50:44] | neufeld: | I've done a lot of caption stuff over the years, my wife can't fully enjoy shows without them. I worked with Hans to get VBI working for NTSC in the ivtv PVR-500 driver, and then posted to the wiki a big script to H.264 transcode and cut recordings while preserving captions. Another script puts the captions right into the .mpg stream where mplayer can see them and optionally display them, for on-the-road viewing on |
[01:50:44] | neufeld: | a non-MythTV laptop. |
[01:53:07] | clever: | neufeld: one big problem i had (years ago) |
[01:53:19] | clever: | a bug in the pvr-150 driver caused vbi to hard-lock the system |
[01:53:36] | clever: | and the only way around it was to disable vbi, which ALSO disabled displaying CC from existing files |
[01:53:45] | clever: | so you lost CC on everything you already had |
[01:55:15] | neufeld: | Hmm. I never experienced that, and I believe I was using VBI data on the PVR-xxx before you were (since I was toggling registers and patching code to get it going in the first place). I guess there was a module bug introduced and then fixed somewhere along the way, and I skipped it. |
[01:55:53] | clever: | yeah, when i first got the card, it locked the system instantly |
[01:56:04] | clever: | the first driver i was running caused that bug 100% of the time |
[01:59:49] | sphery (sphery!~mdean@user-0c6s50s.cable.mindspring.com) has quit (Quit: leaving) | |
[02:00:14] | sphery (sphery!~mdean@mythtv/developer/sphery) has joined #mythtv | |
[02:31:24] | zombor (zombor!~zombor_@65.29.231.135) has joined #mythtv | |
[02:31:25] | zombor (zombor!~zombor_@65.29.231.135) has quit (Changing host) | |
[02:31:25] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[02:33:15] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[02:41:08] | brfransen (brfransen!~brfransen@64.179.142.146) has quit (Remote host closed the connection) | |
[02:41:43] | brfransen (brfransen!~brfransen@64.179.142.146) has joined #mythtv | |
[02:53:53] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Remote host closed the connection) | |
[03:01:40] | stichnot (stichnot!~stichnot@134.134.137.71) has joined #mythtv | |
[03:01:40] | stichnot (stichnot!~stichnot@134.134.137.71) has quit (Changing host) | |
[03:01:40] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[03:05:00] | JBC (JBC!ada0d615@gateway/web/freenode/ip.173.160.214.21) has joined #mythtv | |
[03:05:34] | neufeld is now known as neufeld_AFK | |
[03:06:22] | JBC (JBC!ada0d615@gateway/web/freenode/ip.173.160.214.21) has left #mythtv () | |
[03:26:48] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 245 seconds) | |
[03:41:06] | stichnot (stichnot!~stichnot@192.55.55.41) has joined #mythtv | |
[03:41:15] | stichnot (stichnot!~stichnot@192.55.55.41) has quit (Changing host) | |
[03:41:15] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[04:08:42] | Chutt (Chutt!~ijr@cpe-24-29-225-175.neo.res.rr.com) has quit (Ping timeout: 256 seconds) | |
[04:23:31] | Chutt (Chutt!~ijr@cpe-24-29-225-175.neo.res.rr.com) has joined #mythtv | |
[04:28:28] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Read error: Operation timed out) | |
[04:44:04] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv | |
[04:56:01] | dissent (dissent!~Ponzo@pdpc/supporter/monthlygold/vallor) has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) | |
[04:56:29] | vallor (vallor!~Ponzo@pdpc/supporter/monthlygold/vallor) has joined #mythtv | |
[05:04:48] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 256 seconds) | |
[06:05:14] | jab (jab!~Thunderbi@firewall.adslpipe.co.uk) has joined #mythtv | |
[06:05:32] | SteveGoodey (SteveGoodey!~steve@host86-140-215-72.range86-140.btcentralplus.com) has joined #mythtv | |
[06:17:40] | SteveGoodey (SteveGoodey!~steve@host86-140-215-72.range86-140.btcentralplus.com) has quit (Remote host closed the connection) | |
[06:24:43] | yb0t (yb0t!quassel@nat/nokia/x-pundeejaiqkithht) has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) | |
[06:36:27] | jab (jab!~Thunderbi@firewall.adslpipe.co.uk) has quit (Ping timeout: 244 seconds) | |
[06:47:57] | jab (jab!~Thunderbi@firewall.adslpipe.co.uk) has joined #mythtv | |
[07:10:58] | jab (jab!~Thunderbi@firewall.adslpipe.co.uk) has quit (Ping timeout: 245 seconds) | |
[07:23:16] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv | |
[09:08:57] | brfransen (brfransen!~brfransen@64.179.142.146) has quit (Ping timeout: 260 seconds) | |
[09:09:17] | fafa88_ (fafa88_!~fafa88@c-24-6-135-62.hsd1.ca.comcast.net) has joined #mythtv | |
[09:09:28] | dissent (dissent!~Ponzo@pdpc/supporter/monthlygold/vallor) has joined #mythtv | |
[09:09:43] | brfransen (brfransen!~brfransen@64.179.142.146) has joined #mythtv | |
[09:09:51] | kenni (kenni!~kenni@mythtv/developer/kenni) has quit (Ping timeout: 240 seconds) | |
[09:09:51] | fafa88 (fafa88!~fafa88@c-24-6-135-62.hsd1.ca.comcast.net) has quit (Ping timeout: 240 seconds) | |
[09:09:52] | vallor (vallor!~Ponzo@pdpc/supporter/monthlygold/vallor) has quit (Read error: Connection reset by peer) | |
[09:09:52] | kenni (kenni!~kenni@port649.ds1-ly.adsl.cybercity.dk) has joined #mythtv | |
[09:09:52] | Peps (Peps!~MiNT@li186-230.members.linode.com) has quit (Ping timeout: 240 seconds) | |
[09:09:53] | kenni (kenni!~kenni@mythtv/developer/kenni) has joined #mythtv | |
[09:09:53] | kenni (kenni!~kenni@port649.ds1-ly.adsl.cybercity.dk) has quit (Changing host) | |
[09:10:17] | dissent is now known as vallor | |
[09:14:08] | Peps (Peps!~MiNT@li186-230.members.linode.com) has joined #mythtv | |
[09:48:06] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[18:22:31] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-171-28-68.hsd1.wa.comcast.net) has joined #mythtv | |
[18:22:31] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-171-28-68.hsd1.wa.comcast.net) has quit (Changing host) | |
[18:22:31] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv | |
[18:30:21] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 260 seconds) | |
[19:13:49] | jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has joined #mythtv | |
[19:50:52] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Read error: Connection reset by peer) | |
[19:51:15] | sraue (sraue!~stephan@91-115-18-54.adsl.highway.telekom.at) has joined #mythtv | |
[19:51:19] | sraue (sraue!~stephan@91-115-18-54.adsl.highway.telekom.at) has quit (Changing host) | |
[19:51:19] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv | |
[19:58:27] | Goga777 (Goga777!~Goga777@2.95.34.18) has quit (Ping timeout: 240 seconds) | |
[19:59:27] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv | |
[20:00:37] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Client Quit) | |
[20:07:42] | caelor (caelor!~caelor@cpc12-sotn9-2-0-cust374.15-1.cable.virginmedia.com) has joined #mythtv | |
[20:18:44] | caelor (caelor!~caelor@cpc12-sotn9-2-0-cust374.15-1.cable.virginmedia.com) has quit (Quit: Leaving) | |
[20:31:33] | DougMac (DougMac!~chatzilla@78-105-185-36.zone3.bethere.co.uk) has joined #mythtv | |
[20:32:57] | DougMac: | stichnot: I've attached my valgrind.log to ticket #11029 |
[20:32:57] | ** MythLogBot http://code.mythtv.org/trac/ticket/11029 ** | |
[20:36:52] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Quit: Ex-Chat) | |
[20:40:28] | DougMac: | ls |
[20:41:55] | ponyofde1th (ponyofde1th!~vladi@cpe-75-80-169-76.san.res.rr.com) has quit (Quit: leaving) | |
[20:44:52] | joki (joki!~joki@p54863627.dip.t-dialin.net) has quit (Ping timeout: 246 seconds) | |
[20:45:40] | joki (joki!~joki@p54864821.dip.t-dialin.net) has joined #mythtv | |
[20:50:21] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Read error: Connection reset by peer) | |
[20:51:42] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has quit (Remote host closed the connection) | |
[20:52:08] | stuartm (stuartm!~stuartm@cpc1-derb9-0-0-cust441.8-3.cable.virginmedia.com) has joined #mythtv | |
[20:52:08] | stuartm (stuartm!~stuartm@cpc1-derb9-0-0-cust441.8-3.cable.virginmedia.com) has quit (Changing host) | |
[20:52:08] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has joined #mythtv | |
[21:01:54] | SteveGoodey (SteveGoodey!~steve@host86-140-215-72.range86-140.btcentralplus.com) has quit (Remote host closed the connection) | |
[21:07:41] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv | |
[21:15:37] | brfranse_ (brfranse_!~brfransen@64.179.142.146) has joined #mythtv | |
[21:18:19] | brfransen (brfransen!~brfransen@64.179.142.146) has quit (Ping timeout: 252 seconds) | |
[21:18:19] | brfranse_ is now known as brfransen | |
[21:23:53] | petefunk (petefunk!~pfunk@pud5.7ac0.org) has quit (Ping timeout: 245 seconds) | |
[21:33:13] | dekarl: | sphery, times without explicit time zone/offset are supposed to be UTC (instead of floating local time), explicit local time is perfectly valid. |
[21:33:13] | dekarl: | There are grabbers out there in the wild with floating local time, so I've added a new filter, tv_augment_tz, to xmltv 0.5.63. If the xmltv timezone setting gets dropped we should refer to it in the release notes. Here's the discussion that led to the creation of the filter http://sourceforge.net/mailarchive/message.php?msg_id=29379739 |
[21:49:24] | sphery: | dekarl: nice, and thanks for the info |
[21:50:03] | sphery: | seems the plan is to drop that setting and always do what we currently do for auto, but with that filter, even users with broken grabbers will have a workable solution |
[21:51:38] | dekarl: | aye, there's a vocal minority out there |
[21:52:07] | jab (jab!~Thunderbi@firewall.adslpipe.co.uk) has quit (Ping timeout: 245 seconds) | |
[22:09:17] | stichnot (stichnot!~stichnot@134.134.139.74) has joined #mythtv | |
[22:09:18] | stichnot (stichnot!~stichnot@134.134.139.74) has quit (Changing host) | |
[22:09:18] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[22:55:08] | DougMac: | stichnot: I've updated 11029 again with a combined valgrind and mythavtest log. Hopefully that's of some use. |
[22:56:56] | stichnot: | DougMac: are those based on the 6 MB sample you linked to? |
[22:57:22] | DougMac: | Yes, that's correct |
[22:57:25] | stichnot: | and thanks for running the data. |
[22:58:08] | stichnot: | OK. I need to look at my own valgrind output against that particular sample. (So far I've been looking at a different sample.) |
[22:59:36] | DougMac: | If there's anything else I can do let me know. |
[23:04:13] | stichnot: | Thanks, will do. (Things are slow due to a work crunch, plus not being able to reproduce the crash) |
[23:06:43] | _Techie_-_AFK_ (_Techie_-_AFK_!~techie@165.33.69.111.dynamic.snap.net.nz) has quit (Ping timeout: 268 seconds) | |
[23:10:58] | _Techie_-_AFK_ (_Techie_-_AFK_!~techie@2406:e000:e195:1:f950:564a:50d:830e) has joined #mythtv | |
[23:11:11] | DougMac: | It started happening for me in 0.25 (although the crashes were infrequent) – as no one else reported a problem I thought it must be something to do with my configuration |
[23:13:23] | DougMac (DougMac!~chatzilla@78-105-185-36.zone3.bethere.co.uk) has left #mythtv () | |
[23:15:53] | _Techie_-_AFK_ (_Techie_-_AFK_!~techie@2406:e000:e195:1:f950:564a:50d:830e) has quit (Ping timeout: 272 seconds) | |
[23:20:26] | _Techie_-_AFK_ (_Techie_-_AFK_!~techie@2406:e000:e196:1:f950:564a:50d:830e) has joined #mythtv | |
[23:34:01] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[23:37:37] | _charly_ (_charly_!kroseneg@sunrise.schmidham.net) has quit (Ping timeout: 240 seconds) | |
[23:38:55] | knightr_ (knightr_!~knightr@69-165-170-178.dsl.teksavvy.com) has quit (Read error: Connection reset by peer) | |
[23:50:21] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 246 seconds) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.