[Fixed 4352] Existing subtitle cause duration of "13:15:21"

Archive of historical bug reports.
Please use the GitHub link above to report issues.
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Tree Dude
Enlightened
Posts: 128
Joined: Sun Aug 29, 2010 10:30 pm

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Tree Dude »

s55 wrote:It's not fixed ...
Thanks for the heads up. I will switch back to the regular release for my DVDs and keep using the SVN for my BRs (adding subs to those is too much of a hassle).
Deleted User 11865

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Deleted User 11865 »

Any particular DVD (title, region code, country) that triggers this issue? I've tried all the discs I have around but was unable to reproduce the issue.
Tree Dude
Enlightened
Posts: 128
Joined: Sun Aug 29, 2010 10:30 pm

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Tree Dude »

Rodeo wrote:Any particular DVD (title, region code, country) that triggers this issue? I've tried all the discs I have around but was unable to reproduce the issue.
Micky Mouse Clubhouse.... I doubt that helps ya. I will try a different disk when I get the chance. Right now I am encoding my Studio Ghibli collection (not using the svn) and have them all queued up. Might be a day or so before they all finish.
Torzak
Posts: 18
Joined: Thu Dec 02, 2010 9:25 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Torzak »

The Unborn (MediaInfo reports proper time, Windows Media Player reports proper time, VLC 1.1.9 reports 13:15:21)
Taken from the log: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8

Edit:I suppose AnyDVD may have had its way with the Region Mask, I don't know.
Deleted User 11865

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Deleted User 11865 »

OK thanks. Unfortunately I don't have either of these discs.
Torzak
Posts: 18
Joined: Thu Dec 02, 2010 9:25 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Torzak »

Meet Joe Black as .m4v w/ English VobSub (seemingly only in VLC reports as 13:15:21 duration)

Reading off the physical disc:
NTSC Region 1
1.85:1 Widescreen
MediaCoder
Posts: 3
Joined: Fri Jul 01, 2011 3:28 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by MediaCoder »

I believe the VobSub subtitles are the cause of the 13:15:21 length. Only some video sources exhibit the error in the output encode. I tested with the DVD movie Contact (1997) using HandBrake svn4076.
Encoding a DVD to m4v container with CC subtitles reports the correct length in Windows Explorer, Media Player, VLC 1.1.10, and iTunes. Simply adding the VobSub subtitles causes Explorer, Media Player, and VLC to report the 13:15:21 length. iTunes appears unaffected. Encodes of a single chapter late in the movie can result in the same 13:15:21 length. MKV containers of the same encode play fine in VLC.
Torzak
Posts: 18
Joined: Thu Dec 02, 2010 9:25 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Torzak »

I ended up downloading a program called yamb for other subtitle editing purposes. As my first test, I ended up going with one of these bugged 13:15:21 files.

I have no idea if the information helps, but I'd like to see progress on this bug. I have no idea how to get the wheel going except by trying to dissect the files and reporting my findings.

What yamb reports about this particular 44min and 4sec file:

Code: Select all

* Movie Info *
	Timescale 90000 - Duration 13:15:21.525
	Fragmented File no - 4 track(s)
	File Brand mp42 - version 0
	Created: GMT Fri Oct 07 08:46:08 2011

File has root IOD
Scene PL 0xff - Graphics PL 0xff - OD PL 0xff
Visual PL: ISO Reserved Profile (0x7f)
Audio PL: High Quality Audio Profile @ Level 2 (0x0f)
No streams included in root OD

Track # 1 Info - TrackID 1 - TimeScale 90000 - Duration 00:44:04.984
Media Info: Language "Undetermined" - Type "vide" - Sub Type "avc1" - 63196 samples
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x21
AVC/H264 Video - Visual Size 640 x 432 - Profile High @ Level 3
Pixel Aspect Ratio 359:300 - Indicated track size 765 x 432
Self-synchronized

Track # 2 Info - TrackID 2 - TimeScale 48000 - Duration 00:44:05.040
Media Info: Language "English" - Type "soun" - Sub Type "mp4a" - 110210 samples
MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x69
MPEG-1 Audio - 2 Channel(s) - SampleRate 48000 - Layer 3
Synchronized on stream 1

Track # 3 Info - TrackID 3 - TimeScale 90000 - Duration 13:58:00.748
Media Info: Language "English" - Type "sbtl" - Sub Type "tx3g" - 760 samples
Unknown track type

Track # 4 Info - TrackID 4 - TimeScale 90000 - Duration 00:44:04.984
Media Info: Language "Undetermined" - Type "text" - Sub Type "text" - 5 samples
3GPP/MPEG-4 Timed Text - Size 0 x 0 - Translation X=0 Y=0 - Layer 0
I don't really know what I'm doing, so I'm just going to spell out what I did do.

Using the extract function within yamb, I extracted just the video and just the audio into separate files. These files both play fine. Muxing just the video and just the audio back together also plays fine. I'd imagine this would have been anyone's guess, however.

I can't seem to get TrackID3 to extract to .srt or .ttxt. Only extracting using the raw option worked, which resulted in a .tx3g file. The file is readable in notepad, assuming all you wanted to read was a transcript of the show. All the timing sensitive information is not readable in notepad. I can't seem to find much for converting this file except mp4box. mp4box seems to be behind yamb, so I'm not sure why yamb is unable to extract to .srt or .ttxt. Maybe someone else knows if extracting just the subtitles can be useful at all for pin pointing this bug? Is that a pointless approach?
Last edited by Torzak on Thu Oct 06, 2011 12:08 pm, edited 1 time in total.
Torzak
Posts: 18
Joined: Thu Dec 02, 2010 9:25 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Torzak »

I guess the other post did go through. Double*
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by JohnAStebbins »

Rodeo wrote:
marcbau wrote:Encoded again the same video only with MKV - duration is correct now, but I do not like to use MKV as it should be playable on iPad, iPhone and so on.
Well, this would tend to indicate the issue is specific to the MP4 muxer then. In which case I have no idea as to what's causing the issue.

Note that VOBSUB subtitles won't play on Apple devices, so if you want subtitles on the devices you mentioned, you'll need to burn them in.
It is probably a problem with the duration of the last subtitle in the stream. My guess is that the stop time of the last subtitle is not set, in which case we flag it with -1. Then muxmp4.c isn't checking for a stop time of -1 and doing something reasonable like setting a default duration. The reason it would work in mkv and not mp4 is the mkv container does not record durations (only start times). With mkv, there is no way to specify when the last frame ends.

One oddity of the 13:15:21 value. This is exactly 2^32 clock ticks (1/90000th second). So somwhere the duration is being truncated to 32 bits even though all timestamps and durations in HandBrake are handled with int64_t. I'm not sure if this rounding is happening somewhere in handbrake, or if the players and mediainfo are doing this. If the problem is as I've described above, then the last duration would be getting set to (-1 - start) which would be a largish negative value. Not sure what a player would do with this.

It would be very helpful if someone that can reproduce this problem could add some logging of the subtitle start and stop times in muxmp4.c just before writing subtitle samples (MP4WriteSample). If we can verify the theory, then it's an easy fix.
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by JohnAStebbins »

This patch may fix the problem. Anyone here have the skills to patch source and build the code?
https://reviews.handbrake.fr/r/231/
Torzak
Posts: 18
Joined: Thu Dec 02, 2010 9:25 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Torzak »

Code: Select all

One oddity of the 13:15:21 value. This is exactly 2^32 clock ticks (1/90000th second). So somwhere the duration is being truncated to 32 bits even though all timestamps and durations in HandBrake are handled with int64_t. I'm not sure if this rounding is happening somewhere in handbrake, or if the players and mediainfo are doing this.
I don't know if this helps pin point what you're talking about, but did you note the TrackID 3's duration I posted from yamb?

Track # 3 Info - TrackID 3 - TimeScale 90000 - Duration 13:58:00.748 (Actual Duration of the video should be 44:04)

If I view a different mp4 that shows this bug, TrackID 3's duration is:

Track # 3 Info - TrackID 3 - TimeScale 90000 - Duration 14:35:24.328 (Actual Duration of the video should be 1:27:02)

It would seem the player is cutting it short from these durations down to 13:15:21?

Code: Select all

It would be very helpful if someone that can reproduce this problem could add some logging of the subtitle start and stop times in muxmp4.c just before writing subtitle samples (MP4WriteSample).
I can produce this bug with I think 5 different titles now. How exactly do I turn this logging on?

Tools -> Options -> System and Logging

does not appear to have anything I can fiddle with to do this.
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by JohnAStebbins »

Sorry, I wasn't clear. By "add some logging" I meant modify the code to add the needed log. So some basic ability to read/modify code and ability to build from source are required.
Torzak
Posts: 18
Joined: Thu Dec 02, 2010 9:25 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Torzak »

I noticed this from 4268:
Check for negative stop times in subtitles

A subtitle may not have a stop time. Set it to something reasonable
when missing.
So I updated to 4270 and tested it on a ~44min source I've known to trigger this bug, and unfortunately, the bug persists.
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by JohnAStebbins »

bummer :cry:
Torzak
Posts: 18
Joined: Thu Dec 02, 2010 9:25 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Torzak »

I have multiple sources that trigger this 13:15:21 bug when encoding to mp4 (avc/h264), but I want to just focus on two different ones for a moment.

One is a 44min 4secs source that I used the closed caption track for subs since it was the only track available.

I have another that's an hour and 27mins long that I used the English (VobSub) track

I was messing around with muxing and demuxing and I just learned that if you tell handbrake to use the closed captions as the subtitle track and then use yamb to export just the subtitles it spits out a .tx3g file. If you encode in handbrake a vobsub as a subtitle, yamb will export the subtitles as two files: .idx and .idx.sub. In a previous post in this thread, I mentioned trying to export and getting the .tx3g file. Well this time, I'm reporting on the .idx and .idx.sub files.

I can't read the .idx.sub file within notepad at all.

the .idx file on the other hand, I will simply post in its entirety here below and hopefully it can prove to be a valuable clue. If you scroll through it, around the 44min mark, everything after that turns to 13+ hours.

Code: Select all

# VobSub index file, v7 (do not modify this line!)
#
size: 720x480
palette: 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, cccccc, 000000, 000000
# ON: displays only forced subtitles, OFF: shows everything
forced subs: OFF

# Language index in use
langidx: 0
id: en, index: 0
timestamp: 00:00:32:048, filepos: 000000000
timestamp: 00:00:33:641, filepos: 000000800
timestamp: 00:02:43:146, filepos: 000001000
timestamp: 00:02:44:136, filepos: 000001800
timestamp: 00:02:49:219, filepos: 000002000
timestamp: 00:02:51:881, filepos: 000003000
timestamp: 00:02:52:922, filepos: 000003800
timestamp: 00:02:55:516, filepos: 000004800
timestamp: 00:02:55:625, filepos: 000005000
timestamp: 00:02:58:390, filepos: 000005800
timestamp: 00:02:58:495, filepos: 000006000
timestamp: 00:03:00:087, filepos: 000006800
timestamp: 00:03:00:964, filepos: 000007000
timestamp: 00:03:03:660, filepos: 000008000
timestamp: 00:03:03:766, filepos: 000008800
timestamp: 00:03:05:166, filepos: 000009000
timestamp: 00:03:05:268, filepos: 000009800
timestamp: 00:03:07:760, filepos: 00000a800
timestamp: 00:03:07:871, filepos: 00000b000
timestamp: 00:03:10:305, filepos: 00000b800
timestamp: 00:03:10:573, filepos: 00000c000
timestamp: 00:03:13:202, filepos: 00000d000
timestamp: 00:03:13:309, filepos: 00000d800
timestamp: 00:03:15:539, filepos: 00000e000
timestamp: 00:03:15:645, filepos: 00000e800
timestamp: 00:03:17:238, filepos: 00000f000
timestamp: 00:03:17:714, filepos: 00000f800
timestamp: 00:03:21:047, filepos: 000010800
timestamp: 00:03:21:150, filepos: 000011000
timestamp: 00:03:26:088, filepos: 000012000
timestamp: 00:03:26:856, filepos: 000012800
timestamp: 00:03:29:484, filepos: 000013000
timestamp: 00:03:30:059, filepos: 000013800
timestamp: 00:03:32:961, filepos: 000014800
timestamp: 00:03:33:062, filepos: 000015000
timestamp: 00:03:35:463, filepos: 000016000
timestamp: 00:03:35:565, filepos: 000016800
timestamp: 00:03:39:001, filepos: 000017800
timestamp: 00:03:39:903, filepos: 000018000
timestamp: 00:03:42:064, filepos: 000019000
timestamp: 00:03:42:171, filepos: 000019800
timestamp: 00:03:45:266, filepos: 00001a800
timestamp: 00:03:46:042, filepos: 00001b000
timestamp: 00:03:47:601, filepos: 00001c000
timestamp: 00:03:47:710, filepos: 00001c800
timestamp: 00:03:48:677, filepos: 00001d000
timestamp: 00:03:49:178, filepos: 00001d800
timestamp: 00:03:50:510, filepos: 00001e000
timestamp: 00:03:51:481, filepos: 00001e800
timestamp: 00:03:52:607, filepos: 00001f000
timestamp: 00:03:52:715, filepos: 00001f800
timestamp: 00:03:53:773, filepos: 000020000
timestamp: 00:03:53:883, filepos: 000020800
timestamp: 00:03:55:613, filepos: 000021000
timestamp: 00:03:57:754, filepos: 000021800
timestamp: 00:03:59:847, filepos: 000022800
timestamp: 00:04:01:558, filepos: 000023000
timestamp: 00:04:04:220, filepos: 000023800
timestamp: 00:04:10:466, filepos: 000024000
timestamp: 00:04:13:061, filepos: 000024800
timestamp: 00:04:14:571, filepos: 000025000
timestamp: 00:04:16:539, filepos: 000026000
timestamp: 00:04:16:639, filepos: 000026800
timestamp: 00:04:17:766, filepos: 000027000
timestamp: 00:04:17:874, filepos: 000027800
timestamp: 00:04:19:842, filepos: 000028000
timestamp: 00:04:30:119, filepos: 000028800
timestamp: 00:04:32:588, filepos: 000029000
timestamp: 00:04:56:412, filepos: 000029800
timestamp: 00:04:57:470, filepos: 00002a800
timestamp: 00:04:57:947, filepos: 00002b000
timestamp: 00:04:59:074, filepos: 00002b800
timestamp: 00:04:59:182, filepos: 00002c000
timestamp: 00:05:00:149, filepos: 00002c800
timestamp: 00:05:01:050, filepos: 00002d000
timestamp: 00:05:03:610, filepos: 00002e000
timestamp: 00:05:14:130, filepos: 00002e800
timestamp: 00:05:15:791, filepos: 00002f000
timestamp: 00:05:20:503, filepos: 00002f800
timestamp: 00:05:21:766, filepos: 000030000
timestamp: 00:05:21:871, filepos: 000030800
timestamp: 00:05:24:033, filepos: 000031000
timestamp: 00:05:24:140, filepos: 000031800
timestamp: 00:05:26:268, filepos: 000032000
timestamp: 00:05:26:376, filepos: 000032800
timestamp: 00:05:28:037, filepos: 000033000
timestamp: 00:05:30:513, filepos: 000033800
timestamp: 00:05:32:481, filepos: 000034800
timestamp: 00:05:33:149, filepos: 000035000
timestamp: 00:05:34:116, filepos: 000035800
timestamp: 00:05:36:119, filepos: 000036000
timestamp: 00:05:38:212, filepos: 000036800
timestamp: 00:05:41:024, filepos: 000037000
timestamp: 00:05:42:218, filepos: 000037800
timestamp: 00:05:42:325, filepos: 000038000
timestamp: 00:05:44:589, filepos: 000038800
timestamp: 00:05:44:694, filepos: 000039000
timestamp: 00:05:46:218, filepos: 00003a000
timestamp: 00:05:46:329, filepos: 00003a800
timestamp: 00:05:48:297, filepos: 00003b000
timestamp: 00:05:53:136, filepos: 00003b800
timestamp: 00:05:55:434, filepos: 00003c000
timestamp: 00:06:09:952, filepos: 00003c800
timestamp: 00:06:09:975, filepos: 00003d000
timestamp: 00:06:36:979, filepos: 00003d800
timestamp: 00:06:38:413, filepos: 00003e000
timestamp: 00:06:38:514, filepos: 00003e800
timestamp: 00:06:39:743, filepos: 00003f000
timestamp: 00:06:39:849, filepos: 00003f800
timestamp: 00:06:41:010, filepos: 000040000
timestamp: 00:06:41:117, filepos: 000040800
timestamp: 00:06:42:846, filepos: 000041800
timestamp: 00:06:42:952, filepos: 000042000
timestamp: 00:06:47:185, filepos: 000043000
timestamp: 00:07:11:180, filepos: 000043800
timestamp: 00:07:12:841, filepos: 000044000
timestamp: 00:08:09:572, filepos: 000044800
timestamp: 00:08:10:903, filepos: 000045000
timestamp: 00:08:33:429, filepos: 000045800
timestamp: 00:08:34:419, filepos: 000046000
timestamp: 00:08:34:530, filepos: 000046800
timestamp: 00:08:35:964, filepos: 000047000
timestamp: 00:08:55:117, filepos: 000047800
timestamp: 00:08:57:643, filepos: 000048800
timestamp: 00:08:57:753, filepos: 000049000
timestamp: 00:08:59:119, filepos: 000049800
timestamp: 00:08:59:222, filepos: 00004a000
timestamp: 00:09:00:849, filepos: 00004a800
timestamp: 00:09:00:957, filepos: 00004b000
timestamp: 00:09:05:553, filepos: 00004c000
timestamp: 00:09:05:661, filepos: 00004c800
timestamp: 00:09:07:721, filepos: 00004d000
timestamp: 00:09:08:464, filepos: 00004d800
timestamp: 00:09:12:628, filepos: 00004f000
timestamp: 00:09:12:735, filepos: 00004f800
timestamp: 00:09:15:170, filepos: 000050000
timestamp: 00:09:15:271, filepos: 000050800
timestamp: 00:09:16:500, filepos: 000051000
timestamp: 00:09:16:606, filepos: 000051800
timestamp: 00:09:18:938, filepos: 000052800
timestamp: 00:09:19:041, filepos: 000053000
timestamp: 00:09:20:634, filepos: 000053800
timestamp: 00:09:20:743, filepos: 000054000
timestamp: 00:09:21:733, filepos: 000054800
timestamp: 00:09:21:844, filepos: 000055000
timestamp: 00:09:25:508, filepos: 000056000
timestamp: 00:09:25:615, filepos: 000056800
timestamp: 00:09:30:678, filepos: 000057800
timestamp: 00:09:30:786, filepos: 000058000
timestamp: 00:09:32:015, filepos: 000058800
timestamp: 00:09:32:121, filepos: 000059000
timestamp: 00:09:36:524, filepos: 00005a000
timestamp: 00:09:36:626, filepos: 00005a800
timestamp: 00:09:40:153, filepos: 00005b800
timestamp: 00:09:40:263, filepos: 00005c000
timestamp: 00:09:42:925, filepos: 00005c800
timestamp: 00:09:44:066, filepos: 00005d000
timestamp: 00:09:47:059, filepos: 00005d800
timestamp: 00:09:47:169, filepos: 00005e000
timestamp: 00:09:49:161, filepos: 00005e800
timestamp: 00:09:51:307, filepos: 00005f000
timestamp: 00:09:54:641, filepos: 000060000
timestamp: 00:09:54:744, filepos: 000060800
timestamp: 00:09:59:773, filepos: 000061800
timestamp: 00:10:05:755, filepos: 000062000
timestamp: 00:10:09:214, filepos: 000062800
timestamp: 00:10:09:325, filepos: 000063000
timestamp: 00:10:11:350, filepos: 000063800
timestamp: 00:10:11:460, filepos: 000064000
timestamp: 00:10:13:827, filepos: 000064800
timestamp: 00:10:13:930, filepos: 000065000
timestamp: 00:10:16:057, filepos: 000065800
timestamp: 00:10:16:165, filepos: 000066000
timestamp: 00:10:19:362, filepos: 000066800
timestamp: 00:10:21:203, filepos: 000067000
timestamp: 00:10:22:398, filepos: 000067800
timestamp: 00:10:24:307, filepos: 000068000
timestamp: 00:10:25:467, filepos: 000068800
timestamp: 00:10:25:574, filepos: 000069000
timestamp: 00:10:28:408, filepos: 000069800
timestamp: 00:10:53:536, filepos: 00006a000
timestamp: 00:10:59:566, filepos: 00006b000
timestamp: 00:10:59:675, filepos: 00006b800
timestamp: 00:11:03:111, filepos: 00006c800
timestamp: 00:11:03:212, filepos: 00006d000
timestamp: 00:11:05:772, filepos: 00006d800
timestamp: 00:11:06:682, filepos: 00006e000
timestamp: 00:11:07:877, filepos: 00006e800
timestamp: 00:11:11:053, filepos: 00006f000
timestamp: 00:11:12:544, filepos: 000070000
timestamp: 00:11:12:655, filepos: 000070800
timestamp: 00:11:15:056, filepos: 000071000
timestamp: 00:11:15:157, filepos: 000071800
timestamp: 00:11:18:218, filepos: 000072800
timestamp: 00:11:24:233, filepos: 000073000
timestamp: 00:11:26:463, filepos: 000073800
timestamp: 00:11:26:569, filepos: 000074000
timestamp: 00:11:29:299, filepos: 000075000
timestamp: 00:11:29:405, filepos: 000075800
timestamp: 00:11:33:706, filepos: 000076800
timestamp: 00:11:33:809, filepos: 000077000
timestamp: 00:11:35:675, filepos: 000078000
timestamp: 00:11:35:778, filepos: 000078800
timestamp: 00:11:39:009, filepos: 000079000
timestamp: 00:11:39:115, filepos: 000079800
timestamp: 00:11:42:346, filepos: 00007a800
timestamp: 00:11:42:451, filepos: 00007b000
timestamp: 00:11:43:817, filepos: 00007b800
timestamp: 00:11:43:919, filepos: 00007c000
timestamp: 00:11:48:357, filepos: 00007d000
timestamp: 00:11:48:457, filepos: 00007d800
timestamp: 00:11:49:891, filepos: 00007e000
timestamp: 00:11:51:127, filepos: 00007e800
timestamp: 00:11:54:563, filepos: 00007f800
timestamp: 00:11:56:999, filepos: 000080000
timestamp: 00:11:58:057, filepos: 000080800
timestamp: 00:12:01:137, filepos: 000081000
timestamp: 00:12:03:469, filepos: 000081800
timestamp: 00:12:04:473, filepos: 000082000
timestamp: 00:12:06:874, filepos: 000083000
timestamp: 00:12:06:976, filepos: 000083800
timestamp: 00:12:09:672, filepos: 000084800
timestamp: 00:12:09:779, filepos: 000085000
timestamp: 00:12:11:474, filepos: 000085800
timestamp: 00:12:13:082, filepos: 000086000
timestamp: 00:12:15:141, filepos: 000086800
timestamp: 00:12:20:790, filepos: 000087000
timestamp: 00:12:22:223, filepos: 000087800
timestamp: 00:12:22:324, filepos: 000088000
timestamp: 00:12:23:314, filepos: 000088800
timestamp: 00:12:23:426, filepos: 000089000
timestamp: 00:12:25:018, filepos: 00008a000
timestamp: 00:12:25:127, filepos: 00008a800
timestamp: 00:12:28:791, filepos: 00008b800
timestamp: 00:12:28:898, filepos: 00008c000
timestamp: 00:12:31:298, filepos: 00008c800
timestamp: 00:12:31:400, filepos: 00008d000
timestamp: 00:12:33:664, filepos: 00008e000
timestamp: 00:12:33:769, filepos: 00008e800
timestamp: 00:12:36:762, filepos: 00008f000
timestamp: 00:12:36:872, filepos: 00008f800
timestamp: 00:12:42:277, filepos: 000090800
timestamp: 00:12:42:411, filepos: 000091000
timestamp: 00:12:43:606, filepos: 000091800
timestamp: 00:12:44:713, filepos: 000092000
timestamp: 00:12:46:682, filepos: 000092800
timestamp: 00:12:46:782, filepos: 000093000
timestamp: 00:12:47:772, filepos: 000093800
timestamp: 00:12:48:818, filepos: 000094000
timestamp: 00:12:51:810, filepos: 000095000
timestamp: 00:12:51:921, filepos: 000095800
timestamp: 00:12:53:479, filepos: 000096000
timestamp: 00:12:53:589, filepos: 000096800
timestamp: 00:12:54:556, filepos: 000097000
timestamp: 00:12:54:657, filepos: 000097800
timestamp: 00:12:56:147, filepos: 000098000
timestamp: 00:13:06:539, filepos: 000098800
timestamp: 00:13:06:562, filepos: 000099000
timestamp: 00:13:09:108, filepos: 000099800
timestamp: 00:13:11:406, filepos: 00009a000
timestamp: 00:13:11:510, filepos: 00009a800
timestamp: 00:13:13:308, filepos: 00009b000
timestamp: 00:13:17:483, filepos: 00009b800
timestamp: 00:13:21:352, filepos: 00009c800
timestamp: 00:13:21:454, filepos: 00009d000
timestamp: 00:13:23:547, filepos: 00009d800
timestamp: 00:13:23:656, filepos: 00009e000
timestamp: 00:13:26:284, filepos: 00009e800
timestamp: 00:13:26:392, filepos: 00009f000
timestamp: 00:13:28:190, filepos: 00009f800
timestamp: 00:13:29:095, filepos: 0000a0000
timestamp: 00:13:35:330, filepos: 0000a1800
timestamp: 00:13:35:434, filepos: 0000a2000
timestamp: 00:13:37:596, filepos: 0000a2800
timestamp: 00:13:38:738, filepos: 0000a3000
timestamp: 00:13:41:070, filepos: 0000a4000
timestamp: 00:13:42:879, filepos: 0000a4800
timestamp: 00:13:42:902, filepos: 0000a5000
timestamp: 00:13:43:780, filepos: 0000a5800
timestamp: 00:13:48:342, filepos: 0000a6800
timestamp: 00:13:48:451, filepos: 0000a7000
timestamp: 00:13:51:785, filepos: 0000a8000
timestamp: 00:13:53:123, filepos: 0000a8800
timestamp: 00:13:55:648, filepos: 0000a9800
timestamp: 00:13:57:861, filepos: 0000aa000
timestamp: 00:14:02:423, filepos: 0000aa800
timestamp: 00:14:04:767, filepos: 0000ab000
timestamp: 00:14:07:293, filepos: 0000ac000
timestamp: 00:14:09:172, filepos: 0000ac800
timestamp: 00:14:11:368, filepos: 0000ad000
timestamp: 00:14:12:809, filepos: 0000ad800
timestamp: 00:14:17:474, filepos: 0000ae800
timestamp: 00:14:22:051, filepos: 0000af000
timestamp: 00:14:25:488, filepos: 0000b0000
timestamp: 00:14:26:723, filepos: 0000b0800
timestamp: 00:14:29:055, filepos: 0000b1000
timestamp: 00:14:29:159, filepos: 0000b1800
timestamp: 00:14:31:957, filepos: 0000b2000
timestamp: 00:14:32:061, filepos: 0000b2800
timestamp: 00:14:34:929, filepos: 0000b3800
timestamp: 00:14:43:206, filepos: 0000b4000
timestamp: 00:14:44:901, filepos: 0000b4800
timestamp: 00:14:49:078, filepos: 0000b5000
timestamp: 00:14:53:880, filepos: 0000b6000
timestamp: 00:14:53:983, filepos: 0000b6800
timestamp: 00:14:56:646, filepos: 0000b7800
timestamp: 00:14:58:922, filepos: 0000b8000
timestamp: 00:15:01:755, filepos: 0000b9000
timestamp: 00:15:03:893, filepos: 0000b9800
timestamp: 00:15:05:054, filepos: 0000ba000
timestamp: 00:15:05:562, filepos: 0000ba800
timestamp: 00:15:08:360, filepos: 0000bb000
timestamp: 00:15:11:000, filepos: 0000bb800
timestamp: 00:15:14:630, filepos: 0000bc000
timestamp: 00:15:42:298, filepos: 0000bc800
timestamp: 00:15:43:629, filepos: 0000bd000
timestamp: 00:16:22:772, filepos: 0000bd800
timestamp: 00:16:24:536, filepos: 0000be000
timestamp: 00:16:32:448, filepos: 0000be800
timestamp: 00:16:33:882, filepos: 0000bf000
timestamp: 00:16:34:050, filepos: 0000bf800
timestamp: 00:16:35:176, filepos: 0000c0000
timestamp: 00:16:35:285, filepos: 0000c0800
timestamp: 00:16:36:809, filepos: 0000c1000
timestamp: 00:16:36:919, filepos: 0000c1800
timestamp: 00:16:40:356, filepos: 0000c2000
timestamp: 00:16:53:436, filepos: 0000c2800
timestamp: 00:16:57:532, filepos: 0000c3800
timestamp: 00:17:36:779, filepos: 0000c4000
timestamp: 00:17:38:213, filepos: 0000c4800
timestamp: 00:17:42:885, filepos: 0000c5000
timestamp: 00:17:45:286, filepos: 0000c5800
timestamp: 00:17:50:793, filepos: 0000c6000
timestamp: 00:17:52:659, filepos: 0000c6800
timestamp: 00:17:52:762, filepos: 0000c7000
timestamp: 00:17:55:424, filepos: 0000c7800
timestamp: 00:18:06:542, filepos: 0000c8000
timestamp: 00:18:08:841, filepos: 0000c9000
timestamp: 00:18:09:979, filepos: 0000c9800
timestamp: 00:18:11:310, filepos: 0000ca000
timestamp: 00:18:13:116, filepos: 0000ca800
timestamp: 00:18:14:242, filepos: 0000cb000
timestamp: 00:18:16:853, filepos: 0000cb800
timestamp: 00:18:19:117, filepos: 0000cc000
timestamp: 00:18:21:090, filepos: 0000cc800
timestamp: 00:18:23:150, filepos: 0000cd000
timestamp: 00:18:29:732, filepos: 0000cd800
timestamp: 00:18:33:965, filepos: 0000ce800
timestamp: 00:18:35:104, filepos: 0000cf000
timestamp: 00:18:39:405, filepos: 0000d0000
timestamp: 00:18:40:143, filepos: 0000d0800
timestamp: 00:18:42:373, filepos: 0000d1000
timestamp: 00:18:43:279, filepos: 0000d1800
timestamp: 00:18:46:647, filepos: 0000d2800
timestamp: 00:18:47:316, filepos: 0000d3000
timestamp: 00:18:49:512, filepos: 0000d4000
timestamp: 00:18:49:619, filepos: 0000d4800
timestamp: 00:18:51:917, filepos: 0000d5000
timestamp: 00:18:52:021, filepos: 0000d5800
timestamp: 00:18:54:922, filepos: 0000d6800
timestamp: 00:18:55:024, filepos: 0000d7000
timestamp: 00:18:59:484, filepos: 0000d8000
timestamp: 00:18:59:595, filepos: 0000d8800
timestamp: 00:19:01:154, filepos: 0000d9000
timestamp: 00:19:01:264, filepos: 0000d9800
timestamp: 00:19:03:858, filepos: 0000da800
timestamp: 00:19:03:966, filepos: 0000db000
timestamp: 00:19:08:335, filepos: 0000dc000
timestamp: 00:19:16:379, filepos: 0000dc800
timestamp: 00:19:18:074, filepos: 0000dd000
timestamp: 00:19:24:620, filepos: 0000dd800
timestamp: 00:19:26:088, filepos: 0000de000
timestamp: 00:19:28:958, filepos: 0000de800
timestamp: 00:19:31:256, filepos: 0000df000
timestamp: 00:19:31:360, filepos: 0000df800
timestamp: 00:19:32:726, filepos: 0000e0000
timestamp: 00:19:32:829, filepos: 0000e0800
timestamp: 00:19:35:024, filepos: 0000e1000
timestamp: 00:19:35:131, filepos: 0000e1800
timestamp: 00:19:36:724, filepos: 0000e2000
timestamp: 00:19:36:833, filepos: 0000e2800
timestamp: 00:19:38:926, filepos: 0000e3000
timestamp: 00:19:43:840, filepos: 0000e3800
timestamp: 00:19:45:398, filepos: 0000e4000
timestamp: 00:19:45:508, filepos: 0000e4800
timestamp: 00:19:47:135, filepos: 0000e5000
timestamp: 00:19:47:243, filepos: 0000e5800
timestamp: 00:19:49:371, filepos: 0000e6000
timestamp: 00:19:49:479, filepos: 0000e6800
timestamp: 00:19:53:142, filepos: 0000e7800
timestamp: 00:19:53:249, filepos: 0000e8000
timestamp: 00:19:54:648, filepos: 0000e8800
timestamp: 00:19:54:750, filepos: 0000e9000
timestamp: 00:19:55:877, filepos: 0000e9800
timestamp: 00:19:55:985, filepos: 0000ea000
timestamp: 00:19:58:352, filepos: 0000ea800
timestamp: 00:20:04:126, filepos: 0000eb000
timestamp: 00:20:06:686, filepos: 0000eb800
timestamp: 00:20:06:796, filepos: 0000ec000
timestamp: 00:20:09:492, filepos: 0000ed000
timestamp: 00:20:09:599, filepos: 0000ed800
timestamp: 00:20:10:930, filepos: 0000ee000
timestamp: 00:20:15:404, filepos: 0000ee800
timestamp: 00:20:18:670, filepos: 0000ef000
timestamp: 00:20:20:543, filepos: 0000ef800
timestamp: 00:20:23:205, filepos: 0000f0000
timestamp: 00:20:23:312, filepos: 0000f0800
timestamp: 00:20:27:442, filepos: 0000f1800
timestamp: 00:20:28:684, filepos: 0000f2000
timestamp: 00:20:31:586, filepos: 0000f3000
timestamp: 00:20:31:687, filepos: 0000f3800
timestamp: 00:20:32:916, filepos: 0000f4000
timestamp: 00:20:33:022, filepos: 0000f4800
timestamp: 00:20:34:123, filepos: 0000f5000
timestamp: 00:20:34:681, filepos: 0000f5800
timestamp: 00:20:34:790, filepos: 0000f6000
timestamp: 00:20:37:521, filepos: 0000f6800
timestamp: 00:20:37:627, filepos: 0000f7000
timestamp: 00:20:40:528, filepos: 0000f8000
timestamp: 00:20:40:630, filepos: 0000f8800
timestamp: 00:20:42:496, filepos: 0000f9000
timestamp: 00:20:42:598, filepos: 0000f9800
timestamp: 00:20:45:033, filepos: 0000fa000
timestamp: 00:20:45:134, filepos: 0000fa800
timestamp: 00:20:47:967, filepos: 0000fb000
timestamp: 00:20:48:070, filepos: 0000fb800
timestamp: 00:20:50:164, filepos: 0000fc000
timestamp: 00:20:50:273, filepos: 0000fc800
timestamp: 00:20:51:536, filepos: 0000fd000
timestamp: 00:22:09:485, filepos: 0000fd800
timestamp: 00:22:12:546, filepos: 0000fe800
timestamp: 00:22:12:655, filepos: 0000ff000
timestamp: 00:22:15:522, filepos: 000100000
timestamp: 00:22:15:625, filepos: 000100800
timestamp: 00:22:20:324, filepos: 000101800
timestamp: 00:22:20:429, filepos: 000102000
timestamp: 00:22:22:420, filepos: 000102800
timestamp: 00:22:22:531, filepos: 000103000
timestamp: 00:22:23:863, filepos: 000103800
timestamp: 00:22:23:966, filepos: 000104000
timestamp: 00:22:27:027, filepos: 000105000
timestamp: 00:22:27:136, filepos: 000105800
timestamp: 00:22:28:399, filepos: 000106000
timestamp: 00:22:28:504, filepos: 000106800
timestamp: 00:22:29:699, filepos: 000107000
timestamp: 00:22:29:805, filepos: 000107800
timestamp: 00:22:33:799, filepos: 000108800
timestamp: 00:22:37:346, filepos: 000109000
timestamp: 00:22:38:712, filepos: 000109800
timestamp: 00:22:39:482, filepos: 00010a000
timestamp: 00:22:42:110, filepos: 00010b000
timestamp: 00:22:42:218, filepos: 00010b800
timestamp: 00:22:44:778, filepos: 00010c000
timestamp: 00:22:46:322, filepos: 00010c800
timestamp: 00:22:49:451, filepos: 00010d000
timestamp: 00:22:49:558, filepos: 00010d800
timestamp: 00:22:50:958, filepos: 00010e000
timestamp: 00:23:02:772, filepos: 00010e800
timestamp: 00:23:05:536, filepos: 00010f000
timestamp: 00:23:08:210, filepos: 00010f800
timestamp: 00:23:10:543, filepos: 000110000
timestamp: 00:23:17:553, filepos: 000110800
timestamp: 00:23:19:920, filepos: 000111000
timestamp: 00:23:20:022, filepos: 000111800
timestamp: 00:23:22:082, filepos: 000112000
timestamp: 00:23:22:191, filepos: 000112800
timestamp: 00:23:26:594, filepos: 000113800
timestamp: 00:23:26:696, filepos: 000114000
timestamp: 00:23:29:187, filepos: 000115000
timestamp: 00:23:29:298, filepos: 000115800
timestamp: 00:23:35:135, filepos: 000116800
timestamp: 00:23:39:842, filepos: 000117000
timestamp: 00:23:41:708, filepos: 000117800
timestamp: 00:23:42:445, filepos: 000118000
timestamp: 00:23:46:006, filepos: 000119000
timestamp: 00:23:47:883, filepos: 000119800
timestamp: 00:23:50:011, filepos: 00011a000
timestamp: 00:23:50:286, filepos: 00011a800
timestamp: 00:23:51:310, filepos: 00011b000
timestamp: 00:23:52:254, filepos: 00011b800
timestamp: 00:23:55:554, filepos: 00011c800
timestamp: 00:23:57:927, filepos: 00011d000
timestamp: 00:23:59:918, filepos: 00011d800
timestamp: 00:24:02:998, filepos: 00011e000
timestamp: 00:24:07:333, filepos: 00011f000
timestamp: 00:24:07:436, filepos: 00011f800
timestamp: 00:24:09:427, filepos: 000120000
timestamp: 00:24:09:538, filepos: 000120800
timestamp: 00:24:12:406, filepos: 000121000
timestamp: 00:24:12:508, filepos: 000121800
timestamp: 00:24:16:911, filepos: 000122800
timestamp: 00:24:18:047, filepos: 000123000
timestamp: 00:24:20:573, filepos: 000124000
timestamp: 00:24:20:683, filepos: 000124800
timestamp: 00:24:23:448, filepos: 000125800
timestamp: 00:24:23:552, filepos: 000126000
timestamp: 00:24:25:748, filepos: 000126800
timestamp: 00:24:25:855, filepos: 000127000
timestamp: 00:24:32:158, filepos: 000128000
timestamp: 00:24:43:773, filepos: 000128800
timestamp: 00:24:45:502, filepos: 000129000
timestamp: 00:24:45:608, filepos: 000129800
timestamp: 00:24:48:634, filepos: 00012a000
timestamp: 00:24:48:744, filepos: 00012a800
timestamp: 00:24:51:270, filepos: 00012b000
timestamp: 00:24:54:650, filepos: 00012b800
timestamp: 00:24:57:051, filepos: 00012c000
timestamp: 00:24:58:521, filepos: 00012c800
timestamp: 00:25:01:081, filepos: 00012d000
timestamp: 00:25:01:190, filepos: 00012d800
timestamp: 00:25:02:555, filepos: 00012e000
timestamp: 00:25:02:658, filepos: 00012e800
timestamp: 00:25:06:424, filepos: 00012f800
timestamp: 00:25:07:463, filepos: 000130000
timestamp: 00:25:09:124, filepos: 000130800
timestamp: 00:25:09:231, filepos: 000131000
timestamp: 00:25:10:722, filepos: 000131800
timestamp: 00:25:12:001, filepos: 000132000
timestamp: 00:25:12:968, filepos: 000132800
timestamp: 00:25:13:068, filepos: 000133000
timestamp: 00:25:14:127, filepos: 000133800
timestamp: 00:25:14:236, filepos: 000134000
timestamp: 00:25:15:203, filepos: 000134800
timestamp: 00:25:15:504, filepos: 000135000
timestamp: 00:25:17:097, filepos: 000135800
timestamp: 00:25:17:206, filepos: 000136000
timestamp: 00:25:19:538, filepos: 000137000
timestamp: 00:25:19:642, filepos: 000137800
timestamp: 00:25:21:508, filepos: 000138000
timestamp: 00:25:21:610, filepos: 000138800
timestamp: 00:25:24:239, filepos: 000139800
timestamp: 00:25:24:346, filepos: 00013a000
timestamp: 00:25:26:713, filepos: 00013a800
timestamp: 00:25:26:816, filepos: 00013b000
timestamp: 00:25:28:511, filepos: 00013b800
timestamp: 00:25:29:151, filepos: 00013c000
timestamp: 00:25:30:175, filepos: 00013c800
timestamp: 00:25:30:286, filepos: 00013d000
timestamp: 00:25:31:549, filepos: 00013d800
timestamp: 00:25:31:654, filepos: 00013e000
timestamp: 00:25:34:646, filepos: 00013e800
timestamp: 00:25:34:757, filepos: 00013f000
timestamp: 00:25:36:156, filepos: 000140000
timestamp: 00:25:36:258, filepos: 000140800
timestamp: 00:25:38:158, filepos: 000141800
timestamp: 00:25:38:260, filepos: 000142000
timestamp: 00:25:42:527, filepos: 000143000
timestamp: 00:25:42:631, filepos: 000143800
timestamp: 00:25:44:896, filepos: 000144800
timestamp: 00:25:45:000, filepos: 000145000
timestamp: 00:25:47:560, filepos: 000145800
timestamp: 00:25:47:670, filepos: 000146000
timestamp: 00:25:48:864, filepos: 000147000
timestamp: 00:25:48:971, filepos: 000147800
timestamp: 00:25:50:097, filepos: 000148000
timestamp: 00:25:50:206, filepos: 000148800
timestamp: 00:25:52:003, filepos: 000149000
timestamp: 00:25:52:141, filepos: 000149800
timestamp: 00:25:57:602, filepos: 00014a800
timestamp: 00:25:57:713, filepos: 00014b000
timestamp: 00:26:00:182, filepos: 00014b800
timestamp: 00:26:00:783, filepos: 00014c000
timestamp: 00:26:05:277, filepos: 00014d000
timestamp: 00:26:05:387, filepos: 00014d800
timestamp: 00:26:07:287, filepos: 00014e000
timestamp: 00:26:08:624, filepos: 00014e800
timestamp: 00:26:12:856, filepos: 00014f800
timestamp: 00:26:18:167, filepos: 000150000
timestamp: 00:26:20:033, filepos: 000150800
timestamp: 00:26:20:135, filepos: 000151000
timestamp: 00:26:22:866, filepos: 000151800
timestamp: 00:26:24:807, filepos: 000152000
timestamp: 00:26:27:572, filepos: 000152800
timestamp: 00:26:27:676, filepos: 000153000
timestamp: 00:26:29:406, filepos: 000153800
timestamp: 00:26:29:511, filepos: 000154000
timestamp: 00:26:33:607, filepos: 000155000
timestamp: 00:26:38:721, filepos: 000155800
timestamp: 00:26:40:154, filepos: 000156000
timestamp: 00:26:41:357, filepos: 000156800
timestamp: 00:26:44:053, filepos: 000157800
timestamp: 00:26:44:159, filepos: 000158000
timestamp: 00:26:45:252, filepos: 000159000
timestamp: 00:26:45:361, filepos: 000159800
timestamp: 00:26:46:328, filepos: 00015a000
timestamp: 00:27:37:212, filepos: 00015a800
timestamp: 00:27:37:235, filepos: 00015b000
timestamp: 00:27:56:231, filepos: 00015b800
timestamp: 00:27:57:597, filepos: 00015c000
timestamp: 00:27:57:700, filepos: 00015c800
timestamp: 00:28:00:066, filepos: 00015d000
timestamp: 00:28:02:171, filepos: 00015d800
timestamp: 00:28:05:004, filepos: 00015e800
timestamp: 00:28:07:009, filepos: 00015f000
timestamp: 00:28:11:879, filepos: 000160000
timestamp: 00:28:16:118, filepos: 000160800
timestamp: 00:28:18:610, filepos: 000161800
timestamp: 00:28:18:721, filepos: 000162000
timestamp: 00:28:22:817, filepos: 000163000
timestamp: 00:28:23:993, filepos: 000163800
timestamp: 00:28:26:086, filepos: 000164800
timestamp: 00:28:26:195, filepos: 000165000
timestamp: 00:28:27:890, filepos: 000165800
timestamp: 00:28:27:997, filepos: 000166000
timestamp: 00:28:28:986, filepos: 000166800
timestamp: 00:28:29:098, filepos: 000167000
timestamp: 00:28:32:625, filepos: 000168000
timestamp: 00:28:33:969, filepos: 000168800
timestamp: 00:28:35:130, filepos: 000169000
timestamp: 00:28:35:237, filepos: 000169800
timestamp: 00:28:36:227, filepos: 00016a000
timestamp: 00:28:36:338, filepos: 00016a800
timestamp: 00:28:37:305, filepos: 00016b000
timestamp: 00:28:37:473, filepos: 00016b800
timestamp: 00:28:39:236, filepos: 00016c000
timestamp: 00:28:42:644, filepos: 00016c800
timestamp: 00:28:45:375, filepos: 00016d000
timestamp: 00:28:45:481, filepos: 00016d800
timestamp: 00:28:49:440, filepos: 00016e800
timestamp: 00:28:49:551, filepos: 00016f000
timestamp: 00:28:51:042, filepos: 00016f800
timestamp: 00:28:51:153, filepos: 000170000
timestamp: 00:28:52:587, filepos: 000170800
timestamp: 00:28:52:688, filepos: 000171000
timestamp: 00:28:53:746, filepos: 000171800
timestamp: 00:28:55:357, filepos: 000172000
timestamp: 00:28:57:382, filepos: 000172800
timestamp: 00:28:58:193, filepos: 000173000
timestamp: 00:28:59:286, filepos: 000173800
timestamp: 00:28:59:395, filepos: 000174000
timestamp: 00:29:01:329, filepos: 000175000
timestamp: 00:29:01:430, filepos: 000175800
timestamp: 00:29:04:263, filepos: 000176800
timestamp: 00:29:04:366, filepos: 000177000
timestamp: 00:29:06:391, filepos: 000177800
timestamp: 00:29:06:502, filepos: 000178000
timestamp: 00:29:08:834, filepos: 000179000
timestamp: 00:29:08:937, filepos: 000179800
timestamp: 00:29:10:803, filepos: 00017a000
timestamp: 00:29:36:698, filepos: 00017a800
timestamp: 00:29:39:099, filepos: 00017b000
timestamp: 00:29:52:014, filepos: 00017b800
timestamp: 00:29:52:981, filepos: 00017c000
timestamp: 00:30:14:670, filepos: 00017c800
timestamp: 00:30:15:830, filepos: 00017d000
timestamp: 00:30:43:765, filepos: 00017d800
timestamp: 00:30:45:757, filepos: 00017e000
timestamp: 00:31:10:225, filepos: 00017e800
timestamp: 00:31:11:591, filepos: 00017f000
timestamp: 00:31:13:996, filepos: 00017f800
timestamp: 00:31:15:554, filepos: 000180000
timestamp: 00:31:20:669, filepos: 000180800
timestamp: 00:31:22:569, filepos: 000181000
timestamp: 00:31:26:275, filepos: 000181800
timestamp: 00:31:27:503, filepos: 000182000
timestamp: 00:31:38:954, filepos: 000182800
timestamp: 00:31:40:854, filepos: 000183000
timestamp: 00:31:44:993, filepos: 000183800
timestamp: 00:31:46:256, filepos: 000184000
timestamp: 00:31:48:997, filepos: 000184800
timestamp: 00:31:52:229, filepos: 000185800
timestamp: 00:31:52:334, filepos: 000186000
timestamp: 00:31:54:063, filepos: 000186800
timestamp: 00:31:55:337, filepos: 000187000
timestamp: 00:31:56:668, filepos: 000187800
timestamp: 00:31:57:973, filepos: 000188000
timestamp: 00:31:58:997, filepos: 000188800
timestamp: 00:32:04:213, filepos: 000189000
timestamp: 00:32:06:181, filepos: 00018a000
timestamp: 00:32:06:715, filepos: 00018a800
timestamp: 00:32:08:615, filepos: 00018b000
timestamp: 00:32:08:717, filepos: 00018b800
timestamp: 00:32:09:741, filepos: 00018c000
timestamp: 00:32:09:851, filepos: 00018c800
timestamp: 00:32:11:080, filepos: 00018d000
timestamp: 00:32:11:186, filepos: 00018d800
timestamp: 00:32:13:780, filepos: 00018e000
timestamp: 00:32:13:889, filepos: 00018e800
timestamp: 00:32:14:981, filepos: 00018f800
timestamp: 00:32:15:090, filepos: 000190000
timestamp: 00:32:17:991, filepos: 000190800
timestamp: 00:32:20:162, filepos: 000191000
timestamp: 00:32:24:030, filepos: 000192000
timestamp: 00:32:24:132, filepos: 000192800
timestamp: 00:32:26:328, filepos: 000193000
timestamp: 00:32:26:435, filepos: 000193800
timestamp: 00:32:27:766, filepos: 000194000
timestamp: 00:32:27:869, filepos: 000194800
timestamp: 00:32:30:634, filepos: 000195000
timestamp: 00:32:30:739, filepos: 000195800
timestamp: 00:32:34:801, filepos: 000196800
timestamp: 00:32:34:910, filepos: 000197000
timestamp: 00:32:38:938, filepos: 000198000
timestamp: 00:32:39:047, filepos: 000198800
timestamp: 00:32:43:109, filepos: 000199800
timestamp: 00:32:43:218, filepos: 00019a000
timestamp: 00:32:45:585, filepos: 00019a800
timestamp: 00:32:45:687, filepos: 00019b000
timestamp: 00:32:47:519, filepos: 00019b800
timestamp: 00:32:47:623, filepos: 00019c000
timestamp: 00:32:52:720, filepos: 00019d000
timestamp: 00:32:53:595, filepos: 00019d800
timestamp: 00:32:54:585, filepos: 00019e000
timestamp: 00:32:54:696, filepos: 00019e800
timestamp: 00:32:57:825, filepos: 00019f800
timestamp: 00:32:57:933, filepos: 0001a0000
timestamp: 00:32:59:196, filepos: 0001a0800
timestamp: 00:33:00:002, filepos: 0001a1000
timestamp: 00:33:02:630, filepos: 0001a1800
timestamp: 00:33:02:738, filepos: 0001a2000
timestamp: 00:33:04:467, filepos: 0001a2800
timestamp: 00:33:05:474, filepos: 0001a3000
timestamp: 00:33:06:441, filepos: 0001a3800
timestamp: 00:33:06:541, filepos: 0001a4000
timestamp: 00:33:07:873, filepos: 0001a4800
timestamp: 00:33:59:127, filepos: 0001a5000
timestamp: 00:34:00:390, filepos: 0001a5800
timestamp: 00:34:15:280, filepos: 0001a6000
timestamp: 00:34:15:303, filepos: 0001a6800
timestamp: 00:34:30:295, filepos: 0001a7000
timestamp: 00:34:31:661, filepos: 0001a7800
timestamp: 00:34:36:335, filepos: 0001a8000
timestamp: 00:34:37:859, filepos: 0001a8800
timestamp: 00:34:47:246, filepos: 0001a9000
timestamp: 00:34:48:372, filepos: 0001a9800
timestamp: 00:34:48:480, filepos: 0001aa000
timestamp: 00:34:50:744, filepos: 0001aa800
timestamp: 00:34:50:849, filepos: 0001ab000
timestamp: 00:34:52:078, filepos: 0001ab800
timestamp: 00:34:52:184, filepos: 0001ac000
timestamp: 00:34:57:281, filepos: 0001ad000
timestamp: 00:34:57:389, filepos: 0001ad800
timestamp: 00:34:59:084, filepos: 0001ae000
timestamp: 00:35:00:592, filepos: 0001ae800
timestamp: 00:35:01:787, filepos: 0001af000
timestamp: 00:35:01:894, filepos: 0001af800
timestamp: 00:35:03:691, filepos: 0001b0000
timestamp: 00:35:03:795, filepos: 0001b0800
timestamp: 00:35:06:594, filepos: 0001b1000
timestamp: 00:35:06:698, filepos: 0001b1800
timestamp: 00:35:09:600, filepos: 0001b2800
timestamp: 00:35:09:701, filepos: 0001b3000
timestamp: 00:35:13:331, filepos: 0001b4000
timestamp: 00:35:13:438, filepos: 0001b4800
timestamp: 00:35:15:134, filepos: 0001b5000
timestamp: 00:35:22:281, filepos: 0001b5800
timestamp: 00:35:23:373, filepos: 0001b6800
timestamp: 00:35:25:188, filepos: 0001b7000
timestamp: 00:35:25:254, filepos: 0001b7800
timestamp: 00:35:29:453, filepos: 0001b8000
timestamp: 00:35:29:559, filepos: 0001b8800
timestamp: 00:35:32:028, filepos: 0001b9800
timestamp: 00:35:32:128, filepos: 0001ba000
timestamp: 00:35:34:927, filepos: 0001bb000
timestamp: 00:35:37:567, filepos: 0001bb800
timestamp: 00:35:41:265, filepos: 0001bc800
timestamp: 00:35:42:205, filepos: 0001bd000
timestamp: 00:35:44:970, filepos: 0001bd800
timestamp: 00:35:45:074, filepos: 0001be000
timestamp: 00:35:49:443, filepos: 0001bf000
timestamp: 00:35:55:184, filepos: 0001bf800
timestamp: 00:35:58:643, filepos: 0001c0800
timestamp: 00:35:58:755, filepos: 0001c1000
timestamp: 00:36:02:350, filepos: 0001c1800
timestamp: 00:36:10:867, filepos: 0001c2000
timestamp: 00:36:14:894, filepos: 0001c2800
timestamp: 00:36:16:606, filepos: 0001c3000
timestamp: 00:36:19:098, filepos: 0001c3800
timestamp: 00:36:28:618, filepos: 0001c4000
timestamp: 00:36:33:249, filepos: 0001c5000
timestamp: 00:36:40:997, filepos: 0001c5800
timestamp: 00:36:43:591, filepos: 0001c6000
timestamp: 00:36:45:902, filepos: 0001c6800
timestamp: 00:36:51:864, filepos: 0001c7800
timestamp: 00:36:53:076, filepos: 0001c8000
timestamp: 00:36:56:307, filepos: 0001c9000
timestamp: 00:36:57:380, filepos: 0001c9800
timestamp: 00:37:02:648, filepos: 0001ca800
timestamp: 00:37:05:254, filepos: 0001cb000
timestamp: 00:37:07:484, filepos: 0001cb800
timestamp: 00:37:10:426, filepos: 0001cc000
timestamp: 00:37:12:793, filepos: 0001cc800
timestamp: 00:37:14:731, filepos: 0001cd000
timestamp: 00:37:16:665, filepos: 0001cd800
timestamp: 00:37:38:321, filepos: 0001ce000
timestamp: 00:37:41:848, filepos: 0001ce800
timestamp: 00:37:44:660, filepos: 0001cf000
timestamp: 00:37:46:720, filepos: 0001cf800
timestamp: 00:37:47:830, filepos: 0001d0000
timestamp: 00:37:50:129, filepos: 0001d0800
timestamp: 00:37:51:467, filepos: 0001d1000
timestamp: 00:37:54:266, filepos: 0001d2000
timestamp: 00:37:56:539, filepos: 0001d2800
timestamp: 00:37:58:439, filepos: 0001d3000
timestamp: 00:38:01:277, filepos: 0001d3800
timestamp: 00:38:03:769, filepos: 0001d4000
timestamp: 00:38:04:514, filepos: 0001d4800
timestamp: 00:38:05:742, filepos: 0001d5000
timestamp: 00:38:05:848, filepos: 0001d5800
timestamp: 00:38:10:911, filepos: 0001d6800
timestamp: 00:38:11:754, filepos: 0001d7000
timestamp: 00:38:17:284, filepos: 0001d8000
timestamp: 00:38:17:393, filepos: 0001d8800
timestamp: 00:38:20:158, filepos: 0001d9000
timestamp: 00:38:20:263, filepos: 0001d9800
timestamp: 00:38:22:754, filepos: 0001da000
timestamp: 00:38:24:133, filepos: 0001da800
timestamp: 00:38:27:194, filepos: 0001db000
timestamp: 00:38:27:303, filepos: 0001db800
timestamp: 00:38:31:399, filepos: 0001dc800
timestamp: 00:38:31:507, filepos: 0001dd000
timestamp: 00:38:35:239, filepos: 0001de000
timestamp: 00:38:39:916, filepos: 0001de800
timestamp: 00:38:42:350, filepos: 0001df000
timestamp: 00:38:44:687, filepos: 0001df800
timestamp: 00:38:47:782, filepos: 0001e0800
timestamp: 00:38:48:825, filepos: 0001e1000
timestamp: 00:38:53:091, filepos: 0001e2000
timestamp: 00:38:54:630, filepos: 0001e2800
timestamp: 00:38:58:465, filepos: 0001e3800
timestamp: 00:39:02:271, filepos: 0001e4000
timestamp: 00:39:03:705, filepos: 0001e4800
timestamp: 00:39:06:175, filepos: 0001e5000
timestamp: 00:39:09:441, filepos: 0001e6000
timestamp: 00:39:10:980, filepos: 0001e6800
timestamp: 00:39:16:282, filepos: 0001e7800
timestamp: 00:39:18:020, filepos: 0001e8000
timestamp: 00:39:22:617, filepos: 0001e9000
timestamp: 00:39:23:860, filepos: 0001e9800
timestamp: 00:39:27:819, filepos: 0001ea800
timestamp: 00:39:29:135, filepos: 0001eb000
timestamp: 00:39:29:158, filepos: 0001eb800
timestamp: 00:39:30:036, filepos: 0001ec000
timestamp: 00:39:31:231, filepos: 0001ec800
timestamp: 00:39:31:471, filepos: 0001ed000
timestamp: 00:39:32:665, filepos: 0001ed800
timestamp: 00:39:36:376, filepos: 0001ee000
timestamp: 00:39:40:642, filepos: 0001ef000
timestamp: 00:39:47:754, filepos: 0001ef800
timestamp: 00:39:48:721, filepos: 0001f0000
timestamp: 00:39:49:956, filepos: 0001f0800
timestamp: 00:39:51:924, filepos: 0001f1800
timestamp: 00:39:52:025, filepos: 0001f2000
timestamp: 00:39:56:189, filepos: 0001f3000
timestamp: 00:39:56:295, filepos: 0001f3800
timestamp: 00:39:59:265, filepos: 0001f4000
timestamp: 00:39:59:365, filepos: 0001f4800
timestamp: 00:40:00:856, filepos: 0001f5000
timestamp: 00:40:00:967, filepos: 0001f5800
timestamp: 00:40:01:957, filepos: 0001f6000
timestamp: 00:40:03:808, filepos: 0001f6800
timestamp: 00:40:03:830, filepos: 0001f7000
timestamp: 00:40:04:175, filepos: 0001f7800
timestamp: 00:40:08:441, filepos: 0001f8800
timestamp: 00:40:08:546, filepos: 0001f9000
timestamp: 00:40:11:481, filepos: 0001f9800
timestamp: 00:40:12:483, filepos: 0001fa000
timestamp: 00:40:15:282, filepos: 0001fb000
timestamp: 00:40:15:386, filepos: 0001fb800
timestamp: 00:40:18:822, filepos: 0001fc000
timestamp: 00:40:53:324, filepos: 0001fc800
timestamp: 00:40:56:623, filepos: 0001fd800
timestamp: 00:40:56:727, filepos: 0001fe000
timestamp: 00:40:57:694, filepos: 0001fe800
timestamp: 00:41:36:433, filepos: 0001ff000
timestamp: 00:41:38:732, filepos: 0001ff800
timestamp: 00:41:38:836, filepos: 000200000
timestamp: 00:41:40:565, filepos: 000200800
timestamp: 00:41:42:239, filepos: 000201000
timestamp: 00:41:43:798, filepos: 000201800
timestamp: 00:41:43:908, filepos: 000202000
timestamp: 00:41:47:708, filepos: 000203000
timestamp: 00:41:47:811, filepos: 000203800
timestamp: 00:41:50:041, filepos: 000204000
timestamp: 00:41:51:615, filepos: 000204800
timestamp: 00:41:53:242, filepos: 000205000
timestamp: 00:41:53:350, filepos: 000205800
timestamp: 00:41:54:943, filepos: 000206000
timestamp: 00:41:56:253, filepos: 000206800
timestamp: 00:41:58:017, filepos: 000207000
timestamp: 00:41:58:122, filepos: 000207800
timestamp: 00:42:00:147, filepos: 000208800
timestamp: 00:42:00:257, filepos: 000209000
timestamp: 00:42:02:885, filepos: 00020a000
timestamp: 00:42:03:727, filepos: 00020a800
timestamp: 00:42:06:356, filepos: 00020b800
timestamp: 00:42:06:463, filepos: 00020c000
timestamp: 00:42:07:658, filepos: 00020c800
timestamp: 00:42:07:765, filepos: 00020d000
timestamp: 00:42:09:824, filepos: 00020d800
timestamp: 00:42:14:538, filepos: 00020e000
timestamp: 00:42:18:338, filepos: 00020e800
timestamp: 00:42:18:442, filepos: 00020f000
timestamp: 00:42:19:409, filepos: 00020f800
timestamp: 00:42:19:877, filepos: 000210000
timestamp: 00:42:21:504, filepos: 000210800
timestamp: 00:42:32:089, filepos: 000211000
timestamp: 00:42:38:085, filepos: 000212000
timestamp: 00:42:40:097, filepos: 000212800
timestamp: 00:42:41:656, filepos: 000213000
timestamp: 00:42:44:268, filepos: 000213800
timestamp: 00:42:46:168, filepos: 000214000
timestamp: 00:42:47:438, filepos: 000214800
timestamp: 00:42:52:342, filepos: 000215800
timestamp: 00:42:53:978, filepos: 000216000
timestamp: 00:42:58:711, filepos: 000216800
timestamp: 00:43:00:684, filepos: 000217000
timestamp: 00:43:05:019, filepos: 000218000
timestamp: 00:43:05:556, filepos: 000218800
timestamp: 00:43:07:353, filepos: 000219000
timestamp: 00:43:07:458, filepos: 000219800
timestamp: 00:43:09:551, filepos: 00021a000
timestamp: 00:43:11:295, filepos: 00021a800
timestamp: 00:43:16:563, filepos: 00021b800
timestamp: 00:43:16:667, filepos: 00021c000
timestamp: 00:43:19:227, filepos: 00021d000
timestamp: 00:43:20:104, filepos: 00021d800
timestamp: 00:43:23:767, filepos: 00021e800
timestamp: 00:43:23:874, filepos: 00021f000
timestamp: 00:43:27:834, filepos: 000220000
timestamp: 00:43:27:945, filepos: 000220800
timestamp: 00:43:31:973, filepos: 000221800
timestamp: 00:43:32:082, filepos: 000222000
timestamp: 00:43:34:381, filepos: 000223000
timestamp: 00:43:34:485, filepos: 000223800
timestamp: 00:43:36:385, filepos: 000224000
timestamp: 00:43:36:487, filepos: 000224800
timestamp: 00:43:38:319, filepos: 000225000
timestamp: 00:43:38:422, filepos: 000225800
timestamp: 00:43:42:916, filepos: 000226800
timestamp: 00:43:44:194, filepos: 000227000
timestamp: 00:43:45:958, filepos: 000228000
timestamp: 00:43:46:063, filepos: 000228800
timestamp: 00:43:47:428, filepos: 000229000
timestamp: 00:43:47:531, filepos: 000229800
timestamp: 00:43:52:025, filepos: 00022a800
timestamp: 00:43:52:136, filepos: 00022b000
timestamp: 00:43:53:660, filepos: 00022b800
timestamp: 00:43:54:772, filepos: 00022c000
timestamp: 00:43:56:740, filepos: 00022d000
timestamp: 00:43:56:840, filepos: 00022d800
timestamp: 00:43:59:901, filepos: 00022e800
timestamp: 00:44:00:010, filepos: 00022f000
timestamp: 00:44:02:843, filepos: 000230000
timestamp: 00:44:04:715, filepos: 000230800
timestamp: 00:44:06:683, filepos: 000231000
timestamp: 13:14:37:831, filepos: 000231800
timestamp: 13:14:37:854, filepos: 000232000
timestamp: 13:14:38:821, filepos: 000232800
timestamp: 13:14:40:016, filepos: 000233000
timestamp: 13:14:44:749, filepos: 000234000
timestamp: 13:14:45:716, filepos: 000234800
timestamp: 13:14:48:082, filepos: 000235000
timestamp: 13:14:50:074, filepos: 000235800
timestamp: 13:14:51:541, filepos: 000236000
timestamp: 13:14:55:307, filepos: 000236800
timestamp: 13:14:59:107, filepos: 000237000
timestamp: 13:15:00:097, filepos: 000237800
timestamp: 13:15:04:865, filepos: 000238800
timestamp: 13:15:06:025, filepos: 000239000
timestamp: 13:15:08:824, filepos: 00023a000
timestamp: 13:15:14:285, filepos: 00023b000
timestamp: 13:15:19:189, filepos: 00023c000
timestamp: 13:15:20:782, filepos: 00023c800
timestamp: 13:15:22:876, filepos: 00023d000
timestamp: 14:00:55:755, filepos: 00023d800
timestamp: 14:00:57:621, filepos: 00023e000
timestamp: 14:00:58:357, filepos: 00023e800
timestamp: 14:01:00:087, filepos: 00023f000
timestamp: 14:01:05:665, filepos: 00023f800
timestamp: 14:01:06:757, filepos: 000240000
timestamp: 14:01:08:067, filepos: 000240800
timestamp: 14:01:09:762, filepos: 000241000
timestamp: 14:01:11:837, filepos: 000241800
timestamp: 14:01:14:932, filepos: 000242800
timestamp: 14:01:19:211, filepos: 000243000
timestamp: 14:01:22:613, filepos: 000244000
timestamp: 14:01:23:883, filepos: 000244800
timestamp: 14:01:25:874, filepos: 000245000
timestamp: 14:01:27:920, filepos: 000245800
timestamp: 14:01:30:446, filepos: 000246000
timestamp: 14:01:32:258, filepos: 000246800
timestamp: 14:01:35:523, filepos: 000247000
timestamp: 14:01:43:636, filepos: 000247800
timestamp: 14:01:45:104, filepos: 000248000
timestamp: 14:01:45:838, filepos: 000248800
timestamp: 14:01:47:101, filepos: 000249000
timestamp: 14:01:49:275, filepos: 000249800
timestamp: 14:01:52:404, filepos: 00024a000
timestamp: 14:02:03:389, filepos: 00024a800
timestamp: 14:02:04:584, filepos: 00024b000
timestamp: 14:02:11:263, filepos: 00024b800
timestamp: 14:02:12:788, filepos: 00024c000
timestamp: 14:02:24:977, filepos: 00024c800
timestamp: 14:02:27:002, filepos: 00024d000
timestamp: 14:02:37:223, filepos: 00024d800
timestamp: 14:02:38:554, filepos: 00024e000
timestamp: 14:02:39:125, filepos: 00024e800
timestamp: 14:02:40:149, filepos: 00024f000
timestamp: 14:02:42:895, filepos: 00024f800
timestamp: 14:02:44:226, filepos: 000250000
timestamp: 14:02:53:072, filepos: 000250800
timestamp: 14:02:55:632, filepos: 000251000
timestamp: 14:02:55:741, filepos: 000251800
timestamp: 14:02:57:675, filepos: 000252000
timestamp: 14:02:59:678, filepos: 000252800
timestamp: 14:03:02:705, filepos: 000253000
timestamp: 14:03:06:185, filepos: 000253800
timestamp: 14:03:08:051, filepos: 000254000
timestamp: 14:03:16:162, filepos: 000254800
timestamp: 14:03:17:823, filepos: 000255000
timestamp: 14:03:23:035, filepos: 000255800
timestamp: 14:03:26:005, filepos: 000256800
timestamp: 14:03:26:105, filepos: 000257000
timestamp: 14:03:29:507, filepos: 000258000
timestamp: 14:03:29:608, filepos: 000258800
timestamp: 14:03:32:635, filepos: 000259800
timestamp: 14:03:32:745, filepos: 00025a000
timestamp: 14:03:35:305, filepos: 00025a800
timestamp: 14:03:36:382, filepos: 00025b000
timestamp: 14:03:37:975, filepos: 00025b800
timestamp: 14:03:43:556, filepos: 00025c000
timestamp: 14:03:46:582, filepos: 00025c800
timestamp: 14:03:48:327, filepos: 00025d000
timestamp: 14:03:51:854, filepos: 00025e000
timestamp: 14:03:53:232, filepos: 00025e800
timestamp: 14:03:55:792, filepos: 00025f000
timestamp: 14:03:55:901, filepos: 00025f800
timestamp: 14:03:57:130, filepos: 000260000
timestamp: 14:03:59:738, filepos: 000260800
timestamp: 14:04:00:706, filepos: 000261000
timestamp: 14:04:03:075, filepos: 000261800
timestamp: 14:04:05:100, filepos: 000262000
timestamp: 14:04:05:211, filepos: 000262800
timestamp: 14:04:06:769, filepos: 000263800
timestamp: 14:04:06:879, filepos: 000264000
timestamp: 14:04:09:075, filepos: 000264800
timestamp: 14:04:09:815, filepos: 000265000
timestamp: 14:04:10:782, filepos: 000265800
timestamp: 14:04:11:650, filepos: 000266000
timestamp: 14:04:14:017, filepos: 000267000
timestamp: 14:04:15:421, filepos: 000267800
timestamp: 14:04:16:388, filepos: 000268000
timestamp: 14:04:17:423, filepos: 000268800
timestamp: 14:04:22:122, filepos: 000269800
timestamp: 14:04:22:962, filepos: 00026a000
timestamp: 14:04:26:125, filepos: 00026b000
timestamp: 14:04:26:232, filepos: 00026b800
timestamp: 14:04:30:692, filepos: 00026c800
timestamp: 14:04:31:570, filepos: 00026d000
timestamp: 14:04:34:472, filepos: 00026e000
timestamp: 14:04:35:207, filepos: 00026e800
timestamp: 14:04:37:301, filepos: 00026f000
timestamp: 14:04:37:409, filepos: 00026f800
timestamp: 14:04:38:399, filepos: 000270000
timestamp: 14:04:38:511, filepos: 000270800
timestamp: 14:04:40:570, filepos: 000271000
timestamp: 14:04:41:347, filepos: 000271800
timestamp: 14:04:43:577, filepos: 000272000
timestamp: 14:04:44:283, filepos: 000272800
timestamp: 14:04:45:250, filepos: 000273000
timestamp: 14:04:45:351, filepos: 000273800
timestamp: 14:04:47:649, filepos: 000274000
timestamp: 14:04:49:822, filepos: 000274800
timestamp: 14:04:55:226, filepos: 000275800
timestamp: 14:04:56:662, filepos: 000276000
timestamp: 14:04:59:859, filepos: 000277000
timestamp: 14:05:01:667, filepos: 000277800
timestamp: 14:05:03:328, filepos: 000278000
timestamp: 14:05:15:151, filepos: 000278800
timestamp: 14:05:15:174, filepos: 000279000
timestamp: 14:06:12:975, filepos: 000279800
timestamp: 14:06:15:342, filepos: 00027a000
timestamp: 14:06:45:741, filepos: 00027a800
timestamp: 14:06:46:709, filepos: 00027b000
timestamp: 14:06:46:809, filepos: 00027b800
timestamp: 14:06:47:867, filepos: 00027c000
timestamp: 14:06:47:977, filepos: 00027c800
timestamp: 14:06:49:342, filepos: 00027d000
timestamp: 14:06:53:249, filepos: 00027d800
timestamp: 14:06:55:684, filepos: 00027e000
timestamp: 14:07:17:744, filepos: 00027e800
timestamp: 14:07:17:767, filepos: 00027f000
timestamp: 14:07:27:020, filepos: 00027f800
timestamp: 14:07:29:921, filepos: 000280000
timestamp: 14:07:29:990, filepos: 000280800
timestamp: 14:07:31:685, filepos: 000281800
timestamp: 14:07:34:594, filepos: 000282000
timestamp: 14:07:37:188, filepos: 000282800
timestamp: 14:08:10:664, filepos: 000283000
timestamp: 14:08:12:530, filepos: 000283800
timestamp: 14:08:28:882, filepos: 000284000
timestamp: 14:08:29:849, filepos: 000284800
timestamp: 14:08:52:005, filepos: 000285000
timestamp: 14:08:53:336, filepos: 000285800
timestamp: 14:08:58:144, filepos: 000286000
timestamp: 14:08:59:510, filepos: 000286800
timestamp: 14:09:02:782, filepos: 000287000
timestamp: 14:09:04:512, filepos: 000287800
timestamp: 14:09:05:352, filepos: 000288000
timestamp: 14:09:06:683, filepos: 000288800
timestamp: 14:09:08:154, filepos: 000289000
timestamp: 14:09:11:852, filepos: 000289800
timestamp: 14:09:20:467, filepos: 00028a000
timestamp: 14:09:21:434, filepos: 00028a800
timestamp: 14:09:26:339, filepos: 00028b000
timestamp: 14:09:27:670, filepos: 00028b800
timestamp: 14:09:31:845, filepos: 00028c000
timestamp: 14:09:32:835, filepos: 00028c800
timestamp: 14:09:32:946, filepos: 00028d000
timestamp: 14:09:34:175, filepos: 00028d800
timestamp: 14:09:53:199, filepos: 00028e000
timestamp: 14:09:54:462, filepos: 00028e800
timestamp: 14:09:57:337, filepos: 00028f000
timestamp: 14:09:59:237, filepos: 00028f800
timestamp: 14:10:09:316, filepos: 000290000
timestamp: 14:10:10:544, filepos: 000290800
timestamp: 14:10:12:752, filepos: 000291000
timestamp: 14:10:14:880, filepos: 000291800
timestamp: 14:10:21:094, filepos: 000292000
timestamp: 14:10:24:394, filepos: 000292800
timestamp: 14:10:30:236, filepos: 000293000
timestamp: 14:10:31:431, filepos: 000293800
timestamp: 14:10:31:538, filepos: 000294000
timestamp: 14:10:33:131, filepos: 000294800
timestamp: 14:11:29:462, filepos: 000295000
timestamp: 14:11:31:123, filepos: 000295800
timestamp: 14:11:34:034, filepos: 000296000
timestamp: 14:11:37:162, filepos: 000297000
timestamp: 14:11:37:737, filepos: 000297800
timestamp: 14:11:39:706, filepos: 000298000
timestamp: 14:11:39:806, filepos: 000298800
timestamp: 14:11:40:773, filepos: 000299000
timestamp: 14:11:50:784, filepos: 000299800
timestamp: 14:11:53:150, filepos: 00029a000
timestamp: 14:11:53:253, filepos: 00029a800
timestamp: 14:11:57:883, filepos: 00029b800
timestamp: 14:11:59:559, filepos: 00029c000
timestamp: 14:12:03:860, filepos: 00029c800
timestamp: 14:12:04:898, filepos: 00029d000
timestamp: 14:12:08:459, filepos: 00029e000
timestamp: 14:12:08:568, filepos: 00029e800
timestamp: 14:12:11:868, filepos: 00029f800
timestamp: 14:12:12:038, filepos: 0002a0000
timestamp: 14:12:12:061, filepos: 0002a0800
timestamp: 14:12:12:572, filepos: 0002a1000
timestamp: 14:12:16:270, filepos: 0002a2000
timestamp: 14:12:16:376, filepos: 0002a2800
timestamp: 14:12:19:903, filepos: 0002a3800
timestamp: 14:12:21:114, filepos: 0002a4000
timestamp: 14:12:25:107, filepos: 0002a5000
timestamp: 14:12:26:419, filepos: 0002a5800
timestamp: 14:12:29:184, filepos: 0002a6000
timestamp: 14:12:29:289, filepos: 0002a6800
timestamp: 14:12:33:089, filepos: 0002a7800
timestamp: 14:12:33:193, filepos: 0002a8000
timestamp: 14:12:36:321, filepos: 0002a8800
timestamp: 14:12:45:271, filepos: 0002a9000
timestamp: 14:12:47:069, filepos: 0002a9800
timestamp: 14:13:19:839, filepos: 0002aa000
timestamp: 14:13:21:500, filepos: 0002aa800
timestamp: 14:14:29:542, filepos: 0002ab000
timestamp: 14:14:30:873, filepos: 0002ab800
timestamp: 14:14:44:357, filepos: 0002ac000
timestamp: 14:14:46:291, filepos: 0002ac800
timestamp: 14:15:11:951, filepos: 0002ad000
timestamp: 14:15:13:851, filepos: 0002ae000
timestamp: 14:15:14:220, filepos: 0002ae800
timestamp: 14:15:15:779, filepos: 0002af000
timestamp: 14:15:15:888, filepos: 0002af800
timestamp: 14:15:17:413, filepos: 0002b0000
timestamp: 14:15:17:523, filepos: 0002b0800
timestamp: 14:15:21:085, filepos: 0002b1800
timestamp: 14:15:21:427, filepos: 0002b2000
timestamp: 14:15:24:590, filepos: 0002b3000
timestamp: 14:15:25:198, filepos: 0002b3800
timestamp: 14:15:27:530, filepos: 0002b4800
timestamp: 14:15:27:634, filepos: 0002b5000
timestamp: 14:15:29:829, filepos: 0002b6000
timestamp: 14:15:29:936, filepos: 0002b6800
timestamp: 14:15:31:734, filepos: 0002b7000
timestamp: 14:15:32:505, filepos: 0002b7800
timestamp: 14:15:34:166, filepos: 0002b8800
timestamp: 14:15:34:274, filepos: 0002b9000
timestamp: 14:15:35:866, filepos: 0002b9800
timestamp: 14:15:36:576, filepos: 0002ba000
timestamp: 14:15:39:807, filepos: 0002bb000
timestamp: 14:15:39:912, filepos: 0002bb800
timestamp: 14:15:41:505, filepos: 0002bc000
timestamp: 14:15:43:149, filepos: 0002bc800
timestamp: 14:15:45:140, filepos: 0002bd800
timestamp: 14:15:45:251, filepos: 0002be000
timestamp: 14:15:47:049, filepos: 0002be800
timestamp: 14:15:48:388, filepos: 0002bf000
timestamp: 14:15:49:582, filepos: 0002bf800
timestamp: 14:16:03:703, filepos: 0002c0000
timestamp: 14:16:04:898, filepos: 0002c0800
timestamp: 14:16:10:410, filepos: 0002c1000
timestamp: 14:16:11:536, filepos: 0002c1800
timestamp: 14:16:11:644, filepos: 0002c2000
timestamp: 14:16:12:941, filepos: 0002c2800
timestamp: 14:16:13:046, filepos: 0002c3000
timestamp: 14:16:14:604, filepos: 0002c4000
timestamp: 14:16:14:714, filepos: 0002c4800
timestamp: 14:16:16:614, filepos: 0002c5000
timestamp: 14:16:51:250, filepos: 0002c5800
timestamp: 14:16:52:843, filepos: 0002c6000
timestamp: 14:16:52:952, filepos: 0002c6800
timestamp: 14:16:53:919, filepos: 0002c7000
timestamp: 14:16:54:721, filepos: 0002c7800
timestamp: 14:16:55:949, filepos: 0002c8000
timestamp: 14:16:56:055, filepos: 0002c8800
timestamp: 14:16:57:455, filepos: 0002c9000
timestamp: 14:17:06:666, filepos: 0002c9800
timestamp: 14:17:08:031, filepos: 0002ca000
timestamp: 14:17:12:739, filepos: 0002ca800
timestamp: 14:17:14:001, filepos: 0002cb000
timestamp: 14:17:14:107, filepos: 0002cb800
timestamp: 14:17:15:165, filepos: 0002cc000
timestamp: 14:17:15:274, filepos: 0002cc800
timestamp: 14:17:16:503, filepos: 0002cd000
timestamp: 14:17:16:776, filepos: 0002cd800
timestamp: 14:17:18:403, filepos: 0002ce000
timestamp: 14:17:20:747, filepos: 0002ce800
timestamp: 14:17:23:079, filepos: 0002cf800
timestamp: 14:17:24:117, filepos: 0002d0000
timestamp: 14:17:25:084, filepos: 0002d0800
timestamp: 14:17:28:888, filepos: 0002d1000
timestamp: 14:17:30:617, filepos: 0002d1800
timestamp: 14:17:30:723, filepos: 0002d2000
timestamp: 14:17:32:521, filepos: 0002d2800
timestamp: 14:17:32:692, filepos: 0002d3000
timestamp: 14:17:33:682, filepos: 0002d3800
timestamp: 14:17:35:032, filepos: 0002d4000
timestamp: 14:17:35:055, filepos: 0002d4800
timestamp: 14:17:42:740, filepos: 0002d5000
timestamp: 14:17:45:038, filepos: 0002d5800
timestamp: 14:17:46:877, filepos: 0002d6000
timestamp: 14:17:47:935, filepos: 0002d6800
timestamp: 14:17:48:445, filepos: 0002d7000
timestamp: 14:17:49:412, filepos: 0002d7800
timestamp: 14:17:52:549, filepos: 0002d8000
timestamp: 14:17:55:417, filepos: 0002d8800
timestamp: 14:17:56:587, filepos: 0002d9000
timestamp: 14:17:58:817, filepos: 0002d9800
timestamp: 14:17:59:523, filepos: 0002da000
timestamp: 14:18:01:355, filepos: 0002da800
timestamp: 14:18:01:659, filepos: 0002db000
timestamp: 14:18:05:527, filepos: 0002db800
timestamp: 14:18:08:198, filepos: 0002dc000
timestamp: 14:18:10:963, filepos: 0002dc800
timestamp: 14:18:13:103, filepos: 0002dd000
timestamp: 14:18:14:628, filepos: 0002dd800
timestamp: 14:18:15:439, filepos: 0002de000
timestamp: 14:18:16:406, filepos: 0002de800
timestamp: 14:18:16:507, filepos: 0002df000
timestamp: 14:18:18:942, filepos: 0002df800
timestamp: 14:18:38:099, filepos: 0002e0000
timestamp: 14:18:38:121, filepos: 0002e0800
timestamp: 14:18:38:633, filepos: 0002e1000
timestamp: 14:18:41:466, filepos: 0002e2000
timestamp: 14:18:42:103, filepos: 0002e2800
timestamp: 14:18:43:661, filepos: 0002e3000
timestamp: 14:18:43:771, filepos: 0002e3800
timestamp: 14:18:44:829, filepos: 0002e4000
timestamp: 14:18:46:307, filepos: 0002e4800
timestamp: 14:18:49:606, filepos: 0002e5800
timestamp: 14:18:49:710, filepos: 0002e6000
timestamp: 14:18:51:007, filepos: 0002e6800
timestamp: 14:18:51:112, filepos: 0002e7000
timestamp: 14:18:52:375, filepos: 0002e7800
timestamp: 14:18:52:480, filepos: 0002e8000
timestamp: 14:18:54:073, filepos: 0002e9000
timestamp: 14:18:56:584, filepos: 0002e9800
timestamp: 14:18:59:451, filepos: 0002ea800
timestamp: 14:18:59:954, filepos: 0002eb000
timestamp: 14:19:00:921, filepos: 0002eb800
timestamp: 14:19:01:055, filepos: 0002ec000
timestamp: 14:19:02:614, filepos: 0002ec800
timestamp: 14:19:10:031, filepos: 0002ed000
timestamp: 14:19:11:555, filepos: 0002ed800
timestamp: 14:19:11:666, filepos: 0002ee000
timestamp: 14:19:12:758, filepos: 0002ee800
timestamp: 14:19:14:101, filepos: 0002ef000
timestamp: 14:19:16:036, filepos: 0002f0000
timestamp: 14:19:16:137, filepos: 0002f0800
timestamp: 14:19:21:371, filepos: 0002f1800
timestamp: 14:19:21:475, filepos: 0002f2000
timestamp: 14:19:22:943, filepos: 0002f2800
timestamp: 14:19:40:428, filepos: 0002f3000
timestamp: 14:19:42:521, filepos: 0002f4000
timestamp: 14:19:42:630, filepos: 0002f4800
timestamp: 14:19:44:120, filepos: 0002f5800
timestamp: 14:19:44:231, filepos: 0002f6000
timestamp: 14:19:46:860, filepos: 0002f7000
timestamp: 14:19:46:968, filepos: 0002f7800
timestamp: 14:19:49:300, filepos: 0002f8000
timestamp: 14:19:49:971, filepos: 0002f8800
timestamp: 14:19:53:737, filepos: 0002f9800
timestamp: 14:19:53:841, filepos: 0002fa000
timestamp: 14:19:55:605, filepos: 0002fa800
timestamp: 14:19:55:710, filepos: 0002fb000
timestamp: 14:19:59:237, filepos: 0002fc800
timestamp: 14:20:00:614, filepos: 0002fd000
timestamp: 14:20:02:776, filepos: 0002fd800
timestamp: 14:20:02:883, filepos: 0002fe000
timestamp: 14:20:04:351, filepos: 0002fe800
timestamp: 14:20:05:386, filepos: 0002ff000
timestamp: 14:20:08:253, filepos: 000300000
timestamp: 14:20:13:060, filepos: 000300800
timestamp: 14:20:14:824, filepos: 000301000
timestamp: 14:20:15:529, filepos: 000301800
timestamp: 14:20:17:020, filepos: 000302000
timestamp: 14:20:17:131, filepos: 000302800
timestamp: 14:20:18:565, filepos: 000303000
timestamp: 14:20:18:933, filepos: 000303800
timestamp: 14:20:20:423, filepos: 000304000
timestamp: 14:20:20:534, filepos: 000304800
timestamp: 14:20:24:096, filepos: 000305800
timestamp: 14:20:24:205, filepos: 000306000
timestamp: 14:20:26:002, filepos: 000306800
timestamp: 14:20:26:107, filepos: 000307000
timestamp: 14:20:30:567, filepos: 000308000
timestamp: 14:20:31:112, filepos: 000308800
timestamp: 14:20:34:377, filepos: 000309800
timestamp: 14:20:34:815, filepos: 00030a000
timestamp: 14:20:35:839, filepos: 00030a800
timestamp: 14:20:36:784, filepos: 00030b000
timestamp: 14:20:39:879, filepos: 00030c000
timestamp: 14:20:39:987, filepos: 00030c800
timestamp: 14:20:41:614, filepos: 00030d800
timestamp: 14:20:41:722, filepos: 00030e000
timestamp: 14:20:45:090, filepos: 00030f000
timestamp: 14:20:46:260, filepos: 00030f800
timestamp: 14:20:50:561, filepos: 000310800
timestamp: 14:20:50:664, filepos: 000311000
timestamp: 14:20:55:329, filepos: 000312000
timestamp: 14:20:55:436, filepos: 000312800
timestamp: 14:20:57:165, filepos: 000313000
timestamp: 14:20:57:271, filepos: 000313800
timestamp: 14:20:59:535, filepos: 000314000
timestamp: 14:20:59:640, filepos: 000314800
timestamp: 14:21:01:938, filepos: 000315800
timestamp: 14:21:02:043, filepos: 000316000
timestamp: 14:21:03:032, filepos: 000316800
timestamp: 14:21:03:144, filepos: 000317000
timestamp: 14:21:05:510, filepos: 000318000
timestamp: 14:21:05:613, filepos: 000318800
timestamp: 14:21:11:051, filepos: 00031a000
timestamp: 14:21:11:919, filepos: 00031a800
timestamp: 14:21:14:286, filepos: 00031b000
timestamp: 14:21:14:388, filepos: 00031b800
timestamp: 14:21:17:984, filepos: 00031c800
timestamp: 14:21:18:092, filepos: 00031d000
timestamp: 14:21:20:493, filepos: 00031e000
timestamp: 14:21:21:800, filepos: 00031e800
timestamp: 14:21:21:823, filepos: 00031f000
timestamp: 14:21:25:270, filepos: 00031f800
timestamp: 14:21:27:170, filepos: 000320000
timestamp: 14:21:27:272, filepos: 000320800
timestamp: 14:21:28:433, filepos: 000321000
timestamp: 14:21:28:540, filepos: 000321800
timestamp: 14:21:30:030, filepos: 000322000
timestamp: 14:21:30:142, filepos: 000322800
timestamp: 14:21:32:440, filepos: 000323800
timestamp: 14:21:32:544, filepos: 000324000
timestamp: 14:21:36:640, filepos: 000325000
timestamp: 14:21:38:487, filepos: 000325800
timestamp: 14:21:38:510, filepos: 000326000
timestamp: 14:21:39:655, filepos: 000326800
timestamp: 14:21:40:815, filepos: 000327000
timestamp: 14:21:40:923, filepos: 000327800
timestamp: 14:21:45:690, filepos: 000328800
timestamp: 14:21:45:794, filepos: 000329000
timestamp: 14:21:50:459, filepos: 00032a000
timestamp: 14:21:50:566, filepos: 00032a800
timestamp: 14:21:53:228, filepos: 00032b800
timestamp: 14:22:34:677, filepos: 00032c000
timestamp: 14:22:36:702, filepos: 00032d000
timestamp: 14:22:36:812, filepos: 00032d800
timestamp: 14:22:37:938, filepos: 00032e000
timestamp: 14:22:39:515, filepos: 00032e800
timestamp: 14:22:43:076, filepos: 00032f000
timestamp: 14:22:43:185, filepos: 00032f800
timestamp: 14:22:45:779, filepos: 000330800
timestamp: 14:22:45:888, filepos: 000331000
timestamp: 14:22:46:855, filepos: 000331800
timestamp: 14:22:46:955, filepos: 000332000
timestamp: 14:22:48:218, filepos: 000332800
timestamp: 14:22:48:323, filepos: 000333000
timestamp: 14:22:52:351, filepos: 000334800
timestamp: 14:22:52:461, filepos: 000335000
timestamp: 14:22:55:556, filepos: 000336000
timestamp: 14:22:55:664, filepos: 000336800
timestamp: 14:22:56:859, filepos: 000337000
timestamp: 14:22:56:965, filepos: 000337800
timestamp: 14:22:59:230, filepos: 000338000
timestamp: 14:22:59:334, filepos: 000338800
timestamp: 14:23:03:772, filepos: 00033a000
timestamp: 14:23:03:872, filepos: 00033a800
timestamp: 14:23:05:636, filepos: 00033b000
timestamp: 14:23:05:741, filepos: 00033b800
timestamp: 14:23:08:472, filepos: 00033c800
timestamp: 14:23:08:577, filepos: 00033d000
timestamp: 14:23:12:946, filepos: 00033e000
timestamp: 14:23:13:048, filepos: 00033e800
timestamp: 14:23:15:574, filepos: 00033f800
timestamp: 14:23:15:684, filepos: 000340000
timestamp: 14:23:18:915, filepos: 000341000
timestamp: 14:23:19:021, filepos: 000341800
timestamp: 14:23:23:049, filepos: 000342800
timestamp: 14:23:23:158, filepos: 000343000
timestamp: 14:23:25:752, filepos: 000344000
timestamp: 14:23:25:861, filepos: 000344800
timestamp: 14:23:29:559, filepos: 000345800
timestamp: 14:23:29:665, filepos: 000346000
timestamp: 14:23:32:760, filepos: 000347000
timestamp: 14:23:32:868, filepos: 000347800
timestamp: 14:23:38:068, filepos: 000349000
timestamp: 14:23:38:173, filepos: 000349800
timestamp: 14:23:41:803, filepos: 00034a800
timestamp: 14:23:41:910, filepos: 00034b000
timestamp: 14:23:43:742, filepos: 00034c000
timestamp: 14:23:44:747, filepos: 00034c800
timestamp: 14:23:48:547, filepos: 00034d800
timestamp: 14:23:48:650, filepos: 00034e000
timestamp: 14:23:52:018, filepos: 00034f000
timestamp: 14:23:52:121, filepos: 00034f800
timestamp: 14:23:55:557, filepos: 000350800
timestamp: 14:23:55:657, filepos: 000351000
timestamp: 14:23:58:593, filepos: 000352000
timestamp: 14:24:00:195, filepos: 000352800
timestamp: 14:24:04:291, filepos: 000353800
timestamp: 14:24:05:234, filepos: 000354000
timestamp: 14:24:10:137, filepos: 000355000
timestamp: 14:24:12:307, filepos: 000355800
timestamp: 14:24:15:038, filepos: 000356000
timestamp: 14:24:31:493, filepos: 000356800
timestamp: 14:24:33:928, filepos: 000357800
timestamp: 14:24:34:029, filepos: 000358000
timestamp: 14:24:35:520, filepos: 000358800
timestamp: 14:24:36:198, filepos: 000359000
timestamp: 14:24:39:429, filepos: 00035a000
timestamp: 14:24:39:535, filepos: 00035a800
timestamp: 14:24:43:767, filepos: 00035b800
timestamp: 14:24:43:872, filepos: 00035c000
timestamp: 14:24:49:106, filepos: 00035d000
timestamp: 14:24:50:145, filepos: 00035d800
timestamp: 14:24:55:049, filepos: 00035f000
timestamp: 14:24:55:150, filepos: 00035f800
timestamp: 14:24:57:084, filepos: 000360000
timestamp: 14:24:57:186, filepos: 000360800
timestamp: 14:24:58:153, filepos: 000361000
timestamp: 14:24:58:253, filepos: 000361800
timestamp: 14:25:00:187, filepos: 000362000
timestamp: 14:25:01:456, filepos: 000362800
timestamp: 14:25:03:755, filepos: 000363000
timestamp: 14:25:03:859, filepos: 000363800
timestamp: 14:25:07:318, filepos: 000364800
timestamp: 14:25:07:429, filepos: 000365000
timestamp: 14:25:12:026, filepos: 000366000
timestamp: 14:25:12:134, filepos: 000366800
timestamp: 14:25:13:431, filepos: 000367000
timestamp: 14:25:13:535, filepos: 000367800
timestamp: 14:25:15:560, filepos: 000368800
timestamp: 14:25:15:671, filepos: 000369000
timestamp: 14:25:18:299, filepos: 00036a000
timestamp: 14:25:18:407, filepos: 00036a800
timestamp: 14:25:22:708, filepos: 00036c000
timestamp: 14:25:22:811, filepos: 00036c800
timestamp: 14:25:23:938, filepos: 00036d000
timestamp: 14:25:24:046, filepos: 00036d800
timestamp: 14:25:25:036, filepos: 00036e000
timestamp: 14:25:25:781, filepos: 00036e800
timestamp: 14:25:28:546, filepos: 00036f800
timestamp: 14:25:28:650, filepos: 000370000
timestamp: 14:25:31:313, filepos: 000370800
timestamp: 14:25:31:420, filepos: 000371000
timestamp: 14:25:32:944, filepos: 000371800
timestamp: 14:25:33:689, filepos: 000372000
timestamp: 14:25:34:656, filepos: 000372800
timestamp: 14:25:52:241, filepos: 000373000
timestamp: 14:25:54:106, filepos: 000373800
timestamp: 14:26:02:985, filepos: 000374000
timestamp: 14:26:05:385, filepos: 000375000
timestamp: 14:26:08:490, filepos: 000375800
timestamp: 14:26:11:585, filepos: 000376000
timestamp: 14:26:22:571, filepos: 000376800
timestamp: 14:26:26:371, filepos: 000377800
timestamp: 14:26:26:475, filepos: 000378000
timestamp: 14:26:30:776, filepos: 000379000
timestamp: 14:26:30:879, filepos: 000379800
timestamp: 14:26:34:975, filepos: 00037a000
timestamp: 14:26:35:083, filepos: 00037a800
timestamp: 14:26:38:144, filepos: 00037b000
timestamp: 14:26:38:253, filepos: 00037b800
timestamp: 14:26:41:018, filepos: 00037c000
timestamp: 14:26:48:530, filepos: 00037c800
timestamp: 14:26:53:696, filepos: 00037d800
timestamp: 14:26:53:802, filepos: 00037e000
timestamp: 14:26:56:203, filepos: 00037e800
timestamp: 14:26:56:305, filepos: 00037f000
timestamp: 14:26:59:399, filepos: 000380000
timestamp: 14:26:59:508, filepos: 000380800
timestamp: 14:27:01:874, filepos: 000381000
timestamp: 14:27:02:678, filepos: 000381800
timestamp: 14:27:04:646, filepos: 000382000
timestamp: 14:27:04:746, filepos: 000382800
timestamp: 14:27:06:407, filepos: 000383000
timestamp: 14:27:10:919, filepos: 000383800
timestamp: 14:27:12:478, filepos: 000384000
timestamp: 14:27:12:587, filepos: 000384800
timestamp: 14:27:17:525, filepos: 000386000
timestamp: 14:27:18:327, filepos: 000386800
timestamp: 14:27:20:818, filepos: 000387800
timestamp: 14:27:21:630, filepos: 000388000
timestamp: 14:27:23:894, filepos: 000388800
timestamp: 14:27:25:233, filepos: 000389000
timestamp: 14:27:26:895, filepos: 000389800
timestamp: 14:27:30:706, filepos: 00038a000
timestamp: 14:27:32:139, filepos: 00038a800
timestamp: 14:27:33:875, filepos: 00038b000
timestamp: 14:27:34:865, filepos: 00038b800
timestamp: 14:27:34:977, filepos: 00038c000
timestamp: 14:27:36:535, filepos: 00038c800
timestamp: 14:27:38:547, filepos: 00038d000
timestamp: 14:27:44:110, filepos: 00038e000
timestamp: 14:27:44:419, filepos: 00038e800
timestamp: 14:27:46:183, filepos: 00038f000
timestamp: 14:27:46:555, filepos: 00038f800
timestamp: 14:27:48:352, filepos: 000390000
timestamp: 14:27:58:700, filepos: 000390800
timestamp: 14:28:00:430, filepos: 000391000
timestamp: 14:28:08:343, filepos: 000391800
timestamp: 14:28:11:336, filepos: 000392000
timestamp: 14:28:19:421, filepos: 000392800
timestamp: 14:28:21:082, filepos: 000393000
timestamp: 14:28:21:990, filepos: 000393800
timestamp: 14:28:23:890, filepos: 000394000
timestamp: 14:28:34:540, filepos: 000394800
timestamp: 14:28:34:563, filepos: 000395000
timestamp: 14:28:37:476, filepos: 000395800
timestamp: 14:28:39:035, filepos: 000396000
timestamp: 14:28:40:746, filepos: 000396800
timestamp: 14:28:41:975, filepos: 000397000
timestamp: 14:28:47:687, filepos: 000397800
timestamp: 14:28:48:984, filepos: 000398000
timestamp: 14:29:04:236, filepos: 000398800
timestamp: 14:29:07:434, filepos: 000399000
timestamp: 14:29:10:810, filepos: 000399800
timestamp: 14:29:11:868, filepos: 00039a000
timestamp: 14:29:17:516, filepos: 00039a800
timestamp: 14:29:19:712, filepos: 00039b000
timestamp: 14:29:19:852, filepos: 00039b800
timestamp: 14:29:20:842, filepos: 00039c000
timestamp: 14:29:22:521, filepos: 00039c800
timestamp: 14:29:23:648, filepos: 00039d000
timestamp: 14:29:23:756, filepos: 00039d800
timestamp: 14:29:24:723, filepos: 00039e000
timestamp: 14:29:26:792, filepos: 00039e800
timestamp: 14:29:28:158, filepos: 00039f000
timestamp: 14:29:31:764, filepos: 00039f800
timestamp: 14:29:33:129, filepos: 0003a0000
timestamp: 14:29:33:232, filepos: 0003a0800
timestamp: 14:29:34:256, filepos: 0003a1000
timestamp: 14:29:34:366, filepos: 0003a1800
timestamp: 14:29:35:629, filepos: 0003a2000
timestamp: 14:29:35:735, filepos: 0003a2800
timestamp: 14:29:36:827, filepos: 0003a3000
timestamp: 14:29:39:142, filepos: 0003a3800
timestamp: 14:29:39:165, filepos: 0003a4000
timestamp: 14:29:51:121, filepos: 0003a4800
timestamp: 14:29:52:782, filepos: 0003a5000
timestamp: 14:30:30:827, filepos: 0003a5800
timestamp: 14:30:33:820, filepos: 0003a6000
timestamp: 14:30:36:505, filepos: 0003a6800
timestamp: 14:30:36:527, filepos: 0003a7000
timestamp: 14:30:39:608, filepos: 0003a7800
timestamp: 14:30:40:973, filepos: 0003a8000
timestamp: 14:30:41:076, filepos: 0003a8800
timestamp: 14:30:42:168, filepos: 0003a9000
timestamp: 14:30:42:411, filepos: 0003a9800
timestamp: 14:30:44:038, filepos: 0003aa000
timestamp: 14:30:50:986, filepos: 0003aa800
timestamp: 14:30:52:044, filepos: 0003ab000
timestamp: 14:31:03:832, filepos: 0003ab800
timestamp: 14:31:04:924, filepos: 0003ac000
timestamp: 14:31:10:009, filepos: 0003ac800
timestamp: 14:31:10:032, filepos: 0003ad000
timestamp: 14:31:26:059, filepos: 0003ad800
timestamp: 14:31:28:357, filepos: 0003ae800
timestamp: 14:31:29:295, filepos: 0003af000
timestamp: 14:31:33:960, filepos: 0003b0000
timestamp: 14:31:34:200, filepos: 0003b0800
timestamp: 14:31:35:531, filepos: 0003b1000
timestamp: 14:32:09:469, filepos: 0003b1800
timestamp: 14:32:10:732, filepos: 0003b2000
timestamp: 14:32:11:738, filepos: 0003b2800
timestamp: 14:32:13:000, filepos: 0003b3000
timestamp: 14:32:13:606, filepos: 0003b3800
timestamp: 14:32:14:596, filepos: 0003b4000
timestamp: 14:32:15:946, filepos: 0003b4800
timestamp: 14:32:15:968, filepos: 0003b5000
timestamp: 14:32:33:601, filepos: 0003b5800
timestamp: 14:32:33:624, filepos: 0003b6000
timestamp: 14:32:34:035, filepos: 0003b6800
timestamp: 14:32:35:628, filepos: 0003b7800
timestamp: 14:32:35:737, filepos: 0003b8000
timestamp: 14:32:37:671, filepos: 0003b8800
timestamp: 14:32:38:706, filepos: 0003b9000
timestamp: 14:32:42:165, filepos: 0003ba000
timestamp: 14:32:43:945, filepos: 0003ba800
timestamp: 14:32:46:812, filepos: 0003bb800
timestamp: 14:32:46:915, filepos: 0003bc000
timestamp: 14:32:49:247, filepos: 0003bc800
timestamp: 14:32:49:350, filepos: 0003bd000
timestamp: 14:32:51:216, filepos: 0003bd800
timestamp: 14:32:51:319, filepos: 0003be000
timestamp: 14:32:54:414, filepos: 0003bf000
timestamp: 14:32:54:522, filepos: 0003bf800
timestamp: 14:32:56:821, filepos: 0003c0000
timestamp: 14:32:56:925, filepos: 0003c0800
timestamp: 14:32:57:892, filepos: 0003c1000
timestamp: 14:32:57:992, filepos: 0003c1800
timestamp: 14:32:58:959, filepos: 0003c2000
timestamp: 14:32:59:060, filepos: 0003c2800
timestamp: 14:33:02:655, filepos: 0003c3000
timestamp: 14:33:02:764, filepos: 0003c3800
timestamp: 14:33:04:755, filepos: 0003c4000
timestamp: 14:33:06:134, filepos: 0003c4800
timestamp: 14:33:07:727, filepos: 0003c5000
timestamp: 14:33:07:836, filepos: 0003c5800
timestamp: 14:33:10:862, filepos: 0003c6000
timestamp: 14:33:11:806, filepos: 0003c6800
timestamp: 14:33:13:536, filepos: 0003c7000
timestamp: 14:33:14:542, filepos: 0003c7800
timestamp: 14:33:16:442, filepos: 0003c8000
timestamp: 14:33:31:292, filepos: 0003c8800
timestamp: 14:33:33:591, filepos: 0003c9000
timestamp: 14:33:41:603, filepos: 0003c9800
timestamp: 14:33:42:570, filepos: 0003ca000
timestamp: 14:33:44:339, filepos: 0003ca800
timestamp: 14:33:45:329, filepos: 0003cb000
timestamp: 14:33:46:474, filepos: 0003cb800
timestamp: 14:33:48:670, filepos: 0003cc000
timestamp: 14:33:48:776, filepos: 0003cc800
timestamp: 14:33:50:210, filepos: 0003cd000
timestamp: 14:33:54:582, filepos: 0003cd800
timestamp: 14:33:55:549, filepos: 0003ce000
timestamp: 14:33:56:918, filepos: 0003ce800
timestamp: 14:33:59:512, filepos: 0003cf000
timestamp: 14:34:32:220, filepos: 0003cf800
timestamp: 14:34:33:187, filepos: 0003d0000
timestamp: 14:34:33:621, filepos: 0003d0800
timestamp: 14:34:35:954, filepos: 0003d1800
timestamp: 14:34:48:069, filepos: 0003d2000
timestamp: 14:34:51:198, filepos: 0003d3000
timestamp: 14:35:03:518, filepos: 0003d3800
timestamp: 14:35:07:045, filepos: 0003d4800
timestamp: 14:35:09:757, filepos: 0003d5000
timestamp: 14:35:11:623, filepos: 0003d5800
timestamp: 14:35:13:761, filepos: 0003d6000
timestamp: 14:35:15:752, filepos: 0003d6800
timestamp: 14:35:24:305, filepos: 0003d7000
Deleted User 11865

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Deleted User 11865 »

Torzak wrote:I can't read the .idx.sub file within notepad at all.
It's binary, not text.
Azhrei
Posts: 12
Joined: Tue Nov 15, 2011 6:30 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Azhrei »

JohnAStebbins wrote:Sorry, I wasn't clear. By "add some logging" I meant modify the code to add the needed log. So some basic ability to read/modify code and ability to build from source are required.
I can do this. I'm not familiar with the ".m" or ".mm" filename extensions that I see in the "macosx/" directory, but I've written C/C++/Java code for a living so I know my way around. :) And I teach Linux Device Driver development and Embedded System development courses. ;)

Anyway, I'm interested in finding and fixing this bug. I noticed that if I changed the chapter titles to seconds (setting the StartSeconds and StopSeconds fields at the top of the main GUI page for OSX) that the encoding still ran outside the range I used. That seems like a secondary bug that if corrected would at least allow a workaround for the bug reported in this thread.

It appears from the HandBrake source code that it expects GCC and I'm quite comfortable with that.

I will look at the muxmp4.c file and see if I can figure out what it's doing, then I'll add some logging and try ripping my Men In Black DVD, as it exhibits this problem. I'll report back here what I find. It'll take a few days though as work is pretty busy right now.
Navier
Posts: 2
Joined: Tue Nov 15, 2011 9:16 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Navier »

I have run into this issue with svn4331 and the confirmed it again with the latest svn4348 (windows gui) encoding to h264 in .m4v container. I ran my DVDs that where experiencing this issue through HB 0.9.5 and all of them encoded fine.
I am encoding Region 1 DVDs ripped using DVDFab, and adding English subtitles (vobsub). If I remove the vobsub subtitles everything encodes fine.
I have tried over a dozen DVDs and all of them have experienced this issue.

Here is a log dump from Avatar (hoping this is a DVD that one or more of the devs have :) ) using svn4331

Code: Select all

HandBrake svn4331 2011103101
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz
Ram: 8189 MB, Screen: 1920x1200
Temp Dir: *\AppData\Local\Temp\
Install Dir: C:\Program Files (x86)\Handbrake-svn32bit
Data Dir: *\0.9.5.4331

-------------------------------------------

CLI Query:  -i "*\AVATAR-DVD" -t 1 -c 1-36 -o "*\AVATAR-DVD-1_HP19Sr4.m4v"  -f mp4 -4  --detelecine --decomb --strict-anamorphic  -e x264 -q 19 --vfr  -a 1,1 -E faac,copy:ac3 -B 160,0 -6 dpl2,auto -R Auto,Auto -D 0,0 --gain=0,0 --subtitle 1 --markers=*\AVATAR-DVD-1_HP19Sr4-1-chapters.csv" -x b-adapt=2:rc-lookahead=50:ref=4 --verbose=1
User Query: True

[13:01:02] hb_init: starting libhb thread
HandBrake svn4331 (2011103101) - MinGW i686 - http://handbrake.fr
8 CPUs detected
Opening *\AVATAR-DVD...
[13:01:02] hb_scan: path=*\AVATAR-DVD, title_index=1
libbluray/bdnav/index_parse.c:157: indx_parse(): error opening *\AVATAR-DVD/BDMV/index.bdmv
libbluray/bluray.c:1471: nav_get_title_list(*\AVATAR-DVD) failed (01CBADD8)
[13:01:02] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
libdvdread: Device (null) inaccessible, CSS authentication not available.
NAME OPEN FAILED
libdvdnav: Unable to find home directorylibdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
libdvdread: Encrypted DVD support unavailable.
libdvdread: Device (null) inaccessible, CSS authentication not available.
[13:01:02] scan: DVD has 19 title(s)
[13:01:02] scan: scanning title 1
[13:01:02] scan: opening IFO for VTS 5
[13:01:02] scan: duration is 02:41:32 (9692186 ms)
[13:01:02] pgc_id: 1, pgn: 1: pgc: 01CBF9E8
[13:01:02] scan: vts=5, ttn=1, cells=0->45, blocks=7->3844068, 3844062 blocks
[13:01:02] scan: checking audio 1
[13:01:02] scan: id=0x80bd, lang=English (AC3), 3cc=eng ext=1
[13:01:02] scan: checking audio 2
[13:01:02] scan: id=0x81bd, lang=English (AC3), 3cc=eng ext=1
[13:01:02] scan: checking audio 3
[13:01:02] scan: id=0x82bd, lang=Espanol (AC3), 3cc=spa ext=1
[13:01:02] scan: checking audio 4
[13:01:02] scan: id=0x83bd, lang=Francais (AC3), 3cc=fra ext=1
[13:01:02] scan: checking subtitle 1
[13:01:02] scan: id=0x21bd, lang=English, 3cc=eng
[13:01:02] scan: checking subtitle 2
[13:01:02] scan: id=0x23bd, lang=Espanol, 3cc=spa
[13:01:02] scan: checking subtitle 3
[13:01:02] scan: id=0x25bd, lang=Espanol, 3cc=spa
[13:01:02] scan: checking subtitle 4
[13:01:02] scan: id=0x27bd, lang=Francais, 3cc=fra
[13:01:02] scan: title 1 has 36 chapters
[13:01:02] scan: chap 1 c=0->0, b=7->152176 (152170), 377607 ms
[13:01:02] scan: chap 2 c=1->1, b=152177->189278 (37102), 95282 ms
[13:01:02] scan: chap 3 c=2->2, b=189279->290874 (101596), 251369 ms
[13:01:02] scan: chap 4 c=3->3, b=290875->343219 (52345), 115345 ms
[13:01:02] scan: chap 5 c=4->5, b=343220->489534 (146315), 359581 ms
[13:01:02] scan: chap 6 c=6->6, b=489535->587450 (97916), 239494 ms
[13:01:02] scan: chap 7 c=7->7, b=587451->665219 (77769), 172439 ms
[13:01:02] scan: chap 8 c=8->9, b=665220->798632 (133413), 287785 ms
[13:01:02] scan: chap 9 c=10->10, b=798633->843269 (44637), 111339 ms
[13:01:02] scan: chap 10 c=11->11, b=843270->896805 (53536), 130391 ms
[13:01:02] scan: chap 11 c=12->12, b=896806->1077749 (180944), 467997 ms
[13:01:02] scan: chap 12 c=13->14, b=1077750->1212787 (135038), 351849 ms
[13:01:02] scan: chap 13 c=15->15, b=1212788->1344214 (131427), 306483 ms
[13:01:02] scan: chap 14 c=16->16, b=1344215->1483956 (139742), 325631 ms
[13:01:02] scan: chap 15 c=17->18, b=1483957->1605868 (121912), 313646 ms
[13:01:02] scan: chap 16 c=19->19, b=1605869->1766027 (160159), 385752 ms
[13:01:02] scan: chap 17 c=20->20, b=1766028->1858055 (92028), 214324 ms
[13:01:02] scan: chap 18 c=21->22, b=1858056->1979137 (121082), 317652 ms
[13:01:02] scan: chap 19 c=23->23, b=1979138->2082869 (103732), 252547 ms
[13:01:02] scan: chap 20 c=24->24, b=2082870->2348045 (265176), 683203 ms
[13:01:02] scan: chap 21 c=25->25, b=2348046->2387174 (39129), 110482 ms
[13:01:02] scan: chap 22 c=26->27, b=2387175->2550122 (162948), 396768 ms
[13:01:02] scan: chap 23 c=28->28, b=2550123->2630040 (79918), 222492 ms
[13:01:02] scan: chap 24 c=29->29, b=2630041->2754157 (124117), 339699 ms
[13:01:02] scan: chap 25 c=30->31, b=2754158->2792073 (37916), 96314 ms
[13:01:02] scan: chap 26 c=32->32, b=2792074->2867367 (75294), 186306 ms
[13:01:02] scan: chap 27 c=33->33, b=2867368->2948074 (80707), 206613 ms
[13:01:02] scan: chap 28 c=34->34, b=2948075->3029007 (80933), 208306 ms
[13:01:02] scan: chap 29 c=35->36, b=3029008->3126154 (97147), 266797 ms
[13:01:02] scan: chap 30 c=37->37, b=3126155->3268598 (142444), 365670 ms
[13:01:02] scan: chap 31 c=38->38, b=3268599->3354512 (85914), 223338 ms
[13:01:02] scan: chap 32 c=39->40, b=3354513->3495528 (141016), 358723 ms
[13:01:02] scan: chap 33 c=41->41, b=3495529->3623637 (128109), 323485 ms
[13:01:02] scan: chap 34 c=42->43, b=3623638->3704161 (80524), 229700 ms
[13:01:02] scan: chap 35 c=44->44, b=3704162->3844063 (139902), 397584 ms
[13:01:02] scan: chap 36 c=45->45, b=3844064->3844068 (5), 176 ms
[13:01:02] scan: aspect = 0
[13:01:02] scan: decoding previews for title 1
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
[13:01:02] scan: title angle(s) 1
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
[13:01:03] scan: audio 0x83bd: AC-3, rate=48000Hz, bitrate=192000 Francais (AC3) (Dolby Surround)
[13:01:03] scan: audio 0x80bd: AC-3, rate=48000Hz, bitrate=448000 English (AC3) (5.1 ch)
[13:01:03] scan: audio 0x81bd: AC-3, rate=48000Hz, bitrate=192000 English (AC3) (Dolby Surround)
[13:01:03] scan: audio 0x82bd: AC-3, rate=48000Hz, bitrate=192000 Espanol (AC3) (Dolby Surround)
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
[13:01:05] scan: 10 previews, 720x480, 23.976 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 32:27
[13:01:05] scan: title (0) job->width:720, job->height:400
[13:01:05] libhb: scan thread found 1 valid title(s)
+ title 1:
  + vts 5, ttn 1, cells 0->45 (3844062 blocks)
  + duration: 02:41:32
  + size: 720x480, pixel aspect: 32/27, display aspect: 1.78, 23.976 fps
  + autocrop: 0/0/0/0
  + chapters:
    + 1: cells 0->0, 152170 blocks, duration 00:06:18
    + 2: cells 1->1, 37102 blocks, duration 00:01:35
    + 3: cells 2->2, 101596 blocks, duration 00:04:11
    + 4: cells 3->3, 52345 blocks, duration 00:01:55
    + 5: cells 4->5, 146315 blocks, duration 00:06:00
    + 6: cells 6->6, 97916 blocks, duration 00:03:59
    + 7: cells 7->7, 77769 blocks, duration 00:02:52
    + 8: cells 8->9, 133413 blocks, duration 00:04:48
    + 9: cells 10->10, 44637 blocks, duration 00:01:51
    + 10: cells 11->11, 53536 blocks, duration 00:02:10
    + 11: cells 12->12, 180944 blocks, duration 00:07:48
    + 12: cells 13->14, 135038 blocks, duration 00:05:52
    + 13: cells 15->15, 131427 blocks, duration 00:05:06
    + 14: cells 16->16, 139742 blocks, duration 00:05:26
    + 15: cells 17->18, 121912 blocks, duration 00:05:14
    + 16: cells 19->19, 160159 blocks, duration 00:06:26
    + 17: cells 20->20, 92028 blocks, duration 00:03:34
    + 18: cells 21->22, 121082 blocks, duration 00:05:18
    + 19: cells 23->23, 103732 blocks, duration 00:04:13
    + 20: cells 24->24, 265176 blocks, duration 00:11:23
    + 21: cells 25->25, 39129 blocks, duration 00:01:50
    + 22: cells 26->27, 162948 blocks, duration 00:06:37
    + 23: cells 28->28, 79918 blocks, duration 00:03:42
    + 24: cells 29->29, 124117 blocks, duration 00:05:40
    + 25: cells 30->31, 37916 blocks, duration 00:01:36
    + 26: cells 32->32, 75294 blocks, duration 00:03:06
    + 27: cells 33->33, 80707 blocks, duration 00:03:27
    + 28: cells 34->34, 80933 blocks, duration 00:03:28
    + 29: cells 35->36, 97147 blocks, duration 00:04:27
    + 30: cells 37->37, 142444 blocks, duration 00:06:06
    + 31: cells 38->38, 85914 blocks, duration 00:03:43
    + 32: cells 39->40, 141016 blocks, duration 00:05:59
    + 33: cells 41->41, 128109 blocks, duration 00:05:23
    + 34: cells 42->43, 80524 blocks, duration 00:03:50
    + 35: cells 44->44, 139902 blocks, duration 00:06:38
    + 36: cells 45->45, 5 blocks, duration 00:00:00
  + audio tracks:
    + 1, English (AC3) (5.1 ch) (iso639-2: eng), 48000Hz, 448000bps
    + 2, English (AC3) (Dolby Surround) (iso639-2: eng), 48000Hz, 192000bps
    + 3, Espanol (AC3) (Dolby Surround) (iso639-2: spa), 48000Hz, 192000bps
    + 4, Francais (AC3) (Dolby Surround) (iso639-2: fra), 48000Hz, 192000bps
  + subtitle tracks:
    + 1, English (iso639-2: eng) (Bitmap)(VOBSUB)
    + 2, Espanol (iso639-2: spa) (Bitmap)(VOBSUB)
    + 3, Espanol (iso639-2: spa) (Bitmap)(VOBSUB)
    + 4, Francais (iso639-2: fra) (Bitmap)(VOBSUB)
    + 5, Closed Captions (iso639-2: eng) (Text)(CC)
Reading chapter markers from file *\AVATAR-DVD-1_HP19Sr4-1-chapters.csv
[13:01:05] 1 job(s) to process
[13:01:05] starting job
[13:01:05] sync: expecting 232404 video frames
[13:01:05] job configuration:
[13:01:05]  * source
[13:01:05]    + *\-=DVD_Movies=-\AVATAR-DVD
[13:01:05]    + title 1, chapter(s) 1 to 36
[13:01:05]  * destination
[13:01:05]    + *\AVATAR-DVD-1_HP19Sr4.m4v
[13:01:05]    + container: MPEG-4 (.mp4 and .m4v)
[13:01:05]      + 64-bit formatting
[13:01:05]      + chapter markers
[13:01:05]  * video track
[13:01:05]    + decoder: mpeg2
[13:01:05]      + bitrate 9800 kbps
[13:01:05]    + frame rate: same as source (around 23.976 fps)
[13:01:05]    + strict anamorphic
[13:01:05]      + storage dimensions: 720 * 480 -> 720 * 480, crop 0/0/0/0, mod 0
[13:01:05]      + pixel aspect ratio: 32 / 27
[13:01:05]      + display dimensions: 853 * 480
[13:01:05]    + filters
[13:01:05]      + Detelecine (pullup) (default settings)
[13:01:05]      + Decomb (default settings)
[13:01:05]    + encoder: H.264 (x264)
[13:01:05]      + options: b-adapt=2:rc-lookahead=50:ref=4
[13:01:05]      + quality: 19.00 (RF)
[13:01:05]  * subtitle track 1, English (id 0x21bd) Picture [VOBSUB] -> Pass-Through
[13:01:05]  * audio track 1
[13:01:05]    + decoder: English (AC3) (5.1 ch) (track 1, id 0x80bd)
[13:01:05]      + bitrate: 448 kbps, samplerate: 48000 Hz
[13:01:05]    + mixdown: Dolby Pro Logic II
[13:01:05]    + encoder: AAC (faac)
[13:01:05]      + bitrate: 160 kbps, samplerate: 48000 Hz
[13:01:05]  * audio track 2
[13:01:05]    + decoder: English (AC3) (5.1 ch) (track 1, id 0x80bd)
[13:01:05]      + bitrate: 448 kbps, samplerate: 48000 Hz
[13:01:05]    + AC3 Passthru
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
libdvdread: Device (null) inaccessible, CSS authentication not available.
NAME OPEN FAILED
libdvdnav: Unable to find home directorylibdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
libdvdread: Encrypted DVD support unavailable.
libdvdread: Device (null) inaccessible, CSS authentication not available.
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
[13:01:05] yadif thread started for segment 0
[13:01:05] yadif thread started for segment 1
[13:01:05] yadif thread started for segment 2
[13:01:05] yadif thread started for segment 3
[13:01:05] yadif thread started for segment 4
[13:01:05] yadif thread started for segment 5
[13:01:05] yadif thread started for segment 6
[13:01:05] decomb thread started for segment 0
[13:01:05] decomb thread started for segment 1
[13:01:05] decomb thread started for segment 2
[13:01:05] yadif thread started for segment 7
[13:01:05] encx264: min-keyint: 24, keyint: 240
[13:01:05] decomb thread started for segment 4
[13:01:05] encx264: encoding with stored aspect 32/27
[13:01:05] decomb thread started for segment 5
[13:01:05] encx264: Encoding at constant RF 19.000000
[13:01:05] decomb thread started for segment 7
[13:01:05] decomb thread started for segment 6
x264 [warning]: --psnr used with psy on: results will be invalid!
[13:01:05] decomb thread started for segment 3
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=32/27
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
x264 [info]: profile High, level 3.0
[13:01:05] reader: first SCR 146 id 0xe0 DTS 14921
[13:01:05] mpeg2: "Chapter 1" (1) at frame 0 time 3003
[13:01:05] sync: first pts is 3003
[13:03:36] mpeg2: "Chapter 2" (2) at frame 9065 time 34029996
[13:04:13] mpeg2: "Chapter 3" (3) at frame 11356 time 42630588
[13:04:16] 482.532044s: Film -> Video
[13:04:16] 482.849033s: Video -> Film
[13:05:50] mpeg2: "Chapter 4" (4) at frame 17382 time 65243178
[13:06:37] mpeg2: "Chapter 5" (5) at frame 20154 time 75648573
[13:08:47] 1154.887056s: Film -> Video
[13:08:47] 1155.187367s: Video -> Film
[13:09:05] mpeg2: "Chapter 6" (6) at frame 28789 time 108053946
[13:10:40] mpeg2: "Chapter 7" (7) at frame 34536 time 129627498
[13:11:56] mpeg2: "Chapter 8" (8) at frame 38684 time 145198053
[13:14:04] mpeg2: "Chapter 9" (9) at frame 45604 time 171174003
[13:14:52] mpeg2: "Chapter 10" (10) at frame 48280 time 181219038
[13:15:49] mpeg2: "Chapter 11" (11) at frame 51405 time 192948756
[13:19:03] mpeg2: "Chapter 12" (12) at frame 62628 time 235077843
[13:21:28] mpeg2: "Chapter 13" (13) at frame 71060 time 266729463
[13:22:58] 3188.235044s: Film -> Video
[13:22:58] 3188.368511s: Video -> Film
[13:23:32] mpeg2: "Chapter 14" (14) at frame 78406 time 294300006
[13:25:13] 3518.081233s: Film -> Video
[13:25:13] 3518.214700s: Video -> Film
[13:25:48] mpeg2: "Chapter 15" (15) at frame 86226 time 323651328
[13:27:56] mpeg2: "Chapter 16" (16) at frame 93758 time 351924573
[13:30:43] mpeg2: "Chapter 17" (17) at frame 103018 time 386684298
[13:32:16] mpeg2: "Chapter 18" (18) at frame 108162 time 405993587
[13:34:26] mpeg2: "Chapter 19" (19) at frame 115790 time 434627970
[13:36:11] mpeg2: "Chapter 20" (20) at frame 121850 time 457375695
[13:40:54] mpeg2: "Chapter 21" (21) at frame 138223 time 518835093
[13:41:39] mpeg2: "Chapter 22" (22) at frame 140886 time 528832080
[13:44:37] mpeg2: "Chapter 23" (23) at frame 150410 time 564582795
[13:46:11] mpeg2: "Chapter 24" (24) at frame 155742 time 584597790
[13:48:28] mpeg2: "Chapter 25" (25) at frame 163883 time 615156318
[13:49:10] mpeg2: "Chapter 26" (26) at frame 166222 time 623937090
[13:50:27] mpeg2: "Chapter 27" (27) at frame 170687 time 640696833
[13:50:37] 7142.360511s: Film -> Video
[13:50:37] 7142.493978s: Video -> Film
[13:50:42] 7155.890700s: Film -> Video
[13:50:43] 7156.024167s: Video -> Film
[13:51:52] mpeg2: "Chapter 28" (28) at frame 175648 time 659312430
[13:53:21] mpeg2: "Chapter 29" (29) at frame 180640 time 678051150
[13:55:04] mpeg2: "Chapter 30" (30) at frame 187065 time 702168243
[13:56:18] 7972.689989s: Film -> Video
[13:56:18] 7972.840167s: Video -> Film
[13:57:50] mpeg2: "Chapter 31" (31) at frame 195829 time 735063105
[13:59:30] mpeg2: "Chapter 32" (32) at frame 201189 time 755183205
[14:02:12] mpeg2: "Chapter 33" (33) at frame 209809 time 787540530
[14:04:36] mpeg2: "Chapter 34" (34) at frame 217569 time 816669630
[14:06:09] mpeg2: "Chapter 35" (35) at frame 223097 time 837420360
[14:08:33] reader: done. 3 scr changes
[14:08:34] mpeg2: "Chapter 36" (36) at frame 232625 time 873186089
[14:08:34] work: average encoding speed for job is 57.448753 fps
[14:08:34] sync: got 232626 frames, 232404 expected
[14:08:34] mpeg2 done: 232626 frames
[14:08:34] render: lost time: 39042 (13 frames)
[14:08:34] render: gained time: 39042 (52 frames) (0 not accounted for)
[14:08:34] render: average dropped frame duration: 3003
x264 [info]: frame I:2377  Avg QP:16.72  size: 53466  PSNR Mean Y:47.37 U:49.97 V:50.44 Avg:47.94 Global:47.55
x264 [info]: frame P:80750 Avg QP:20.13  size: 20749  PSNR Mean Y:44.51 U:48.70 V:49.21 Avg:45.18 Global:44.54
x264 [info]: frame B:149485 Avg QP:23.55  size:  6892  PSNR Mean Y:42.65 U:47.63 V:48.20 Avg:43.55 Global:43.03
x264 [info]: consecutive B-frames:  3.6%  6.5% 76.9% 13.0%
x264 [info]: mb I  I16..4:  3.9% 81.0% 15.1%
x264 [info]: mb P  I16..4:  1.2% 19.5%  2.2%  P16..4: 34.9% 23.1% 12.8%  0.0%  0.0%    skip: 6.3%
x264 [info]: mb B  I16..4:  0.2%  2.6%  0.5%  B16..8: 45.0% 10.8%  3.0%  direct: 5.6%  skip:32.4%  L0:33.7% L1:45.4% BI:20.9%
x264 [info]: 8x8 transform intra:83.7% inter:76.2%
x264 [info]: coded y,uvDC,uvAC intra: 89.7% 89.9% 59.7% inter: 35.5% 34.2% 6.4%
x264 [info]: i16 v,h,dc,p: 33% 13%  7% 48%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 13% 17%  6%  8%  9%  7%  9%  9%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 23% 13% 12%  7% 10% 11%  9%  8%  6%
x264 [info]: i8c dc,h,v,p: 49% 17% 24% 10%
x264 [info]: Weighted P-Frames: Y:2.9% UV:1.8%
x264 [info]: ref P L0: 56.3% 18.3% 17.8%  4.2%  3.3%  0.1%
x264 [info]: ref B L0: 88.2% 10.4%  1.3%
x264 [info]: ref B L1: 92.7%  7.3%
x264 [info]: SSIM Mean Y:0.9819744 (17.441db)
x264 [info]: PSNR Mean Y:43.340 U:48.026 V:48.576 Avg:44.159 Global:43.527 kb/s:2335.83
[14:08:38] mux: track 0, 232612 frames, 2832688354 bytes, 2335.74 kbps, fifo 8
[14:08:38] mux: track 1, 454784 frames, 194006605 bytes, 159.97 kbps, fifo 512
[14:08:38] mux: track 2, 303189 frames, 543314688 bytes, 448.00 kbps, fifo 256
[14:08:38] mux: track 3, 1965 frames, 2979782 bytes, 2.46 kbps, fifo 8
[14:08:38] decomb: deinterlaced 0 | blended 144 | unfiltered 232468 | total 232612
[14:08:38] libhb: work result = 0
Rip done!
HandBrake has exited.
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by JohnAStebbins »

Here's another attempt at fixing this problem. Should be in the next nightly.
https://trac.handbrake.fr/changeset/4352
Navier
Posts: 2
Joined: Tue Nov 15, 2011 9:16 am

Re: [svn3972 Bug] Existing subtitle cause duration of "13:15

Post by Navier »

Wow, awesome response time! You just crushed many companies who charge $K per year in support!

I was able to test out this patch tonight and svn4353 is my new favorite version of HandBrake.

I was able to encode Avatar as well other DVDs without any issues. All encodes had the proper length and the subtitles worked as expected.

I will be continuing to test this with the rest of my DVDs :) My hearing limited relatives thank you!
Azhrei
Posts: 12
Joined: Tue Nov 15, 2011 6:30 am

Re: [Fixed 4352] Existing subtitle cause duration of "13:15:

Post by Azhrei »

Excellent -- I'll give it a shot as well. I only have failures on two DVDs so far, MIB1 and MIB2, and I've ripped at least three dozen using VLC. Turning off VOBSUB and leaving close captioning on worked, but I'll go back and rip them again using SVN.

Incidentally, the build process documented on the wiki doesn't indicate that the path to the created handbrake-svn/ directory must not include any spaces (the build scripts are not safe if the directory has spaces in it). Instead of wading through all of the scripts to figure out where the problem was, I just moved the directory, rm -rf build, and reconfigured and built. Seems to be working so far. (I was going to register and fix the wiki, but it appears to be locked. And the forum id isn't used for the wiki...)

Update: there's also a dependency on a text-based browser for formatting documentation. I had w3m installed it was chosen for doing the SGML -> text conversion. Unfortunately, the w3m from fink was core dumping. :( I removed it and installed elinks and the build progressed past that point (removing w3m wouldn't have been necessary since it was the last option in the CONVERT shell script). It was only documentation (only!) but I couldn't find any simple way to bypass that part of the makefile.
Torzak
Posts: 18
Joined: Thu Dec 02, 2010 9:25 am

Re: [Fixed 4352] Existing subtitle cause duration of "13:15:

Post by Torzak »

One is a 44min 4secs source that I used the closed caption track for subs since it was the only track available.

I have another that's an hour and 27mins long that I used the English (VobSub) track

This is a quote from me from an above post. I'm reporting in to say that both these sources do not exhibit this 13:15:21 bug after encoding with svn4356. It appears fixed.
Azhrei
Posts: 12
Joined: Tue Nov 15, 2011 6:30 am

Re: [BUG 4358] Existing subtitle cause duration of "13:15:

Post by Azhrei »

And it's still broken for my Men In Black DVD. :(

I can't upload images here so I've put a snapshot of my Subtitle panel configuration at this URL, along with a copy of the encoding log from SVN 4358: http://www.eeconsulting.net/handbrake/

Looking at the log I don't see anything obvious about chapter 27 (the movie is title 1, chapters 1..27).

Thanks for looking into this. I have the Handbrake source configured now (it was a fair amount of work to get all the pieces to play together nicely!) so it'll be easy to test any patches.
Post Reply