| Wednesday, September 2nd, 2020, 00:09 UTC | ||
| [00:09:43] | cybrNaut: | i transcoded from TS to MP4 twice using ffmpeg, and the two files were different |
| [00:13:01] | cybrNaut: | 1 operation transcoded locally but wrote to a locally mounted remote drive. The 2nd operation pulled the TS from the local machine and the transcoding happened remotely. i would expect the files to be the same, but perhaps there was a variation in ffmpeg or library versions |
| [00:15:41] | cybrNaut: | anyway, i'm surprised they don't use whatever algo the IEatBrainz service or Shazam uses. They could just look at the audio and use a canned & proven algo |
| [00:16:55] | cybrNaut: | they could do a speech-to-text, drop the non-dictionary words, and just count the number of words that match |
| [00:18:43] | cybrNaut: | whatever they're doing now, it's not working. Although I have to admit sometimes one episode records in HD and then the same episode is recorded again in SD. |
| [00:19:32] | cybrNaut: | in those cases, i still want to find the dupes and decide which one to keep |
| [01:17:02] | Warped_ (Warped_!~Warped@2600:1702:b40:851f:b420:25e8:8176:3a40) has joined #mythtv-users | |
| [01:19:57] | Warped (Warped!~Warped@unaffiliated/warped) has quit (Ping timeout: 272 seconds) | |
| [01:30:46] | Warped_ (Warped_!~Warped@2600:1702:b40:851f:b420:25e8:8176:3a40) has quit (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805]) | |
| [02:38:38] | bill6502 (bill6502!~bill@205.178.24.168) has left #mythtv-users () | |
| [02:42:40] | RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.mel.nbn.aussiebb.net) has joined #mythtv-users | |
| [02:50:50] | cybrNaut: | this is the SQL i ended up using to find dupes, which sorts them by quality => select cast(title as char(15)) as title,cast(description as char(40)) as desctrunk,basename,filesize,unix_timestamp(endtime)-unix_timestamp(starttime) as seconds,TIMEDIFF(endtime,starttime) as duration,filesize/1000/(unix_timestamp(endtime)-unix_timestamp(starttime)) as kbps from recorded order by title,description,kbps |
| [02:53:39] | cybrNaut: | it doesn't actually filter out non-dupes, but it works well enough to see the dupes next to each other |
| [05:31:59] | peterbennett (peterbennett!~pi@c-75-67-203-208.hsd1.ma.comcast.net) has joined #mythtv-users | |
| [05:32:00] | peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv-users | |
| [05:32:00] | peterbennett (peterbennett!~pi@c-75-67-203-208.hsd1.ma.comcast.net) has quit (Changing host) | |
| [05:32:00] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v peterbennett | |
| [06:02:25] | jya (jya!sid396171@gateway/web/irccloud.com/x-kmlyzjhuhfbtzvcp) has quit (Ping timeout: 272 seconds) | |
| [06:02:53] | jya (jya!sid396171@gateway/web/irccloud.com/x-avsqiglnlrknpnxa) has joined #mythtv-users | |
| [06:13:47] | markk_ (markk_!~mark@host86-183-79-172.range86-183.btcentralplus.com) has joined #mythtv-users | |
| [06:44:31] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has joined #mythtv-users | |
| [06:44:31] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Steve-Goodey | |
| [08:03:13] | markk_ (markk_!~mark@host86-183-79-172.range86-183.btcentralplus.com) has quit (Ping timeout: 264 seconds) | |
| [08:18:42] | Merlin83b (Merlin83b!~Daniel@82.173.187.81.in-addr.arpa) has joined #mythtv-users | |
| [08:22:39] | RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.mel.nbn.aussiebb.net) has quit (Remote host closed the connection) | |
| [09:06:26] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has quit (Quit: Konversation terminated!) | |
| [09:18:19] | markk_ (markk_!~mark@host86-183-79-172.range86-183.btcentralplus.com) has joined #mythtv-users | |
| [09:50:20] | user798645 (user798645!~User@user-10mt7in.cable.mindspring.com) has joined #mythtv-users | |
| [12:05:48] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has joined #mythtv-users | |
| [12:05:48] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Steve-Goodey | |
| [13:08:29] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has quit (Quit: Konversation terminated!) | |
| [13:45:14] | markk_ (markk_!~mark@host86-183-79-172.range86-183.btcentralplus.com) has quit (Ping timeout: 260 seconds) | |
| [14:44:59] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has joined #mythtv-users | |
| [14:44:59] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Steve-Goodey | |
| [15:03:22] | markk_ (markk_!~mark@host86-183-79-172.range86-183.btcentralplus.com) has joined #mythtv-users | |
| [15:49:05] | Warped (Warped!~Warped@unaffiliated/warped) has joined #mythtv-users | |
| [16:20:20] | Merlin83b (Merlin83b!~Daniel@82.173.187.81.in-addr.arpa) has quit (Quit: Leaving) | |
| [16:35:47] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv-users | |
| [16:35:47] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v jpabq | |
| [17:38:35] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has quit (Quit: Konversation terminated!) | |
| [17:39:02] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has joined #mythtv-users | |
| [17:39:02] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Steve-Goodey | |
| [17:51:36] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has quit (Quit: Konversation terminated!) | |
| [17:58:55] | markk_ (markk_!~mark@host86-183-79-172.range86-183.btcentralplus.com) has quit (Ping timeout: 258 seconds) | |
| [18:00:07] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has joined #mythtv-users | |
| [18:00:07] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Steve-Goodey | |
| [19:20:05] | markk_ (markk_!~mark@host86-183-79-172.range86-183.btcentralplus.com) has joined #mythtv-users | |
| [19:20:20] | mengoshmink (mengoshmink!~mengoshmi@marks3plus.plus.com) has quit (Quit: Working, eating or sleeping (not here >.< but there >>. )) | |
| [19:24:29] | mengoshmink (mengoshmink!~mengoshmi@marks3plus.plus.com) has joined #mythtv-users | |
| [20:12:45] | user798645 (user798645!~User@user-10mt7in.cable.mindspring.com) has quit (Ping timeout: 240 seconds) | |
| [20:29:58] | markk_ (markk_!~mark@host86-183-79-172.range86-183.btcentralplus.com) has quit (Ping timeout: 265 seconds) | |
| [21:01:59] | markk_ (markk_!~mark@host86-183-79-172.range86-183.btcentralplus.com) has joined #mythtv-users | |
| [21:05:06] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has quit (Quit: Konversation terminated!) | |
| [21:44:09] | markk_ (markk_!~mark@host86-183-79-172.range86-183.btcentralplus.com) has quit (Ping timeout: 260 seconds) | |
| [21:59:52] | cybrNaut (cybrNaut!~cybrNaut@unaffiliated/cybrnaut) has quit (*.net *.split) | |
| [21:59:53] | wangel (wangel!~mythman@98.29.244.220) has quit (*.net *.split) | |
| [22:00:07] | wangel (wangel!~mythman@98.29.244.220) has joined #mythtv-users | |
| [22:09:31] | cybrNaut (cybrNaut!~cybrNaut@rrcs-67-53-148-69.west.biz.rr.com) has joined #mythtv-users | |
| [22:09:31] | cybrNaut (cybrNaut!~cybrNaut@rrcs-67-53-148-69.west.biz.rr.com) has quit (Changing host) | |
| [22:09:31] | cybrNaut (cybrNaut!~cybrNaut@unaffiliated/cybrnaut) has joined #mythtv-users | |
| [22:16:00] | RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.mel.nbn.aussiebb.net) has joined #mythtv-users | |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.