MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (45):

afisher, aloril, amessina, Anssi, blahdodo, brfranse-, ChanServ, clever, cybrNaut, davic, frobnic, ghoti, Guest51664, hampton, ijc, ilmostro, jpabq, knowledgejunkie, libsci, mad_enz, Maliuta, markspieth, MitchCapper, mkbloke, MythBuild, MythLogBot, MythNotifyBot, ooshlablu, Overlordz, Panic, peper03, poptix, pppingme, ramshadow, rhpot1991, sphery, stuarta, tonsofpcs, tris, Valen, Warped, warpme_, xris, zbot, _charly__
Monday, January 4th, 2021, 00:16 UTC
[00:16:40] RokLobsta (RokLobsta!~Dirkka@180.150.57.22) has joined #mythtv
[00:19:48] warpme_ (warpme_!uid391875@gateway/web/irccloud.com/x-kfjfdlobmikpwunw) has quit (Quit: Connection closed for inactivity)
[02:55:57] davic (davic!uid473656@gateway/web/irccloud.com/x-cscuwrremennlpiu) has quit (Quit: Connection closed for inactivity)
[05:38:54] pppingme (pppingme!~pppingme@unaffiliated/pppingme) has quit (Remote host closed the connection)
[06:30:00] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has quit (Quit: WeeChat 2.3)
[06:32:00] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv
[06:32:00] Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett
[06:33:45] jpabq (jpabq!~quassel@mythtv/developer/jpabq) has quit (Ping timeout: 240 seconds)
[06:34:54] jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv
[06:34:55] Mode for #mythtv by ChanServ!ChanServ@services. : +v jpabq
[07:16:03] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:d1ff:6177:c50e:b4be) has joined #mythtv
[07:16:03] Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey
[07:37:21] pppingme (pppingme!~pppingme@unaffiliated/pppingme) has joined #mythtv
[07:57:04] pppingme (pppingme!~pppingme@unaffiliated/pppingme) has quit (Quit: Leaving)
[08:28:50] RokLobsta (RokLobsta!~Dirkka@180.150.57.22) has quit (Remote host closed the connection)
[09:10:07] MythNotifyBot (MythNotifyBot!~cinch@2a02:390:790f:1:7210:6fff:feca:576c) has quit (Remote host closed the connection)
[09:11:55] davic (davic!uid473656@gateway/web/irccloud.com/x-vewlektemrnwueto) has joined #mythtv
[09:12:25] MythNotifyBot (MythNotifyBot!~cinch@2a02:390:790f:1:7210:6fff:feca:576c) has joined #mythtv
[09:12:54] stuarta (stuarta!~stuarta@2a02:390:790f:1:7210:6fff:feca:576c) has joined #mythtv
[09:12:55] stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv
[09:12:55] stuarta (stuarta!~stuarta@2a02:390:790f:1:7210:6fff:feca:576c) has quit (Changing host)
[09:12:55] Mode for #mythtv by ChanServ!ChanServ@services. : +v stuarta
[09:13:30] stuarta: morning all
[09:21:13] MythBuild (MythBuild!~MythBuild@mizar.mythtv.org) has quit (Remote host closed the connection)
[09:21:25] MythBuild (MythBuild!~MythBuild@mizar.mythtv.org) has joined #mythtv
[09:41:46] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has joined #mythtv
[09:41:46] Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey
[09:45:45] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has quit (Client Quit)
[09:46:59] SteveGoodey (SteveGoodey!~steve@host86-139-84-249.range86-139.btcentralplus.com) has joined #mythtv
[09:46:59] Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey
[10:25:48] warpme_ (warpme_!uid391875@gateway/web/irccloud.com/x-gavccdpbjvrqwkco) has joined #mythtv
[14:31:03] hampton: good morning stuarta. welcome back.
[14:44:09] hampton: Anyone know why we use an embedded copy of the xine subtitle code when we could use the subtitle support in FFmpeg?
[14:50:50] stuarta: not sure really.
[14:51:10] stuarta: maybe dig back through the commit logs and that might shed some light on it
[15:09:58] hampton: Added via ticket #1748, 15 years ago. No reason for preferring xine to ffmpeg.
[15:09:58] ** MythLogBot https://code.mythtv.org/trac/ticket/1748 **
[15:11:40] stuarta: i wonder if that's for dvb subtitle decoding....
[15:19:50] stuarta: ah, external subtitles, that might be why
[15:21:04] hampton: Yeah, but FFmpeg should be able to read those as well. It can certainly read a subtitle file from the command line. I was wondering if it was the complexity of coding to the FFmpeg API that was the reason.
[15:23:38] hampton: I'm still working on my conversion to std::chrono, and I've worked my way over to the corner of the code where the subtitles hang out. Trying to decide whether or not to push the conversion into xine, or if the xine code should be ripped out and replaced with FFmpeg.
[15:24:03] stuarta: ask the mailing list for some perspective
[15:24:06] hampton: Probably the former, since I don't want to learn how to program to the FFmpeg API.
[15:25:15] hampton: Or I could stop the conversion at the Xine API and convert from milliseconds back to an int64_t there.
[15:32:15] stuarta: that certainly might be a good interim step
[15:33:21] MythBuild: Build [#212](https://code.mythtv.org/buildbot/#builders/188/builds/212) of `tidy-master` 3completed successfully.
[17:48:03] SteveGoodey (SteveGoodey!~steve@host86-139-84-249.range86-139.btcentralplus.com) has quit (Quit: Konversation terminated!)
[17:49:16] SteveGoodey (SteveGoodey!~steve@host86-139-84-249.range86-139.btcentralplus.com) has joined #mythtv
[17:49:16] Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey
[17:50:11] SteveGoodey (SteveGoodey!~steve@host86-139-84-249.range86-139.btcentralplus.com) has quit (Client Quit)
[17:51:21] SteveGoodey (SteveGoodey!~steve@host86-139-84-249.range86-139.btcentralplus.com) has joined #mythtv
[17:51:22] Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey
[19:38:13] SteveJGoodey (SteveJGoodey!~quassel@2a00:23c5:7d83:6501:f93e:57f3:16ed:5371) has joined #mythtv
[19:38:13] Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveJGoodey
[20:42:24] warpme_ (warpme_!uid391875@gateway/web/irccloud.com/x-gavccdpbjvrqwkco) has quit (Quit: Connection closed for inactivity)
[21:19:07] SteveJGoodey (SteveJGoodey!~quassel@2a00:23c5:7d83:6501:f93e:57f3:16ed:5371) has quit (Read error: Connection reset by peer)
[21:21:01] warpme_ (warpme_!uid391875@gateway/web/irccloud.com/x-dgdkiyesdsrjfqhl) has joined #mythtv
[21:38:38] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:d1ff:6177:c50e:b4be) has quit (Remote host closed the connection)
[21:48:36] pppingme (pppingme!~pppingme@unaffiliated/pppingme) has joined #mythtv
[22:27:52] SteveGoodey (SteveGoodey!~steve@host86-139-84-249.range86-139.btcentralplus.com) has quit (Quit: Konversation terminated!)

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.