[00:07] *** adinbied has quit IRC (Leaving) [00:23] *** tech234a has quit IRC (Ping timeout: 260 seconds) [00:23] hook54321: Wrote a little Python script to extract the JPEGs from the file, then I can use ffmpeg to make a video file from that. [00:30] *** Laverne has quit IRC (Ping timeout: 265 seconds) [00:30] *** Gfy has quit IRC (Ping timeout: 265 seconds) [00:31] *** SomeoneEl has quit IRC (Ping timeout: 265 seconds) [00:31] *** kiskabak has quit IRC (Ping timeout: 265 seconds) [00:31] *** godane has quit IRC (Ping timeout: 265 seconds) [00:31] *** LFlare has quit IRC (Ping timeout: 265 seconds) [00:31] *** frainz has quit IRC (Ping timeout: 265 seconds) [00:31] *** frainz has joined #archiveteam-bs [00:32] *** SomeoneEl has joined #archiveteam-bs [00:32] *** godane has joined #archiveteam-bs [00:34] *** LFlare has joined #archiveteam-bs [00:36] *** Sk1d has quit IRC (Read error: Operation timed out) [00:39] *** Sk1d has joined #archiveteam-bs [01:03] *** Mateon1 has quit IRC (Read error: Operation timed out) [01:04] *** Mateon1 has joined #archiveteam-bs [01:09] *** kiskabak has joined #archiveteam-bs [01:10] *** Laverne has joined #archiveteam-bs [01:22] *** Gfy has joined #archiveteam-bs [01:24] hook54321: By the way, I found the webcam again, it moved to http://alatsaeroclub.ddns.net:85/mjpg/video.mjpg [01:25] Here's my recording: https://archive.org/details/87.111.199.123_85_mjpg_video.mjpg_fragment_20171029 [01:34] *** Sk1d has quit IRC (Read error: Operation timed out) [01:37] *** Sk1d has joined #archiveteam-bs [01:40] Looks like IA managed to convert the M-JPEG to MP4, but the framerate's wrong. [01:41] I'm glad that's the case, because otherwise everything I just did would've been completely unnecessary. :-P [01:47] *** icedice has quit IRC (Quit: Leaving) [01:52] problem is, MJPEG does not have a framerate or anything [01:52] it's essentially just a bunch of JPEG images layered after another [01:52] perfect for cheap webcam streams that capture in JPEG format [01:53] if you wanted to convert it with ffmpeg to mp4, you'd need to specify a fixed framerate [01:53] but even that is wrong [01:53] MJPEG "framerate" is defined by when the client receives the next JPEG frame [01:54] so you'd need to have the timing information when exactly each byte or "chunk" in that stream arrived on the client side to be able to reconstruct it with a variable framerate into MP4 or similar [01:54] Yeah, right. [01:55] that's also so cheap about it. if the CPU on that webcam is struggling, it can't provide the frames fast enough for something like MP4 which AFAIK only supports constant framerate [01:55] In this case, I knew how long the recording was, so it was easy enough to calculate the framerate. [01:55] yeah [01:55] But that's of course an "average" framerate, not the true timing information. [01:56] mostly, MJPEG also have a constant framerate because they get sent out in a specific interval [01:56] but when the cpu struggles, it would just drop those frames [01:56] and you wouldn't even notice that in the resulting MJPEG file without timing information [01:56] yep [01:56] There's a timestamp in the video, so yeah, in this case it is possible to notice that. [01:57] And the framerate does seem to vary, being more like 6.4 fps for the first few seconds compared to 5.4 over the whole segment. But anyway, average framerate is good enough. [01:57] right, you could probably use that to do some post transcoding inspection and see if the time happens to jump unnaturally somewhere and then just split that video up at that point and insert some duplicate frames there [01:57] Certainly possible, and certainly not something I'll want to do. :-P [01:58] *** bithippo has quit IRC (My MacBook Air has gone to sleep. ZZZzzz…) [02:09] *** Sk1d has quit IRC (Read error: Operation timed out) [02:13] *** Sk1d has joined #archiveteam-bs [02:23] *** sep332_ has joined #archiveteam-bs [02:26] hook54321: And my partial recording of the Lunduke-a-thon is uploading to https://archive.org/details/24-hour_lunduke-a-thon_20171002_partial now. [02:49] *** sep332_ has quit IRC (Ping timeout: 600 seconds) [03:01] JAA: thanks [03:02] Fusl: probably good enough for this case, could theoretically be done though. [03:31] *** sep332_ has joined #archiveteam-bs [03:42] *** sep332_ has quit IRC (Ping timeout: 600 seconds) [04:23] *** odemgi_ has joined #archiveteam-bs [04:26] *** odemg has quit IRC (Ping timeout: 246 seconds) [04:26] *** odemgi has quit IRC (Ping timeout: 252 seconds) [04:26] *** qw3rty115 has joined #archiveteam-bs [04:31] *** qw3rty114 has quit IRC (Ping timeout: 600 seconds) [04:55] *** exoire_2 has joined #archiveteam-bs [04:55] *** exoire has quit IRC (Read error: Connection reset by peer) [05:11] *** kiska1 has quit IRC (Read error: Operation timed out) [05:11] benjins: recent versions of wget has decompression support built in (but not wget-lua) [05:12] *** Dimtree has quit IRC (Read error: Operation timed out) [05:13] *** sep332 has quit IRC (Read error: Operation timed out) [05:13] *** paul2520 has quit IRC (Read error: Operation timed out) [05:13] *** exoire_2 has quit IRC (Read error: Operation timed out) [05:13] *** Albardin has quit IRC (Read error: Operation timed out) [05:13] *** HashbangI has quit IRC (Read error: Operation timed out) [05:13] *** Iridium has quit IRC (Read error: Operation timed out) [05:13] *** Hani has quit IRC (Read error: Operation timed out) [05:14] *** step has quit IRC (Read error: Operation timed out) [05:18] *** logchfoo2 starts logging #archiveteam-bs at Mon Feb 04 05:18:42 2019 [05:18] *** logchfoo2 has joined #archiveteam-bs [05:19] *** TigerbotH has quit IRC (Read error: Operation timed out) [05:21] *** TC01 has quit IRC (Ping timeout: 600 seconds) [05:21] *** branden has quit IRC (Ping timeout: 600 seconds) [05:28] *** Dimtree has joined #archiveteam-bs [05:31] *** jodizzle_ is now known as jodizzle [05:41] *** Despatche has joined #archiveteam-bs [05:50] *** branden_ has joined #archiveteam-bs [05:52] *** TigerbotH has joined #archiveteam-bs [05:53] *** pawbs has joined #archiveteam-bs [06:00] *** PotcFdk has joined #archiveteam-bs [06:02] *** paul2520 has joined #archiveteam-bs [06:11] *** qw3rty115 has joined #archiveteam-bs [06:11] *** dxrt_ has joined #archiveteam-bs [06:11] *** dxrt sets mode: +o dxrt_ [06:11] *** step has joined #archiveteam-bs [06:11] *** Iridium has joined #archiveteam-bs [06:12] *** kiska1 has joined #archiveteam-bs [06:12] *** Albardin has joined #archiveteam-bs [06:12] *** PhrackD has joined #archiveteam-bs [06:12] *** HashbangI has joined #archiveteam-bs [07:15] *** Sk1d has quit IRC (Read error: Operation timed out) [07:18] *** Sk1d has joined #archiveteam-bs [07:21] *** Exairnous has quit IRC (Read error: Operation timed out) [08:08] *** Sk1d has quit IRC (Read error: Operation timed out) [08:11] *** Sk1d has joined #archiveteam-bs [08:30] *** ubahn has joined #archiveteam-bs [08:33] *** ubahn has quit IRC (Client Quit) [08:34] *** ubahn has joined #archiveteam-bs [08:36] *** wp494 has joined #archiveteam-bs [08:38] *** wp494_ has quit IRC (Ping timeout: 252 seconds) [08:48] *** schbirid has joined #archiveteam-bs [08:51] *** deevious has quit IRC (Quit: deevious) [08:55] *** deevious has joined #archiveteam-bs [09:00] *** Despatche has quit IRC (Quit: Connection reset by deer) [09:29] *** tjg1 has quit IRC (Remote host closed the connection) [09:30] *** tjg1 has joined #archiveteam-bs [09:41] *** PurpleSym sets mode: +o SketchCow [09:42] *** PurpleSym sets mode: +o hook54321 [09:44] *** PurpleSym sets mode: +oooo Fusl eientei95 kiska zino [09:48] *** Jusque has quit IRC (Ping timeout: 615 seconds) [10:30] *** PhrackD has quit IRC (Read error: Operation timed out) [10:30] *** PhrackD has joined #archiveteam-bs [11:05] *** odemg has joined #archiveteam-bs [11:11] *** BlueMax has quit IRC (Quit: Leaving) [12:14] *** Sk1d has quit IRC (Read error: Operation timed out) [12:17] *** Sk1d has joined #archiveteam-bs [12:22] *** exoire_2 has joined #archiveteam-bs [12:36] *** exoire_2 has quit IRC (Read error: Operation timed out) [13:39] *** ubahn has quit IRC (Quit: ubahn) [13:42] *** ubahn has joined #archiveteam-bs [13:53] *** ubahn has quit IRC (Ping timeout: 615 seconds) [14:21] *** fredgido_ has quit IRC (Read error: Connection reset by peer) [14:22] *** fredgido_ has joined #archiveteam-bs [14:50] *** ubahn has joined #archiveteam-bs [15:13] *** odemgi has joined #archiveteam-bs [15:15] *** odemgi_ has quit IRC (Ping timeout: 252 seconds) [15:22] *** odemg has quit IRC (Ping timeout: 615 seconds) [15:28] *** odemg has joined #archiveteam-bs [15:35] *** deevious1 has joined #archiveteam-bs [15:36] *** deevious has quit IRC (Ping timeout: 252 seconds) [15:36] *** deevious1 is now known as deevious [15:49] *** Sk1d has quit IRC (Read error: Operation timed out) [15:51] *** Sk1d has joined #archiveteam-bs [16:11] *** VerfiedJ has joined #archiveteam-bs [16:24] *** sep332 has joined #archiveteam-bs [16:41] *** Sk1d has quit IRC (Read error: Operation timed out) [16:44] *** Sk1d has joined #archiveteam-bs [17:19] *** Hani111 has joined #archiveteam-bs [17:20] *** Hani111_ has joined #archiveteam-bs [17:20] *** Hani111 has quit IRC (Read error: Connection reset by peer) [17:24] *** Hani has quit IRC (Ping timeout: 615 seconds) [17:24] *** Hani111_ is now known as Hani [17:37] *** wp494_ has joined #archiveteam-bs [17:43] *** wp494 has quit IRC (Ping timeout: 492 seconds) [18:09] *** BartoCH_ has quit IRC (Remote host closed the connection) [18:09] *** BartoCH has joined #archiveteam-bs [18:48] *** Sk1d has quit IRC (Read error: Operation timed out) [18:50] *** Sk1d has joined #archiveteam-bs [18:56] *** t3 has joined #archiveteam-bs [19:20] *** Exairnous has joined #archiveteam-bs [19:26] *** Sk1d has quit IRC (Read error: Operation timed out) [19:29] *** Sk1d has joined #archiveteam-bs [20:38] *** BlueMax has joined #archiveteam-bs [20:47] *** Despatche has joined #archiveteam-bs [21:18] *** schbirid has quit IRC (Remote host closed the connection) [21:19] *** Sk1d has quit IRC (Read error: Operation timed out) [21:23] *** Sk1d has joined #archiveteam-bs [21:30] *** Despatche has quit IRC (Read error: Connection reset by peer) [21:31] *** Despatche has joined #archiveteam-bs [21:31] *** odemgi_ has joined #archiveteam-bs [21:34] *** odemgi has quit IRC (Ping timeout: 252 seconds) [21:40] *** odemg has quit IRC (Ping timeout: 615 seconds) [21:46] *** Stiletto has joined #archiveteam-bs [21:46] *** odemg has joined #archiveteam-bs [21:47] *** exoire_2 has joined #archiveteam-bs [21:50] *** Stilett0 has quit IRC (Ping timeout: 360 seconds) [21:58] *** Sk1d has quit IRC (Read error: Operation timed out) [22:03] *** Sk1d has joined #archiveteam-bs [22:17] *** odemgi has joined #archiveteam-bs [22:20] *** odemgi_ has quit IRC (Ping timeout: 252 seconds) [22:25] *** odemg has quit IRC (Ping timeout: 615 seconds) [22:30] *** VerfiedJ has quit IRC (Quit: Leaving) [22:31] *** odemg has joined #archiveteam-bs [22:33] *** Martle has joined #archiveteam-bs [22:42] *** Despatche has quit IRC (Remote host closed the connection) [22:43] *** Despatche has joined #archiveteam-bs [22:44] *** m007a83 has quit IRC (Read error: Connection reset by peer) [22:51] *** dashcloud has quit IRC (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) [22:52] *** dashcloud has joined #archiveteam-bs [23:01] *** Mateon1 has quit IRC (Ping timeout: 252 seconds) [23:01] *** Mateon1 has joined #archiveteam-bs [23:17] *** Exairnous has quit IRC (Read error: Operation timed out) [23:19] *** Sk1d has quit IRC (Read error: Operation timed out) [23:21] *** chirlu has quit IRC (Read error: Operation timed out) [23:21] *** Sk1d has joined #archiveteam-bs [23:23] *** exoire_2 has quit IRC (Client terminated!) [23:24] *** bithippo has joined #archiveteam-bs [23:35] *** Sk1d has quit IRC (Read error: Operation timed out) [23:38] *** Sk1d has joined #archiveteam-bs [23:52] *** exoire has joined #archiveteam-bs