From patchwork Sun Apr 25 07:03:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Khirnov X-Patchwork-Id: 27342 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a6b:5014:0:0:0:0:0 with SMTP id e20csp2942013iob; Sun, 25 Apr 2021 00:06:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzYSaGe9xBndMERfRSwa5DiMdGW2vahSUY9gKeDIwP+mNDFa6VLhexrs0PKqOwQVRzeEYfa X-Received: by 2002:a17:906:1114:: with SMTP id h20mr12620881eja.453.1619334366268; Sun, 25 Apr 2021 00:06:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619334366; cv=none; d=google.com; s=arc-20160816; b=woyxYp/UpG+X38wso8vQgrc/45qoQx4KEGdyk0BPHp+fktrGuG4mVY0EmjAbZgDyN+ OCJRd86/MUHwQQDPbPT9rkp+r0uhEfAYlg5t05Y8z/rCDWuzBdtb/55WdayjSBICknL2 0zqSB1ZZRYlJN/JQtXm+AEDBAjzoM0p0EKhV8nyaNsvFxbtnTCtrrmTZh8B5me339a85 uqaJwjYLyUbwdygDStU3wLdEJnyN8RQKAnk6SFOImKdYO9dHndB1chppA+lG4mqVrsXw xNVJtdzszIYtqbtwL1LUiVvjCAa5RvtsORL1lDiFfjIfNBGq3bOrvuPzfSxWuF2tffrs L+Xw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:reply-to:list-subscribe :list-help:list-post:list-archive:list-unsubscribe:list-id :precedence:subject:mime-version:references:in-reply-to:message-id :date:to:from:delivered-to; bh=hjguFVj4zK6tYqWaa+w88lDU/7HbMgHTa+nEFRoDvVs=; b=CCukEIZ9bwQ0z6pTeb8VoIQXpETd2Hw19AtvYL1ALET6K74D2IarpwueVtBJj3NDHn FivnWmIrlcN9/KFA+EWC8gVT7OFwpVKqkrF2vMypx8PldcoUvU9vZ3/9GX2wc9a3SyhZ kVvdkcEPMcIvhFDxEEzShyhfBE3tKoomDT4UjkCRxb8KnMrdEiKexGXEw01bWDD6v88F JPyZ8VEkfqUc62J92jpfjJ+TBWAOUInfOwYif7a+vQySJzVnxjZpONA3KN6ttoKx+csc VOJr70i1FIntUzJIasH5eGWijjNN6Uwh3EO4RfB639GwfWmsikRDtHWqujBjEpw1GhRI vq7Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id z4si10167102ejr.490.2021.04.25.00.06.05; Sun, 25 Apr 2021 00:06:06 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A247B688124; Sun, 25 Apr 2021 10:03:53 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 53A4F687FDE for ; Sun, 25 Apr 2021 10:03:40 +0300 (EEST) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id DDA0324042A for ; Sun, 25 Apr 2021 09:03:39 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id SVVPghmDvETR for ; Sun, 25 Apr 2021 09:03:37 +0200 (CEST) Received: from libav.khirnov.net (unknown [IPv6:2a00:c500:561:201:a640:2e1a:caa3:698c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "libav.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 6B09A240697 for ; Sun, 25 Apr 2021 09:03:32 +0200 (CEST) Received: by libav.khirnov.net (Postfix, from userid 1000) id 01DD53A1098; Sun, 25 Apr 2021 09:03:28 +0200 (CEST) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Apr 2021 09:03:16 +0200 Message-Id: <20210425070320.14197-8-anton@khirnov.net> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210425070320.14197-1-anton@khirnov.net> References: <20210425070320.14197-1-anton@khirnov.net> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 08/12] fate/demux: convert flv-demux to ffprobe X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: UVEOQjJJ8L31 It can handle side data cleanly. --- tests/fate/demux.mak | 2 +- tests/ref/fate/flv-demux | 1224 +++++++++++++++++++------------------- 2 files changed, 609 insertions(+), 617 deletions(-) +format|filename=Enigma_Principles_of_Lust-part.flv|nb_streams=2|nb_programs=0|format_name=flv|start_time=0.000000|duration=210.209999|size=512000|bit_rate=19485|probe_score=100|tag:hasKeyframes=true|tag:hasMetadata=true|tag:datasize=11970544|tag:hasVideo=true|tag:canSeekToEnd=false|tag:lasttimestamp=210|tag:lastkeyframetimestamp=210|tag:audiosize=1791332|tag:hasAudio=true|tag:audiodelay=0|tag:videosize=10176110|tag:metadatadate=Sun, 27 Feb 2011 12:00:33 +0100|tag:metadatacreator=inlet media FLVTool2 v1.0.6 - http://www.inlet-media.de/flvtool2|tag:hasCuePoints=false diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak index dfc4ee2b4e..ab49be94cd 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -49,7 +49,7 @@ fate-fits-demux: tests/data/fits-multi.fits fate-fits-demux: CMD = framecrc -i $(TARGET_PATH)/tests/data/fits-multi.fits -c:v copy FATE_SAMPLES_DEMUX-$(CONFIG_FLV_DEMUXER) += fate-flv-demux -fate-flv-demux: CMD = framecrc -i $(TARGET_SAMPLES)/flv/Enigma_Principles_of_Lust-part.flv -codec copy +fate-flv-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/flv/Enigma_Principles_of_Lust-part.flv FATE_SAMPLES_DEMUX-$(CONFIG_GIF_DEMUXER) += fate-gif-demux fate-gif-demux: CMD = framecrc -i $(TARGET_SAMPLES)/gif/Newtons_cradle_animation_book_2.gif -c:v copy diff --git a/tests/ref/fate/flv-demux b/tests/ref/fate/flv-demux index 4a791754cb..30435adeb9 100644 --- a/tests/ref/fate/flv-demux +++ b/tests/ref/fate/flv-demux @@ -1,616 +1,608 @@ -#extradata 0: 39, 0xf8aa0d44 -#extradata 1: 2, 0x00b600a3 -#tb 0: 1/1000 -#media_type 0: video -#codec_id 0: h264 -#dimensions 0: 426x240 -#sar 0: 1/1 -#tb 1: 1/1000 -#media_type 1: audio -#codec_id 1: aac -#sample_rate 1: 22050 -#channel_layout 1: 3 -#channel_layout_name 1: stereo -0, 0, 0, 33, 135, 0x78b33078, S=1, 39, 0xf8aa0d44 -1, 0, 0, 46, 9, 0x07bc01b8, S=1, 2, 0x00b600a3 -0, 33, 33, 33, 92, 0x0d891dd0, F=0x0 -1, 46, 46, 46, 9, 0x07bc01b8 -0, 67, 67, 33, 14, 0x0f0f0310, F=0x0 -1, 93, 93, 46, 9, 0x08bc01d8 -0, 100, 100, 33, 14, 0x0f460317, F=0x0 -0, 133, 133, 33, 117, 0xb0db33b7, F=0x0 -1, 139, 139, 46, 89, 0x6d552ac1 -0, 167, 167, 33, 14, 0x0eb202ee, F=0x0 -1, 186, 186, 46, 155, 0x1a5a5037 -0, 200, 200, 33, 14, 0x0eea02f6, F=0x0 -1, 232, 232, 46, 281, 0xb40082f9 -0, 234, 234, 33, 117, 0xf3673453, F=0x0 -0, 267, 267, 33, 14, 0x0f790309, F=0x0 -1, 279, 279, 46, 548, 0x9b031e86 -0, 300, 300, 33, 14, 0x0fb10311, F=0x0 -1, 325, 325, 46, 472, 0xee3def63 -0, 334, 334, 33, 117, 0xff73346f, F=0x0 -0, 367, 367, 33, 14, 0x10410325, F=0x0 -1, 372, 372, 46, 489, 0xfa45f463 -0, 400, 400, 33, 14, 0x1079032d, F=0x0 -1, 418, 418, 46, 357, 0x7b01ae7d -0, 434, 434, 33, 207, 0x19755ca1, F=0x0 -1, 464, 464, 46, 262, 0x19db8399 -0, 467, 467, 33, 14, 0x110a0342, F=0x0 -0, 501, 501, 33, 14, 0x1142034a, F=0x0 -1, 511, 511, 46, 294, 0x047897e0 -0, 534, 534, 33, 179, 0xedd45a40, F=0x0 -1, 557, 557, 46, 204, 0x719961d0 -0, 567, 567, 33, 14, 0x11d1035d, F=0x0 -0, 601, 601, 33, 14, 0x120a0366, F=0x0 -1, 604, 604, 46, 275, 0xca758590 -0, 634, 634, 33, 32, 0xcee90e8b, F=0x0 -1, 650, 650, 46, 309, 0x2e799850 -0, 667, 667, 33, 30, 0xc2d20eeb, F=0x0 -1, 697, 697, 46, 280, 0xdc2b8064 -0, 701, 701, 33, 16, 0x23150504, F=0x0 -0, 734, 734, 33, 33, 0xcccf0d2d, F=0x0 -1, 743, 743, 46, 106, 0xd4cf30df -0, 767, 767, 33, 16, 0x2385050c, F=0x0 -1, 789, 789, 46, 133, 0xcd964165 -0, 801, 801, 33, 16, 0x23f50518, F=0x0 -0, 834, 834, 33, 22, 0x4ff5086a, F=0x0 -1, 836, 836, 46, 380, 0x4c6bbc27 -0, 868, 868, 33, 14, 0x14aa03c2, F=0x0 -1, 882, 882, 46, 378, 0x2b58b2d6 -0, 901, 901, 33, 14, 0x14e103c9, F=0x0 -1, 929, 929, 46, 108, 0x1998392e -0, 934, 934, 33, 55, 0xb6ef1b85, F=0x0 -0, 968, 968, 33, 14, 0x153a03da, F=0x0 -1, 975, 975, 46, 279, 0x67a488cb -0, 1001, 1001, 33, 14, 0x14bd035f, F=0x0 -1, 1022, 1022, 46, 134, 0x228c4193 -0, 1034, 1034, 33, 58, 0xe2911ae2, F=0x0 -0, 1068, 1068, 33, 39, 0x1cff1129, F=0x0 -1, 1068, 1068, 46, 162, 0x67ea49c7 -0, 1101, 1101, 33, 48, 0xaa11138a, F=0x0 -1, 1115, 1115, 46, 46, 0x40f91737 -0, 1134, 1134, 33, 319, 0x7be7a0d8, F=0x0 -1, 1161, 1161, 46, 150, 0x6be143fc -0, 1168, 1168, 33, 204, 0x23f56562, F=0x0 -0, 1201, 1201, 33, 240, 0xd3d372e2, F=0x0 -1, 1207, 1207, 46, 427, 0xc078d716 -0, 1235, 1235, 33, 305, 0x34199655, F=0x0 -1, 1254, 1254, 46, 616, 0x5f013db0 -0, 1268, 1268, 33, 217, 0x31416760, F=0x0 -1, 1300, 1300, 46, 736, 0x16978a5f -0, 1301, 1301, 33, 236, 0x150379fd, F=0x0 -0, 1335, 1335, 33, 222, 0xf71472b6, F=0x0 -1, 1347, 1347, 46, 708, 0x0d9f6e16 -0, 1368, 1368, 33, 1295, 0x2c78860b -1, 1393, 1393, 46, 717, 0xa2737c00 -0, 1401, 1401, 33, 653, 0x9aaf3eeb, F=0x0 -0, 1435, 1435, 33, 335, 0x5c24a7f2, F=0x0 -1, 1440, 1440, 46, 730, 0x0fc07b4f -0, 1468, 1468, 33, 765, 0xa7ee7d86, F=0x0 -1, 1486, 1486, 46, 756, 0xeb2d987b -0, 1502, 1502, 33, 213, 0x67c6696e, F=0x0 -1, 1533, 1533, 46, 664, 0x1c684d9f -0, 1535, 1535, 33, 464, 0x7043ec2c, F=0x0 -0, 1568, 1568, 33, 561, 0x0080105c, F=0x0 -1, 1579, 1579, 46, 751, 0xc1878274 -0, 1602, 1602, 33, 876, 0x14e3b309, F=0x0 -1, 1625, 1625, 46, 780, 0x72de91f8 -0, 1635, 1635, 33, 473, 0x3af6e71a, F=0x0 -0, 1668, 1668, 33, 272, 0x2f577eb7, F=0x0 -1, 1672, 1672, 46, 404, 0x7cadbec3 -0, 1702, 1702, 33, 281, 0xa8988539, F=0x0 -1, 1718, 1718, 46, 326, 0x15afa178 -0, 1735, 1735, 33, 315, 0xa3ed9945, F=0x0 -1, 1765, 1765, 46, 77, 0x3c7021fb -0, 1768, 1768, 33, 653, 0x143d49a0, F=0x0 -0, 1802, 1802, 33, 228, 0x81036d0c, F=0x0 -1, 1811, 1811, 46, 132, 0xc1094091 -0, 1835, 1835, 33, 265, 0x5c2481af, F=0x0 -1, 1858, 1858, 46, 266, 0x16848764 -0, 1869, 1869, 33, 362, 0xe6a4b15f, F=0x0 -0, 1902, 1902, 33, 362, 0x7e75af89, F=0x0 -1, 1904, 1904, 46, 297, 0x4ab19f82 -0, 1935, 1935, 33, 297, 0xe07e8bd9, F=0x0 -1, 1950, 1950, 46, 9, 0x13c503df -0, 1969, 1969, 33, 395, 0xa7f8ba2e, F=0x0 -1, 1997, 1997, 46, 9, 0x0abc0218 -0, 2002, 2002, 33, 149, 0xbc114287, F=0x0 -0, 2035, 2035, 33, 141, 0x644342c1, F=0x0 -1, 2043, 2043, 46, 9, 0x07bc01b8 -0, 2069, 2069, 33, 317, 0x59bb9bbb, F=0x0 -1, 2090, 2090, 46, 9, 0x07bc01b8 -0, 2102, 2102, 33, 170, 0x97464bff, F=0x0 -0, 2135, 2135, 33, 443, 0x4ff1e517, F=0x0 -1, 2136, 2136, 46, 9, 0x07bc01b8 -0, 2169, 2169, 33, 224, 0xc64e6a1b, F=0x0 -1, 2183, 2183, 46, 9, 0x07bc01b8 -0, 2202, 2202, 33, 472, 0xadd9e8af, F=0x0 -1, 2229, 2229, 46, 9, 0x07bc01b8 -0, 2236, 2236, 33, 188, 0xac6a570f, F=0x0 -0, 2269, 2269, 33, 302, 0xaff49847, F=0x0 -1, 2276, 2276, 46, 9, 0x07bc01b8 -0, 2302, 2302, 33, 125, 0x01bf3c0c, F=0x0 -1, 2322, 2322, 46, 9, 0x07bc01b8 -0, 2336, 2336, 33, 810, 0x5c048b9a, F=0x0 -1, 2368, 2368, 46, 304, 0x5c7a9945 -0, 2369, 2369, 33, 158, 0x53d450f5, F=0x0 -0, 2402, 2402, 33, 561, 0x65a7233a, F=0x0 -1, 2415, 2415, 46, 683, 0xff1f50c3 -0, 2436, 2436, 33, 383, 0xced8b27f, F=0x0 -1, 2461, 2461, 46, 681, 0xa9d462e5 -0, 2469, 2469, 33, 218, 0x10c86819, F=0x0 -0, 2503, 2503, 33, 270, 0x81a886fb, F=0x0 -1, 2508, 2508, 46, 663, 0xede65a46 -0, 2536, 2536, 33, 182, 0xfa7b5cba, F=0x0 -1, 2554, 2554, 46, 671, 0x7c3859ed -0, 2569, 2569, 33, 1063, 0x3498fd03 -1, 2601, 2601, 46, 682, 0xdce263f2 -0, 2603, 2603, 33, 3687, 0x7b022d91, F=0x0 -0, 2636, 2636, 33, 280, 0x4de69154, F=0x0 -1, 2647, 2647, 46, 698, 0x78076903 -0, 2669, 2669, 33, 475, 0x426cdeaa, F=0x0 -1, 2694, 2694, 46, 697, 0xfac9612a -0, 2703, 2703, 33, 488, 0x03dcf37e, F=0x0 -0, 2736, 2736, 33, 532, 0xb2c70c7b, F=0x0 -1, 2740, 2740, 46, 674, 0x3de15e5a -0, 2769, 2769, 33, 590, 0x674d2283, F=0x0 -1, 2786, 2786, 46, 651, 0xa4c75606 -0, 2803, 2803, 33, 683, 0x38c54334, F=0x0 -1, 2833, 2833, 46, 672, 0xc8c34e54 -0, 2836, 2836, 33, 836, 0xabb49ab2, F=0x0 -0, 2870, 2870, 33, 676, 0x03124fc9, F=0x0 -1, 2879, 2879, 46, 665, 0x928f5897 -0, 2903, 2903, 33, 731, 0x98aa5ca4, F=0x0 -1, 2926, 2926, 46, 734, 0xf0e9626f -0, 2936, 2936, 33, 839, 0xd4a69b32, F=0x0 -0, 2970, 2970, 33, 787, 0x86867c4f, F=0x0 -1, 2972, 2972, 46, 732, 0x6561709d -0, 3003, 3003, 33, 1039, 0x071b0fa8, F=0x0 -1, 3019, 3019, 46, 742, 0x700d7d86 -0, 3036, 3036, 33, 851, 0x600fafab, F=0x0 -1, 3065, 3065, 46, 748, 0xfd026ad1 -0, 3070, 3070, 33, 928, 0x8ea9cb74, F=0x0 -0, 3103, 3103, 33, 840, 0x8b41a170, F=0x0 -1, 3111, 3111, 46, 671, 0xbfa75606 -0, 3136, 3136, 33, 889, 0x2dd8ae89, F=0x0 -1, 3158, 3158, 46, 645, 0x2b4c50bd -0, 3170, 3170, 33, 789, 0x27af87cb, F=0x0 -0, 3203, 3203, 33, 1037, 0x6e71063c, F=0x0 -1, 3204, 3204, 46, 724, 0xaaa77c18 -0, 3237, 3237, 33, 1201, 0xbfbc5455, F=0x0 -1, 3251, 3251, 46, 757, 0xce638153 -0, 3270, 3270, 33, 934, 0x7be8d884, F=0x0 -1, 3297, 3297, 46, 710, 0x427b6cf9 -0, 3303, 3303, 33, 1028, 0xfa9af5d0, F=0x0 -0, 3337, 3337, 33, 1007, 0xb40b0013, F=0x0 -1, 3344, 3344, 46, 705, 0xdb9d5e6b -0, 3370, 3370, 33, 944, 0xdba1d534, F=0x0 -1, 3390, 3390, 46, 693, 0x84b562bc -0, 3403, 3403, 33, 1121, 0x18f61f5a, F=0x0 -0, 3437, 3437, 33, 1321, 0x28cb9aa8, F=0x0 -1, 3437, 3437, 46, 683, 0x0ba85781 -0, 3470, 3470, 33, 1229, 0x2d6f62ef, F=0x0 -1, 3483, 3483, 46, 668, 0x96454b35 -0, 3504, 3504, 33, 1166, 0xc3b141b9, F=0x0 -1, 3529, 3529, 46, 624, 0x89672d22 -0, 3537, 3537, 33, 1055, 0xc53e0e48, F=0x0 -0, 3570, 3570, 33, 947, 0x4faecfa6, F=0x0 -1, 3576, 3576, 46, 570, 0xe1da1fc2 -0, 3604, 3604, 33, 1117, 0xb8fa31d9, F=0x0 -1, 3622, 3622, 46, 579, 0xd091239c -0, 3637, 3637, 33, 1397, 0xb228be1a, F=0x0 -1, 3669, 3669, 46, 558, 0xdb951ae5 -0, 3670, 3670, 33, 1097, 0x955227ea, F=0x0 -0, 3704, 3704, 33, 1207, 0x5ba850c0, F=0x0 -1, 3715, 3715, 46, 510, 0x33d5069a -0, 3737, 3737, 33, 1109, 0x577d2fcd, F=0x0 -1, 3762, 3762, 46, 518, 0x21e4fc96 -0, 3770, 3770, 33, 994, 0xf3daf299, F=0x0 -0, 3804, 3804, 33, 1144, 0x3d574b78, F=0x0 -1, 3808, 3808, 46, 481, 0x7d7deda0 -0, 3837, 3837, 33, 1409, 0xf148c4bb, F=0x0 -1, 3855, 3855, 46, 443, 0xc9bbe042 -0, 3871, 3871, 33, 1205, 0xaada4f06, F=0x0 -1, 3901, 3901, 46, 413, 0xb428ca8a -0, 3904, 3904, 33, 1159, 0x3bf83010, F=0x0 -0, 3937, 3937, 33, 1207, 0x2a6457c1, F=0x0 -1, 3947, 3947, 46, 398, 0x7369c402 -0, 3971, 3971, 33, 1084, 0x77271e1d, F=0x0 -1, 3994, 3994, 46, 377, 0x8e1db9a9 -0, 4004, 4004, 33, 1539, 0xb1a9fade, F=0x0 -0, 4037, 4037, 33, 1409, 0xdcf7b97d, F=0x0 -1, 4040, 4040, 46, 364, 0xa399a9c2 -0, 4071, 4071, 33, 1275, 0x993b7ef9, F=0x0 -1, 4087, 4087, 46, 374, 0x8a30ad84 -0, 4104, 4104, 33, 1317, 0xf2f29754, F=0x0 -1, 4133, 4133, 46, 355, 0x7ad6aaa1 -0, 4137, 4137, 33, 1146, 0xae633238, F=0x0 -0, 4171, 4171, 33, 1166, 0x89be313d, F=0x0 -1, 4180, 4180, 46, 341, 0x3e549a7b -0, 4204, 4204, 33, 1272, 0x75e07674, F=0x0 -1, 4226, 4226, 46, 364, 0xb134a056 -0, 4238, 4238, 33, 1550, 0x6630039d, F=0x0 -0, 4271, 4271, 33, 1353, 0x51f6ad16, F=0x0 -1, 4272, 4272, 46, 350, 0x1f6a9ee2 -0, 4304, 4304, 33, 1251, 0x05046828, F=0x0 -1, 4319, 4319, 46, 356, 0x2aa5ad2c -0, 4338, 4338, 33, 1339, 0x44e78a57, F=0x0 -1, 4365, 4365, 46, 365, 0x26e7a5eb -0, 4371, 4371, 33, 1216, 0x2fb55067, F=0x0 -0, 4404, 4404, 33, 1222, 0xd051743c, F=0x0 -1, 4412, 4412, 46, 352, 0x89ffa564 -0, 4438, 4438, 33, 1665, 0x5a6a41dd, F=0x0 -1, 4458, 4458, 46, 374, 0x8333b502 -0, 4471, 4471, 33, 1372, 0x3abca4f1, F=0x0 -0, 4505, 4505, 33, 1611, 0x99ad11fe, F=0x0 -1, 4505, 4505, 46, 375, 0x22e4b95a -0, 4538, 4538, 33, 7010, 0x7a699d02 -1, 4551, 4551, 46, 375, 0xfb95adce -0, 4571, 4571, 33, 549, 0x0ae5102e, F=0x0 -1, 4598, 4598, 46, 376, 0xa910b02a -0, 4605, 4605, 33, 1021, 0xe53aea67, F=0x0 -0, 4638, 4638, 33, 1281, 0x53808ad5, F=0x0 -1, 4644, 4644, 46, 372, 0x5d84a2e6 -0, 4671, 4671, 33, 1267, 0x2a3c6a6d, F=0x0 -1, 4690, 4690, 46, 371, 0x6849a7b1 -0, 4705, 4705, 33, 1140, 0xe2a436ad, F=0x0 -1, 4737, 4737, 46, 365, 0xb0eaa876 -0, 4738, 4738, 33, 1289, 0xa1227538, F=0x0 -0, 4771, 4771, 33, 1127, 0xe2ad2de9, F=0x0 -1, 4783, 4783, 46, 385, 0xbea3ba29 -0, 4805, 4805, 33, 1196, 0xa16f445e, F=0x0 -1, 4830, 4830, 46, 362, 0xd20da339 -0, 4838, 4838, 33, 1520, 0x4a72f136, F=0x0 -0, 4872, 4872, 33, 1370, 0xdd6e9bda, F=0x0 -1, 4876, 4876, 46, 370, 0xf774b39b -0, 4905, 4905, 33, 1232, 0x928f6640, F=0x0 -1, 4923, 4923, 46, 369, 0x7381aca3 -0, 4938, 4938, 33, 1159, 0x9de43e90, F=0x0 -1, 4969, 4969, 46, 341, 0xbfd5ac4c -0, 4972, 4972, 33, 1183, 0xc36251d9, F=0x0 -0, 5005, 5005, 33, 1469, 0xb2b1f147, F=0x0 -1, 5016, 5016, 46, 351, 0xd044a810 -0, 5038, 5038, 33, 1468, 0xb985dd18, F=0x0 -1, 5062, 5062, 46, 365, 0xdc80af91 -0, 5072, 5072, 33, 1355, 0xf58c9413, F=0x0 -0, 5105, 5105, 33, 1303, 0x14157d32, F=0x0 -1, 5108, 5108, 46, 358, 0xd6c8b0b0 -0, 5138, 5138, 33, 1316, 0x3fc89532, F=0x0 -1, 5155, 5155, 46, 373, 0xafa1ad7e -0, 5172, 5172, 33, 1196, 0x869a529d, F=0x0 -1, 5201, 5201, 46, 367, 0x7361ad07 -0, 5205, 5205, 33, 1283, 0xd7717841, F=0x0 -0, 5239, 5239, 33, 1489, 0x13abed4a, F=0x0 -1, 5248, 5248, 46, 364, 0x2103ac58 -0, 5272, 5272, 33, 1507, 0xdbaee51a, F=0x0 -1, 5294, 5294, 46, 346, 0x01d59dbe -0, 5305, 5305, 33, 1237, 0x81b8669f, F=0x0 -0, 5339, 5339, 33, 1217, 0x3f3f6661, F=0x0 -1, 5341, 5341, 46, 362, 0xe11fad7f -0, 5372, 5372, 33, 1224, 0xe0e8653c, F=0x0 -1, 5387, 5387, 46, 360, 0x63b5a7a5 -0, 5405, 5405, 33, 1554, 0x88bf1cbc, F=0x0 -1, 5433, 5433, 46, 356, 0xce49acce -0, 5439, 5439, 33, 1465, 0xf42ddd75, F=0x0 -0, 5472, 5472, 33, 1862, 0x423c930e, F=0x0 -1, 5480, 5480, 46, 364, 0x5e1eaebb -0, 5506, 5506, 33, 1604, 0xb4e22b5d, F=0x0 -1, 5526, 5526, 46, 365, 0x3f92aad4 -0, 5539, 5539, 33, 1541, 0x1e52dd7b, F=0x0 -0, 5572, 5572, 33, 1534, 0x96adf8bb, F=0x0 -1, 5573, 5573, 46, 357, 0x8492abda -0, 5606, 5606, 33, 1336, 0x0aaa91dd, F=0x0 -1, 5619, 5619, 46, 367, 0x5524aafb -0, 5639, 5639, 33, 1761, 0xde4b6b31, F=0x0 -1, 5666, 5666, 46, 361, 0xfcc4b013 -0, 5672, 5672, 33, 1722, 0xa29a5aaf, F=0x0 -0, 5706, 5706, 33, 1442, 0xea0ce0a5, F=0x0 -1, 5712, 5712, 46, 367, 0x07d7a469 -0, 5739, 5739, 33, 1313, 0x28f889e1, F=0x0 -1, 5759, 5759, 46, 375, 0xd7d1b2cc -0, 5772, 5772, 33, 1436, 0x5464d32b, F=0x0 -1, 5805, 5805, 46, 357, 0x3e05a67b -0, 5806, 5806, 33, 1689, 0x812d4d33, F=0x0 -0, 5839, 5839, 33, 1472, 0x63f8cee6, F=0x0 -1, 5851, 5851, 46, 379, 0x968bad9d -0, 5873, 5873, 33, 1730, 0xae13704c, F=0x0 -1, 5898, 5898, 46, 361, 0xa40aac26 -0, 5906, 5906, 33, 1555, 0xfe7011be, F=0x0 -0, 5939, 5939, 33, 1486, 0x6dccd60b, F=0x0 -1, 5944, 5944, 46, 350, 0x4261a2a7 -0, 5973, 5973, 33, 1311, 0x4a64822b, F=0x0 -1, 5991, 5991, 46, 339, 0x030da15f -0, 6006, 6006, 33, 1700, 0x42583def, F=0x0 -1, 6037, 6037, 46, 336, 0x2bb699db -0, 6039, 6039, 33, 1647, 0x97a53e7d, F=0x0 -0, 6073, 6073, 33, 1663, 0x72363852, F=0x0 -1, 6084, 6084, 46, 331, 0xc3b19edc -0, 6106, 6106, 33, 1512, 0xda11e80a, F=0x0 -1, 6130, 6130, 46, 335, 0xda6e9891 -0, 6139, 6139, 33, 1370, 0x2618a927, F=0x0 -0, 6173, 6173, 33, 1440, 0xadd7baf0, F=0x0 -1, 6177, 6177, 46, 323, 0xdcd9943f -0, 6206, 6206, 33, 1574, 0xa2e305e8, F=0x0 -1, 6223, 6223, 46, 333, 0x34f69630 -0, 6240, 6240, 33, 1328, 0x53baa035, F=0x0 -1, 6269, 6269, 46, 335, 0x2ed79dab -0, 6273, 6273, 33, 1802, 0xc91782aa, F=0x0 -0, 6306, 6306, 33, 1619, 0x443c3ae6, F=0x0 -1, 6316, 6316, 46, 334, 0x2b0e9704 -0, 6340, 6340, 33, 1471, 0xe3a8defc, F=0x0 -1, 6362, 6362, 46, 342, 0xf47f9c97 -0, 6373, 6373, 33, 1226, 0xfd2f5b3b, F=0x0 -0, 6406, 6406, 33, 1485, 0xed8be011, F=0x0 -1, 6409, 6409, 46, 358, 0xd6a6aad9 -0, 6440, 6440, 33, 1786, 0xf98572ee, F=0x0 -1, 6455, 6455, 46, 360, 0xbf5ea460 -0, 6473, 6473, 33, 1345, 0xc7d39a6a, F=0x0 -1, 6502, 6502, 46, 357, 0xe5bba75c -0, 6507, 6507, 33, 8275, 0x7a7115f7 -0, 6540, 6540, 33, 698, 0x45955de0, F=0x0 -1, 6548, 6548, 46, 336, 0x9da89baf -0, 6573, 6573, 33, 1298, 0x382a8e39, F=0x0 -1, 6594, 6594, 46, 343, 0x0f749ed3 -0, 6607, 6607, 33, 1454, 0xb6e4c8c1, F=0x0 -0, 6640, 6640, 33, 1352, 0x39738c55, F=0x0 -1, 6641, 6641, 46, 324, 0x63989376 -0, 6673, 6673, 33, 1609, 0xaf601cb7, F=0x0 -1, 6687, 6687, 46, 322, 0x5c429514 -0, 6707, 6707, 33, 1476, 0xc020de0c, F=0x0 -1, 6734, 6734, 46, 328, 0xad669039 -0, 6740, 6740, 33, 1391, 0xd45baf0c, F=0x0 -0, 6773, 6773, 33, 1203, 0x22855ed0, F=0x0 -1, 6780, 6780, 46, 332, 0x21fb9787 -0, 6807, 6807, 33, 1489, 0x1ce4e3d6, F=0x0 -1, 6827, 6827, 46, 343, 0x663c9d7a -0, 6840, 6840, 33, 1655, 0x0f5c30f1, F=0x0 -1, 6873, 6873, 46, 343, 0xea86a902 -0, 6874, 6874, 33, 1363, 0x97b7ad8e, F=0x0 -0, 6907, 6907, 33, 1492, 0x177eed5d, F=0x0 -1, 6920, 6920, 46, 327, 0xc3659486 -0, 6940, 6940, 33, 1397, 0xff57bf4b, F=0x0 -1, 6966, 6966, 46, 326, 0x3245a088 -0, 6974, 6974, 33, 1251, 0x1bcd7221, F=0x0 -0, 7007, 7007, 33, 1586, 0xe8d102ac, F=0x0 -1, 7012, 7012, 46, 324, 0x3f9a8f1d -0, 7040, 7040, 33, 1333, 0x2bf0a1da, F=0x0 -1, 7059, 7059, 46, 312, 0xbc969286 -0, 7074, 7074, 33, 2723, 0x576f3ace, F=0x0 -1, 7105, 7105, 46, 308, 0xbc0a8c96 -0, 7107, 7107, 33, 632, 0xe9253efd, F=0x0 -0, 7140, 7140, 33, 444, 0x701ed924, F=0x0 -1, 7152, 7152, 46, 308, 0xfda38345 -0, 7174, 7174, 33, 1013, 0xd27f0123, F=0x0 -1, 7198, 7198, 46, 318, 0x469893ad -0, 7207, 7207, 33, 1357, 0x46979205, F=0x0 -0, 7241, 7241, 33, 1586, 0x3e9824f8, F=0x0 -1, 7245, 7245, 46, 331, 0x2d629ee2 -0, 7274, 7274, 33, 2514, 0x4329eb3d, F=0x0 -1, 7291, 7291, 46, 329, 0x6361948e -0, 7307, 7307, 33, 450, 0xa710e3d3, F=0x0 -1, 7338, 7338, 46, 333, 0x6e169a21 -0, 7341, 7341, 33, 423, 0xb239c6cf, F=0x0 -0, 7374, 7374, 33, 1161, 0x2e813244, F=0x0 -1, 7384, 7384, 46, 314, 0x37e78615 -0, 7407, 7407, 33, 1366, 0xc85eab74, F=0x0 -1, 7430, 7430, 46, 304, 0x580d9236 -0, 7441, 7441, 33, 1325, 0x53938a95, F=0x0 -0, 7474, 7474, 33, 2687, 0x40383547, F=0x0 -1, 7477, 7477, 46, 299, 0x3e41899a -0, 7508, 7508, 33, 678, 0x0c56575d, F=0x0 -1, 7523, 7523, 46, 311, 0xf62f881b -0, 7541, 7541, 33, 491, 0xdafef05e, F=0x0 -1, 7570, 7570, 46, 323, 0x68a09353 -0, 7574, 7574, 33, 1056, 0x3e5616fc, F=0x0 -0, 7608, 7608, 33, 1549, 0x5dcb04c7, F=0x0 -1, 7616, 7616, 46, 317, 0xf9f88de8 -0, 7641, 7641, 33, 2502, 0x1c21dd6b, F=0x0 -1, 7663, 7663, 46, 322, 0x204a970f -0, 7674, 7674, 33, 539, 0xef1d0e8d, F=0x0 -0, 7708, 7708, 33, 594, 0x15f324d6, F=0x0 -1, 7709, 7709, 46, 329, 0x1c4c9ee8 -0, 7741, 7741, 33, 1254, 0xe49078cb, F=0x0 -1, 7755, 7755, 46, 342, 0xc825aa35 -0, 7774, 7774, 33, 1341, 0xfb789386, F=0x0 -1, 7802, 7802, 46, 331, 0x6d1c9c33 -0, 7808, 7808, 33, 1358, 0x5a7194ad, F=0x0 -0, 7841, 7841, 33, 2336, 0x538f8a16, F=0x0 -1, 7848, 7848, 46, 343, 0x577ca504 -0, 7875, 7875, 33, 339, 0x9935a5f9, F=0x0 -1, 7895, 7895, 46, 327, 0xafb79bfe -0, 7908, 7908, 33, 2159, 0x20654dbc, F=0x0 -0, 7941, 7941, 33, 390, 0xe6c8bd90, F=0x0 -1, 7941, 7941, 46, 317, 0x773e8778 -0, 7975, 7975, 33, 479, 0xefbaf020, F=0x0 -1, 7988, 7988, 46, 313, 0x357d93ad -0, 8008, 8008, 33, 2157, 0x5cc5398b, F=0x0 -1, 8034, 8034, 46, 312, 0xaa978945 -0, 8041, 8041, 33, 429, 0x5dbecb52, F=0x0 -0, 8075, 8075, 33, 1953, 0xdb55d429, F=0x0 -1, 8081, 8081, 46, 318, 0x7a0d8c19 -0, 8108, 8108, 33, 379, 0x1d62ba4e, F=0x0 -1, 8127, 8127, 46, 325, 0x577a9868 -0, 8141, 8141, 33, 1817, 0x44fa8996, F=0x0 -1, 8173, 8173, 46, 317, 0x8ef994a7 -0, 8175, 8175, 33, 372, 0x023db80e, F=0x0 -0, 8208, 8208, 33, 1664, 0xd2d14b3f, F=0x0 -1, 8220, 8220, 46, 308, 0x0fbd8e91 -0, 8242, 8242, 33, 340, 0xc537aa42, F=0x0 -1, 8266, 8266, 46, 309, 0x31c28f1d -0, 8275, 8275, 33, 1955, 0x76f8cdb3, F=0x0 -0, 8308, 8308, 33, 485, 0x5b05f1d6, F=0x0 -1, 8313, 8313, 46, 315, 0xc27f8cbb -0, 8342, 8342, 33, 1705, 0x18385a59, F=0x0 -1, 8359, 8359, 46, 340, 0x21b3a33f -0, 8375, 8375, 33, 411, 0x70d7cae5, F=0x0 -1, 8406, 8406, 46, 326, 0xc4fd90f3 -0, 8408, 8408, 33, 1818, 0x9d6381eb, F=0x0 -0, 8442, 8442, 33, 304, 0x7825921f, F=0x0 -1, 8452, 8452, 46, 333, 0xe874961c -0, 8475, 8475, 33, 6302, 0x016c66ef -1, 8499, 8499, 46, 340, 0x342c9ce8 -0, 8509, 8509, 33, 1498, 0x42b4ef91, F=0x0 -0, 8542, 8542, 33, 434, 0xa285db46, F=0x0 -1, 8545, 8545, 46, 338, 0x204b9c1d -0, 8575, 8575, 33, 1643, 0xe0d322b1, F=0x0 -1, 8591, 8591, 46, 357, 0xa4b09fab -0, 8609, 8609, 33, 213, 0xfc1b64b4, F=0x0 -1, 8638, 8638, 46, 340, 0x7bfa9f7d -0, 8642, 8642, 33, 1820, 0x612577a5, F=0x0 -0, 8675, 8675, 33, 264, 0x1b3b7d63, F=0x0 -1, 8684, 8684, 46, 335, 0x965e9ca0 -0, 8709, 8709, 33, 1461, 0x6392d1d0, F=0x0 -1, 8731, 8731, 46, 322, 0x278791b7 -0, 8742, 8742, 33, 239, 0x34206e81, F=0x0 -0, 8775, 8775, 33, 1581, 0xa53714ca, F=0x0 -1, 8777, 8777, 46, 318, 0xac96910c -0, 8809, 8809, 33, 212, 0x356e6502, F=0x0 -1, 8824, 8824, 46, 326, 0xdb2897c6 -0, 8842, 8842, 33, 1351, 0x42f5bb96, F=0x0 -1, 8870, 8870, 46, 341, 0x6e00a7ba -0, 8876, 8876, 33, 448, 0x82afd887, F=0x0 -0, 8909, 8909, 33, 1403, 0x461cc0fa, F=0x0 -1, 8916, 8916, 46, 319, 0xfe8d8f11 -0, 8942, 8942, 33, 491, 0xcc36f0ac, F=0x0 -1, 8963, 8963, 46, 303, 0xa81c8418 -0, 8976, 8976, 33, 1606, 0xe6572381, F=0x0 -0, 9009, 9009, 33, 304, 0x17d49e7b, F=0x0 -1, 9009, 9009, 46, 291, 0x931a88a8 -0, 9042, 9042, 33, 1537, 0x2506027c, F=0x0 -1, 9056, 9056, 46, 307, 0xd06c8de9 -0, 9076, 9076, 33, 342, 0x27c1a7d7, F=0x0 -1, 9102, 9102, 46, 335, 0xc4449e94 -0, 9109, 9109, 33, 1405, 0x2fbbcb89, F=0x0 -0, 9142, 9142, 33, 351, 0x5529b047, F=0x0 -1, 9149, 9149, 46, 348, 0xb347a000 -0, 9176, 9176, 33, 1451, 0x9455d96b, F=0x0 -1, 9195, 9195, 46, 346, 0xb36ea5a2 -0, 9209, 9209, 33, 490, 0xda00f1ab, F=0x0 -1, 9242, 9242, 46, 333, 0xfec69e56 -0, 9243, 9243, 33, 1524, 0x7752edff, F=0x0 -0, 9276, 9276, 33, 556, 0xea4f0e24, F=0x0 -1, 9288, 9288, 46, 338, 0x24a694c0 -0, 9309, 9309, 33, 1414, 0x780ecb26, F=0x0 -1, 9334, 9334, 46, 328, 0xbf0498ea -0, 9343, 9343, 33, 808, 0xe60b85d4, F=0x0 -0, 9376, 9376, 33, 871, 0xc49ab01a, F=0x0 -1, 9381, 9381, 46, 334, 0x725b97da -0, 9409, 9409, 33, 562, 0x5bf11537, F=0x0 -1, 9427, 9427, 46, 364, 0x44089f50 -0, 9443, 9443, 33, 711, 0x41db5a9a, F=0x0 -1, 9474, 9474, 46, 350, 0xedeb9e1d -0, 9476, 9476, 33, 1209, 0x977c4e31, F=0x0 -0, 9510, 9510, 33, 483, 0xd883e689, F=0x0 -1, 9520, 9520, 46, 348, 0x5dd39c4a -0, 9543, 9543, 33, 422, 0xf7e3d366, F=0x0 -1, 9567, 9567, 46, 354, 0x202d9eff -0, 9576, 9576, 33, 533, 0x7da70555, F=0x0 -0, 9610, 9610, 33, 490, 0xb209e261, F=0x0 -1, 9613, 9613, 46, 358, 0xdd3ea998 -0, 9643, 9643, 33, 972, 0x0cf2e4b0, F=0x0 -1, 9660, 9660, 46, 361, 0xa7b6a4c6 -0, 9676, 9676, 33, 370, 0x75bfafd5, F=0x0 -1, 9706, 9706, 46, 354, 0xa20aa059 -0, 9710, 9710, 33, 348, 0xf094a48a, F=0x0 -0, 9743, 9743, 33, 449, 0xa08de29e, F=0x0 -1, 9752, 9752, 46, 369, 0x81c9af74 -0, 9776, 9776, 33, 447, 0x9392d7bf, F=0x0 -1, 9799, 9799, 46, 359, 0xbbd4b06e -0, 9810, 9810, 33, 414, 0xcc62c97e, F=0x0 -0, 9843, 9843, 33, 467, 0x37a5e9e0, F=0x0 -1, 9845, 9845, 46, 348, 0x1f2ba0bb -0, 9877, 9877, 33, 890, 0x107fb1a3, F=0x0 -1, 9892, 9892, 46, 346, 0x0ad5a08c -0, 9910, 9910, 33, 387, 0x876ec0ab, F=0x0 -1, 9938, 9938, 46, 350, 0x9802a830 -0, 9943, 9943, 33, 351, 0x2ed7a355, F=0x0 -0, 9977, 9977, 33, 720, 0x153d6916, F=0x0 -1, 9985, 9985, 46, 359, 0xce55a942 -0, 10010, 10010, 33, 855, 0xc2f4a51e, F=0x0 -1, 10031, 10031, 46, 355, 0xa31ca014 -0, 10043, 10043, 33, 742, 0xc13b6868, F=0x0 -0, 10077, 10077, 33, 835, 0x5c80a1fd, F=0x0 -1, 10077, 10077, 46, 320, 0xb71b8f6a -0, 10110, 10110, 33, 1610, 0xba612dab, F=0x0 -1, 10124, 10124, 46, 348, 0x221b9e6d -0, 10143, 10143, 33, 637, 0xc25a3725, F=0x0 -1, 10170, 10170, 46, 370, 0xe989a4ed -0, 10177, 10177, 33, 614, 0xb7922aa2, F=0x0 -0, 10210, 10210, 33, 1143, 0x576a3cac, F=0x0 -1, 10217, 10217, 46, 353, 0x3e11a44b -0, 10244, 10244, 33, 1262, 0xa7f475fb, F=0x0 -1, 10263, 10263, 46, 367, 0x9644abd4 -0, 10277, 10277, 33, 1618, 0x36443ddd, F=0x0 -0, 10310, 10310, 33, 2345, 0x25ad71dc, F=0x0 -1, 10310, 10310, 46, 350, 0xa088a836 -0, 10344, 10344, 33, 1029, 0x597303d7, F=0x0 -1, 10356, 10356, 46, 353, 0x7d9fa7d0 -0, 10377, 10377, 33, 932, 0x064bcca7, F=0x0 -1, 10403, 10403, 46, 336, 0x397398a2 -0, 10410, 10410, 33, 1688, 0x5ed257c1, F=0x0 -0, 10444, 10444, 33, 4159, 0x897c3370 -1, 10449, 10449, 46, 334, 0xa321a038 -0, 10477, 10477, 33, 2039, 0x930cfb12, F=0x0 -1, 10495, 10495, 46, 358, 0x61e2a2c5 -0, 10511, 10511, 33, 614, 0x1edc250b, F=0x0 -1, 10542, 10542, 46, 344, 0xa7189dd0 -0, 10544, 10544, 33, 1749, 0x79655b63, F=0x0 -0, 10577, 10577, 33, 2609, 0x834f110a, F=0x0 -1, 10588, 10588, 46, 344, 0x85739a8f -0, 10611, 10611, 33, 689, 0x47c85a40, F=0x0 -1, 10635, 10635, 46, 356, 0x54b4a63b -0, 10644, 10644, 33, 2259, 0xfbef6b65, F=0x0 -0, 10677, 10677, 33, 2494, 0x3f5fc8d0, F=0x0 -1, 10681, 10681, 46, 354, 0x1528aa5c -0, 10711, 10711, 33, 2457, 0xc427c17e, F=0x0 -1, 10728, 10728, 46, 330, 0xe44f959b -0, 10744, 10744, 33, 2476, 0x8bbbd064, F=0x0 -1, 10774, 10774, 46, 328, 0x0b70968c -0, 10777, 10777, 33, 2560, 0x0b04f7d7, F=0x0 -0, 10811, 10811, 33, 2679, 0x02d74002, F=0x0 -1, 10820, 10820, 46, 351, 0xcef29fe7 -0, 10844, 10844, 33, 2795, 0x6a166090, F=0x0 -1, 10867, 10867, 46, 364, 0xe542aed9 -0, 10878, 10878, 33, 2927, 0xfdb899de, F=0x0 -0, 10911, 10911, 33, 2437, 0x5ac9ba9b, F=0x0 -1, 10913, 10913, 46, 365, 0x3697a967 -0, 10944, 10944, 33, 2663, 0xa4412f2e, F=0x0 -1, 10960, 10960, 46, 341, 0xe1a59f5c -0, 10978, 10978, 33, 2688, 0x48db425f, F=0x0 -1, 11006, 11006, 46, 330, 0x96fb8da1 -0, 11011, 11011, 33, 2727, 0x12db4729, F=0x0 -0, 11044, 11044, 33, 2747, 0xc3945324, F=0x0 -1, 11053, 11053, 46, 358, 0x89eca01e -0, 11078, 11078, 33, 3602, 0x32bd0c05, F=0x0 -1, 11099, 11099, 46, 367, 0x77f2b3d3 -0, 11111, 11111, 33, 1334, 0x1cdfa159, F=0x0 -0, 11144, 11144, 33, 2562, 0x4985e43f, F=0x0 -1, 11146, 11146, 46, 353, 0x73499f01 -0, 11178, 11178, 33, 2917, 0x7b999fc2, F=0x0 -1, 11192, 11192, 46, 336, 0xb8b9a2a0 -0, 11211, 11211, 33, 2788, 0x94a75a97, F=0x0 -1, 11238, 11238, 46, 329, 0xb80a8e3f -0, 11245, 11245, 33, 2876, 0x4da3a1e2, F=0x0 -0, 11278, 11278, 33, 2782, 0x0018739c, F=0x0 -1, 11285, 11285, 46, 323, 0x36929c3b -0, 11311, 11311, 33, 2393, 0xd5d6b66d, F=0x0 -1, 11331, 11331, 46, 328, 0xc22b9604 -0, 11345, 11345, 33, 2773, 0x969452e3, F=0x0 -0, 11378, 11378, 33, 2972, 0xcf93d2ca, F=0x0 -1, 11378, 11378, 46, 345, 0x76eda9c7 -0, 11411, 11411, 33, 3480, 0x7000d659, F=0x0 -1, 11424, 11424, 46, 345, 0xd34da6bb -0, 11445, 11445, 33, 1078, 0xd89b1b88, F=0x0 -1, 11471, 11471, 46, 349, 0xa7a1a1a9 -0, 11478, 11478, 33, 3385, 0xb57695e3, F=0x0 -0, 11512, 11512, 33, 1408, 0xe155b5f3, F=0x0 -1, 11517, 11517, 46, 340, 0x5ae5942f -0, 11545, 11545, 33, 2543, 0x77d5eee5, F=0x0 -1, 11564, 11564, 46, 352, 0xf105a26a -0, 11578, 11578, 33, 3609, 0x3a02f82d, F=0x0 -1, 11610, 11610, 46, 345, 0xf6a29dda -0, 11612, 11612, 33, 1078, 0x501d1c72, F=0x0 -0, 11645, 11645, 33, 2600, 0xdf370d24, F=0x0 -1, 11656, 11656, 46, 346, 0x8899a188 -0, 11678, 11678, 33, 1190, 0xdc1e4c99, F=0x0 +packet|codec_type=audio|stream_index=1|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=46|duration_time=0.046000|size=9|pos=3241|flags=K_side_data|side_data_type=New Extradata +|data_hash=CRC32:bbb61b93 +packet|codec_type=video|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=33|duration_time=0.033000|size=135|pos=3267|flags=K_side_data|side_data_type=New Extradata +|data_hash=CRC32:3f2ccc9e +packet|codec_type=video|stream_index=0|pts=33|pts_time=0.033000|dts=33|dts_time=0.033000|duration=33|duration_time=0.033000|size=92|pos=3422|flags=__|data_hash=CRC32:c14e72b2 +packet|codec_type=audio|stream_index=1|pts=46|pts_time=0.046000|dts=46|dts_time=0.046000|duration=46|duration_time=0.046000|size=9|pos=3534|flags=K_|data_hash=CRC32:bbb61b93 +packet|codec_type=video|stream_index=0|pts=67|pts_time=0.067000|dts=67|dts_time=0.067000|duration=33|duration_time=0.033000|size=14|pos=3560|flags=__|data_hash=CRC32:0b3c3ab4 +packet|codec_type=audio|stream_index=1|pts=93|pts_time=0.093000|dts=93|dts_time=0.093000|duration=46|duration_time=0.046000|size=9|pos=3594|flags=K_|data_hash=CRC32:42c079c5 +packet|codec_type=video|stream_index=0|pts=100|pts_time=0.100000|dts=100|dts_time=0.100000|duration=33|duration_time=0.033000|size=14|pos=3620|flags=__|data_hash=CRC32:280ad88b +packet|codec_type=video|stream_index=0|pts=133|pts_time=0.133000|dts=133|dts_time=0.133000|duration=33|duration_time=0.033000|size=117|pos=3654|flags=__|data_hash=CRC32:376f2497 +packet|codec_type=audio|stream_index=1|pts=139|pts_time=0.139000|dts=139|dts_time=0.139000|duration=46|duration_time=0.046000|size=89|pos=3791|flags=K_|data_hash=CRC32:548db44a +packet|codec_type=video|stream_index=0|pts=167|pts_time=0.167000|dts=167|dts_time=0.167000|duration=33|duration_time=0.033000|size=14|pos=3897|flags=__|data_hash=CRC32:0811a146 +packet|codec_type=audio|stream_index=1|pts=186|pts_time=0.186000|dts=186|dts_time=0.186000|duration=46|duration_time=0.046000|size=155|pos=3931|flags=K_|data_hash=CRC32:a7111723 +packet|codec_type=video|stream_index=0|pts=200|pts_time=0.200000|dts=200|dts_time=0.200000|duration=33|duration_time=0.033000|size=14|pos=4103|flags=__|data_hash=CRC32:3bfeef21 +packet|codec_type=audio|stream_index=1|pts=232|pts_time=0.232000|dts=232|dts_time=0.232000|duration=46|duration_time=0.046000|size=281|pos=4137|flags=K_|data_hash=CRC32:27f537aa +packet|codec_type=video|stream_index=0|pts=234|pts_time=0.234000|dts=234|dts_time=0.234000|duration=33|duration_time=0.033000|size=117|pos=4435|flags=__|data_hash=CRC32:2bc5eba8 +packet|codec_type=video|stream_index=0|pts=267|pts_time=0.267000|dts=267|dts_time=0.267000|duration=33|duration_time=0.033000|size=14|pos=4572|flags=__|data_hash=CRC32:0033671d +packet|codec_type=audio|stream_index=1|pts=279|pts_time=0.279000|dts=279|dts_time=0.279000|duration=46|duration_time=0.046000|size=548|pos=4606|flags=K_|data_hash=CRC32:7ab3c7cb +packet|codec_type=video|stream_index=0|pts=300|pts_time=0.300000|dts=300|dts_time=0.300000|duration=33|duration_time=0.033000|size=14|pos=5171|flags=__|data_hash=CRC32:dfb4f951 +packet|codec_type=audio|stream_index=1|pts=325|pts_time=0.325000|dts=325|dts_time=0.325000|duration=46|duration_time=0.046000|size=472|pos=5205|flags=K_|data_hash=CRC32:d10a7849 +packet|codec_type=video|stream_index=0|pts=334|pts_time=0.334000|dts=334|dts_time=0.334000|duration=33|duration_time=0.033000|size=117|pos=5694|flags=__|data_hash=CRC32:97814fc1 +packet|codec_type=video|stream_index=0|pts=367|pts_time=0.367000|dts=367|dts_time=0.367000|duration=33|duration_time=0.033000|size=14|pos=5831|flags=__|data_hash=CRC32:3c206b65 +packet|codec_type=audio|stream_index=1|pts=372|pts_time=0.372000|dts=372|dts_time=0.372000|duration=46|duration_time=0.046000|size=489|pos=5865|flags=K_|data_hash=CRC32:4d3f1f03 +packet|codec_type=video|stream_index=0|pts=400|pts_time=0.400000|dts=400|dts_time=0.400000|duration=33|duration_time=0.033000|size=14|pos=6371|flags=__|data_hash=CRC32:0fcf2502 +packet|codec_type=audio|stream_index=1|pts=418|pts_time=0.418000|dts=418|dts_time=0.418000|duration=46|duration_time=0.046000|size=357|pos=6405|flags=K_|data_hash=CRC32:eccea9c1 +packet|codec_type=video|stream_index=0|pts=434|pts_time=0.434000|dts=434|dts_time=0.434000|duration=33|duration_time=0.033000|size=207|pos=6779|flags=__|data_hash=CRC32:86bab8df +packet|codec_type=audio|stream_index=1|pts=464|pts_time=0.464000|dts=464|dts_time=0.464000|duration=46|duration_time=0.046000|size=262|pos=7006|flags=K_|data_hash=CRC32:50b0e3b7 +packet|codec_type=video|stream_index=0|pts=467|pts_time=0.467000|dts=467|dts_time=0.467000|duration=33|duration_time=0.033000|size=14|pos=7285|flags=__|data_hash=CRC32:8704a589 +packet|codec_type=video|stream_index=0|pts=501|pts_time=0.501000|dts=501|dts_time=0.501000|duration=33|duration_time=0.033000|size=14|pos=7319|flags=__|data_hash=CRC32:d3357720 +packet|codec_type=audio|stream_index=1|pts=511|pts_time=0.511000|dts=511|dts_time=0.511000|duration=46|duration_time=0.046000|size=294|pos=7353|flags=K_|data_hash=CRC32:805a1f22 +packet|codec_type=video|stream_index=0|pts=534|pts_time=0.534000|dts=534|dts_time=0.534000|duration=33|duration_time=0.033000|size=179|pos=7664|flags=__|data_hash=CRC32:5b61c9b6 +packet|codec_type=audio|stream_index=1|pts=557|pts_time=0.557000|dts=557|dts_time=0.557000|duration=46|duration_time=0.046000|size=204|pos=7863|flags=K_|data_hash=CRC32:7f4a9c90 +packet|codec_type=video|stream_index=0|pts=567|pts_time=0.567000|dts=567|dts_time=0.567000|duration=33|duration_time=0.033000|size=14|pos=8084|flags=__|data_hash=CRC32:44067395 +packet|codec_type=video|stream_index=0|pts=601|pts_time=0.601000|dts=601|dts_time=0.601000|duration=33|duration_time=0.033000|size=14|pos=8118|flags=__|data_hash=CRC32:00ee0d64 +packet|codec_type=audio|stream_index=1|pts=604|pts_time=0.604000|dts=604|dts_time=0.604000|duration=46|duration_time=0.046000|size=275|pos=8152|flags=K_|data_hash=CRC32:d04e94cd +packet|codec_type=video|stream_index=0|pts=634|pts_time=0.634000|dts=634|dts_time=0.634000|duration=33|duration_time=0.033000|size=32|pos=8444|flags=__|data_hash=CRC32:41c4e3cb +packet|codec_type=audio|stream_index=1|pts=650|pts_time=0.650000|dts=650|dts_time=0.650000|duration=46|duration_time=0.046000|size=309|pos=8496|flags=K_|data_hash=CRC32:c3b4718d +packet|codec_type=video|stream_index=0|pts=667|pts_time=0.667000|dts=667|dts_time=0.667000|duration=33|duration_time=0.033000|size=30|pos=8822|flags=__|data_hash=CRC32:9894f2b3 +packet|codec_type=audio|stream_index=1|pts=697|pts_time=0.697000|dts=697|dts_time=0.697000|duration=46|duration_time=0.046000|size=280|pos=8872|flags=K_|data_hash=CRC32:683aa168 +packet|codec_type=video|stream_index=0|pts=701|pts_time=0.701000|dts=701|dts_time=0.701000|duration=33|duration_time=0.033000|size=16|pos=9169|flags=__|data_hash=CRC32:33031360 +packet|codec_type=video|stream_index=0|pts=734|pts_time=0.734000|dts=734|dts_time=0.734000|duration=33|duration_time=0.033000|size=33|pos=9205|flags=__|data_hash=CRC32:4cb9408b +packet|codec_type=audio|stream_index=1|pts=743|pts_time=0.743000|dts=743|dts_time=0.743000|duration=46|duration_time=0.046000|size=106|pos=9258|flags=K_|data_hash=CRC32:d3693544 +packet|codec_type=video|stream_index=0|pts=767|pts_time=0.767000|dts=767|dts_time=0.767000|duration=33|duration_time=0.033000|size=16|pos=9381|flags=__|data_hash=CRC32:ebca8d2b +packet|codec_type=audio|stream_index=1|pts=789|pts_time=0.789000|dts=789|dts_time=0.789000|duration=46|duration_time=0.046000|size=133|pos=9417|flags=K_|data_hash=CRC32:848dc228 +packet|codec_type=video|stream_index=0|pts=801|pts_time=0.801000|dts=801|dts_time=0.801000|duration=33|duration_time=0.033000|size=16|pos=9567|flags=__|data_hash=CRC32:9d238d80 +packet|codec_type=video|stream_index=0|pts=834|pts_time=0.834000|dts=834|dts_time=0.834000|duration=33|duration_time=0.033000|size=22|pos=9603|flags=__|data_hash=CRC32:d606882e +packet|codec_type=audio|stream_index=1|pts=836|pts_time=0.836000|dts=836|dts_time=0.836000|duration=46|duration_time=0.046000|size=380|pos=9645|flags=K_|data_hash=CRC32:70b58912 +packet|codec_type=video|stream_index=0|pts=868|pts_time=0.868000|dts=868|dts_time=0.868000|duration=33|duration_time=0.033000|size=14|pos=10042|flags=__|data_hash=CRC32:39d914b1 +packet|codec_type=audio|stream_index=1|pts=882|pts_time=0.882000|dts=882|dts_time=0.882000|duration=46|duration_time=0.046000|size=378|pos=10076|flags=K_|data_hash=CRC32:7eaf35cb +packet|codec_type=video|stream_index=0|pts=901|pts_time=0.901000|dts=901|dts_time=0.901000|duration=33|duration_time=0.033000|size=14|pos=10471|flags=__|data_hash=CRC32:1aeff68e +packet|codec_type=audio|stream_index=1|pts=929|pts_time=0.929000|dts=929|dts_time=0.929000|duration=46|duration_time=0.046000|size=108|pos=10505|flags=K_|data_hash=CRC32:8bf2b703 +packet|codec_type=video|stream_index=0|pts=934|pts_time=0.934000|dts=934|dts_time=0.934000|duration=33|duration_time=0.033000|size=55|pos=10630|flags=__|data_hash=CRC32:26064135 +packet|codec_type=video|stream_index=0|pts=968|pts_time=0.968000|dts=968|dts_time=0.968000|duration=33|duration_time=0.033000|size=14|pos=10705|flags=__|data_hash=CRC32:abb369c4 +packet|codec_type=audio|stream_index=1|pts=975|pts_time=0.975000|dts=975|dts_time=0.975000|duration=46|duration_time=0.046000|size=279|pos=10739|flags=K_|data_hash=CRC32:6bff85a8 +packet|codec_type=video|stream_index=0|pts=1001|pts_time=1.001000|dts=1001|dts_time=1.001000|duration=33|duration_time=0.033000|size=14|pos=11035|flags=__|data_hash=CRC32:1af77344 +packet|codec_type=audio|stream_index=1|pts=1022|pts_time=1.022000|dts=1022|dts_time=1.022000|duration=46|duration_time=0.046000|size=134|pos=11069|flags=K_|data_hash=CRC32:349e2a8c +packet|codec_type=video|stream_index=0|pts=1034|pts_time=1.034000|dts=1034|dts_time=1.034000|duration=33|duration_time=0.033000|size=58|pos=11220|flags=__|data_hash=CRC32:8b2e7991 +packet|codec_type=audio|stream_index=1|pts=1068|pts_time=1.068000|dts=1068|dts_time=1.068000|duration=46|duration_time=0.046000|size=162|pos=11298|flags=K_|data_hash=CRC32:f64effd2 +packet|codec_type=video|stream_index=0|pts=1068|pts_time=1.068000|dts=1068|dts_time=1.068000|duration=33|duration_time=0.033000|size=39|pos=11477|flags=__|data_hash=CRC32:0ae377c8 +packet|codec_type=video|stream_index=0|pts=1101|pts_time=1.101000|dts=1101|dts_time=1.101000|duration=33|duration_time=0.033000|size=48|pos=11536|flags=__|data_hash=CRC32:1bc6d22d +packet|codec_type=audio|stream_index=1|pts=1115|pts_time=1.115000|dts=1115|dts_time=1.115000|duration=46|duration_time=0.046000|size=46|pos=11604|flags=K_|data_hash=CRC32:3dfbc696 +packet|codec_type=video|stream_index=0|pts=1134|pts_time=1.134000|dts=1134|dts_time=1.134000|duration=33|duration_time=0.033000|size=319|pos=11667|flags=__|data_hash=CRC32:39d9a172 +packet|codec_type=audio|stream_index=1|pts=1161|pts_time=1.161000|dts=1161|dts_time=1.161000|duration=46|duration_time=0.046000|size=150|pos=12006|flags=K_|data_hash=CRC32:eec82a0f +packet|codec_type=video|stream_index=0|pts=1168|pts_time=1.168000|dts=1168|dts_time=1.168000|duration=33|duration_time=0.033000|size=204|pos=12173|flags=__|data_hash=CRC32:96683004 +packet|codec_type=video|stream_index=0|pts=1201|pts_time=1.201000|dts=1201|dts_time=1.201000|duration=33|duration_time=0.033000|size=240|pos=12397|flags=__|data_hash=CRC32:65f1defa +packet|codec_type=audio|stream_index=1|pts=1207|pts_time=1.207000|dts=1207|dts_time=1.207000|duration=46|duration_time=0.046000|size=427|pos=12657|flags=K_|data_hash=CRC32:e8361847 +packet|codec_type=video|stream_index=0|pts=1235|pts_time=1.235000|dts=1235|dts_time=1.235000|duration=33|duration_time=0.033000|size=305|pos=13101|flags=__|data_hash=CRC32:12e13d9c +packet|codec_type=audio|stream_index=1|pts=1254|pts_time=1.254000|dts=1254|dts_time=1.254000|duration=46|duration_time=0.046000|size=616|pos=13426|flags=K_|data_hash=CRC32:65e6a966 +packet|codec_type=video|stream_index=0|pts=1268|pts_time=1.268000|dts=1268|dts_time=1.268000|duration=33|duration_time=0.033000|size=217|pos=14059|flags=__|data_hash=CRC32:741596bf +packet|codec_type=audio|stream_index=1|pts=1300|pts_time=1.300000|dts=1300|dts_time=1.300000|duration=46|duration_time=0.046000|size=736|pos=14296|flags=K_|data_hash=CRC32:bf178137 +packet|codec_type=video|stream_index=0|pts=1301|pts_time=1.301000|dts=1301|dts_time=1.301000|duration=33|duration_time=0.033000|size=236|pos=15049|flags=__|data_hash=CRC32:e857a41f +packet|codec_type=video|stream_index=0|pts=1335|pts_time=1.335000|dts=1335|dts_time=1.335000|duration=33|duration_time=0.033000|size=222|pos=15305|flags=__|data_hash=CRC32:02e5c508 +packet|codec_type=audio|stream_index=1|pts=1347|pts_time=1.347000|dts=1347|dts_time=1.347000|duration=46|duration_time=0.046000|size=708|pos=15547|flags=K_|data_hash=CRC32:cd4df572 +packet|codec_type=video|stream_index=0|pts=1368|pts_time=1.368000|dts=1368|dts_time=1.368000|duration=33|duration_time=0.033000|size=1295|pos=16272|flags=K_|data_hash=CRC32:65d347c4 +packet|codec_type=audio|stream_index=1|pts=1393|pts_time=1.393000|dts=1393|dts_time=1.393000|duration=46|duration_time=0.046000|size=717|pos=17587|flags=K_|data_hash=CRC32:72de4551 +packet|codec_type=video|stream_index=0|pts=1401|pts_time=1.401000|dts=1401|dts_time=1.401000|duration=33|duration_time=0.033000|size=653|pos=18321|flags=__|data_hash=CRC32:b9f01826 +packet|codec_type=video|stream_index=0|pts=1435|pts_time=1.435000|dts=1435|dts_time=1.435000|duration=33|duration_time=0.033000|size=335|pos=18994|flags=__|data_hash=CRC32:9e2e9463 +packet|codec_type=audio|stream_index=1|pts=1440|pts_time=1.440000|dts=1440|dts_time=1.440000|duration=46|duration_time=0.046000|size=730|pos=19349|flags=K_|data_hash=CRC32:8f424fb7 +packet|codec_type=video|stream_index=0|pts=1468|pts_time=1.468000|dts=1468|dts_time=1.468000|duration=33|duration_time=0.033000|size=765|pos=20096|flags=__|data_hash=CRC32:09b3b571 +packet|codec_type=audio|stream_index=1|pts=1486|pts_time=1.486000|dts=1486|dts_time=1.486000|duration=46|duration_time=0.046000|size=756|pos=20881|flags=K_|data_hash=CRC32:4921e8da +packet|codec_type=video|stream_index=0|pts=1502|pts_time=1.502000|dts=1502|dts_time=1.502000|duration=33|duration_time=0.033000|size=213|pos=21654|flags=__|data_hash=CRC32:c7c9280a +packet|codec_type=audio|stream_index=1|pts=1533|pts_time=1.533000|dts=1533|dts_time=1.533000|duration=46|duration_time=0.046000|size=664|pos=21887|flags=K_|data_hash=CRC32:e093637e +packet|codec_type=video|stream_index=0|pts=1535|pts_time=1.535000|dts=1535|dts_time=1.535000|duration=33|duration_time=0.033000|size=464|pos=22568|flags=__|data_hash=CRC32:e555cff4 +packet|codec_type=video|stream_index=0|pts=1568|pts_time=1.568000|dts=1568|dts_time=1.568000|duration=33|duration_time=0.033000|size=561|pos=23052|flags=__|data_hash=CRC32:5e5d560b +packet|codec_type=audio|stream_index=1|pts=1579|pts_time=1.579000|dts=1579|dts_time=1.579000|duration=46|duration_time=0.046000|size=751|pos=23633|flags=K_|data_hash=CRC32:7d228f8d +packet|codec_type=video|stream_index=0|pts=1602|pts_time=1.602000|dts=1602|dts_time=1.602000|duration=33|duration_time=0.033000|size=876|pos=24401|flags=__|data_hash=CRC32:e92ee634 +packet|codec_type=audio|stream_index=1|pts=1625|pts_time=1.625000|dts=1625|dts_time=1.625000|duration=46|duration_time=0.046000|size=780|pos=25297|flags=K_|data_hash=CRC32:9b9cba9e +packet|codec_type=video|stream_index=0|pts=1635|pts_time=1.635000|dts=1635|dts_time=1.635000|duration=33|duration_time=0.033000|size=473|pos=26094|flags=__|data_hash=CRC32:4797e66e +packet|codec_type=video|stream_index=0|pts=1668|pts_time=1.668000|dts=1668|dts_time=1.668000|duration=33|duration_time=0.033000|size=272|pos=26587|flags=__|data_hash=CRC32:86c1281c +packet|codec_type=audio|stream_index=1|pts=1672|pts_time=1.672000|dts=1672|dts_time=1.672000|duration=46|duration_time=0.046000|size=404|pos=26879|flags=K_|data_hash=CRC32:89d51769 +packet|codec_type=video|stream_index=0|pts=1702|pts_time=1.702000|dts=1702|dts_time=1.702000|duration=33|duration_time=0.033000|size=281|pos=27300|flags=__|data_hash=CRC32:b5f22b1a +packet|codec_type=audio|stream_index=1|pts=1718|pts_time=1.718000|dts=1718|dts_time=1.718000|duration=46|duration_time=0.046000|size=326|pos=27601|flags=K_|data_hash=CRC32:3723e2b7 +packet|codec_type=video|stream_index=0|pts=1735|pts_time=1.735000|dts=1735|dts_time=1.735000|duration=33|duration_time=0.033000|size=315|pos=27944|flags=__|data_hash=CRC32:322931af +packet|codec_type=audio|stream_index=1|pts=1765|pts_time=1.765000|dts=1765|dts_time=1.765000|duration=46|duration_time=0.046000|size=77|pos=28279|flags=K_|data_hash=CRC32:181325ba +packet|codec_type=video|stream_index=0|pts=1768|pts_time=1.768000|dts=1768|dts_time=1.768000|duration=33|duration_time=0.033000|size=653|pos=28373|flags=__|data_hash=CRC32:53cc49de +packet|codec_type=video|stream_index=0|pts=1802|pts_time=1.802000|dts=1802|dts_time=1.802000|duration=33|duration_time=0.033000|size=228|pos=29046|flags=__|data_hash=CRC32:bb222de5 +packet|codec_type=audio|stream_index=1|pts=1811|pts_time=1.811000|dts=1811|dts_time=1.811000|duration=46|duration_time=0.046000|size=132|pos=29294|flags=K_|data_hash=CRC32:1bef55db +packet|codec_type=video|stream_index=0|pts=1835|pts_time=1.835000|dts=1835|dts_time=1.835000|duration=33|duration_time=0.033000|size=265|pos=29443|flags=__|data_hash=CRC32:d4f0d444 +packet|codec_type=audio|stream_index=1|pts=1858|pts_time=1.858000|dts=1858|dts_time=1.858000|duration=46|duration_time=0.046000|size=266|pos=29728|flags=K_|data_hash=CRC32:126ec6c3 +packet|codec_type=video|stream_index=0|pts=1869|pts_time=1.869000|dts=1869|dts_time=1.869000|duration=33|duration_time=0.033000|size=362|pos=30011|flags=__|data_hash=CRC32:a3399859 +packet|codec_type=video|stream_index=0|pts=1902|pts_time=1.902000|dts=1902|dts_time=1.902000|duration=33|duration_time=0.033000|size=362|pos=30393|flags=__|data_hash=CRC32:b4462dfc +packet|codec_type=audio|stream_index=1|pts=1904|pts_time=1.904000|dts=1904|dts_time=1.904000|duration=46|duration_time=0.046000|size=297|pos=30775|flags=K_|data_hash=CRC32:8a286293 +packet|codec_type=video|stream_index=0|pts=1935|pts_time=1.935000|dts=1935|dts_time=1.935000|duration=33|duration_time=0.033000|size=297|pos=31089|flags=__|data_hash=CRC32:ead314f3 +packet|codec_type=audio|stream_index=1|pts=1950|pts_time=1.950000|dts=1950|dts_time=1.950000|duration=46|duration_time=0.046000|size=9|pos=31406|flags=K_|data_hash=CRC32:3395d413 +packet|codec_type=video|stream_index=0|pts=1969|pts_time=1.969000|dts=1969|dts_time=1.969000|duration=33|duration_time=0.033000|size=395|pos=31432|flags=__|data_hash=CRC32:2d27c345 +packet|codec_type=audio|stream_index=1|pts=1997|pts_time=1.997000|dts=1997|dts_time=1.997000|duration=46|duration_time=0.046000|size=9|pos=31847|flags=K_|data_hash=CRC32:6b5dbb28 +packet|codec_type=video|stream_index=0|pts=2002|pts_time=2.002000|dts=2002|dts_time=2.002000|duration=33|duration_time=0.033000|size=149|pos=31873|flags=__|data_hash=CRC32:cbf3938c +packet|codec_type=video|stream_index=0|pts=2035|pts_time=2.035000|dts=2035|dts_time=2.035000|duration=33|duration_time=0.033000|size=141|pos=32042|flags=__|data_hash=CRC32:8b92a9de +packet|codec_type=audio|stream_index=1|pts=2043|pts_time=2.043000|dts=2043|dts_time=2.043000|duration=46|duration_time=0.046000|size=9|pos=32203|flags=K_|data_hash=CRC32:bbb61b93 +packet|codec_type=video|stream_index=0|pts=2069|pts_time=2.069000|dts=2069|dts_time=2.069000|duration=33|duration_time=0.033000|size=317|pos=32229|flags=__|data_hash=CRC32:5362eed3 +packet|codec_type=audio|stream_index=1|pts=2090|pts_time=2.090000|dts=2090|dts_time=2.090000|duration=46|duration_time=0.046000|size=9|pos=32566|flags=K_|data_hash=CRC32:bbb61b93 +packet|codec_type=video|stream_index=0|pts=2102|pts_time=2.102000|dts=2102|dts_time=2.102000|duration=33|duration_time=0.033000|size=170|pos=32592|flags=__|data_hash=CRC32:867c837a +packet|codec_type=video|stream_index=0|pts=2135|pts_time=2.135000|dts=2135|dts_time=2.135000|duration=33|duration_time=0.033000|size=443|pos=32782|flags=__|data_hash=CRC32:5bc93901 +packet|codec_type=audio|stream_index=1|pts=2136|pts_time=2.136000|dts=2136|dts_time=2.136000|duration=46|duration_time=0.046000|size=9|pos=33245|flags=K_|data_hash=CRC32:bbb61b93 +packet|codec_type=video|stream_index=0|pts=2169|pts_time=2.169000|dts=2169|dts_time=2.169000|duration=33|duration_time=0.033000|size=224|pos=33271|flags=__|data_hash=CRC32:8eddf111 +packet|codec_type=audio|stream_index=1|pts=2183|pts_time=2.183000|dts=2183|dts_time=2.183000|duration=46|duration_time=0.046000|size=9|pos=33515|flags=K_|data_hash=CRC32:bbb61b93 +packet|codec_type=video|stream_index=0|pts=2202|pts_time=2.202000|dts=2202|dts_time=2.202000|duration=33|duration_time=0.033000|size=472|pos=33541|flags=__|data_hash=CRC32:abe7ea6c +packet|codec_type=audio|stream_index=1|pts=2229|pts_time=2.229000|dts=2229|dts_time=2.229000|duration=46|duration_time=0.046000|size=9|pos=34033|flags=K_|data_hash=CRC32:bbb61b93 +packet|codec_type=video|stream_index=0|pts=2236|pts_time=2.236000|dts=2236|dts_time=2.236000|duration=33|duration_time=0.033000|size=188|pos=34059|flags=__|data_hash=CRC32:73b69b1a +packet|codec_type=video|stream_index=0|pts=2269|pts_time=2.269000|dts=2269|dts_time=2.269000|duration=33|duration_time=0.033000|size=302|pos=34267|flags=__|data_hash=CRC32:81ba5025 +packet|codec_type=audio|stream_index=1|pts=2276|pts_time=2.276000|dts=2276|dts_time=2.276000|duration=46|duration_time=0.046000|size=9|pos=34589|flags=K_|data_hash=CRC32:bbb61b93 +packet|codec_type=video|stream_index=0|pts=2302|pts_time=2.302000|dts=2302|dts_time=2.302000|duration=33|duration_time=0.033000|size=125|pos=34615|flags=__|data_hash=CRC32:16e31418 +packet|codec_type=audio|stream_index=1|pts=2322|pts_time=2.322000|dts=2322|dts_time=2.322000|duration=46|duration_time=0.046000|size=9|pos=34760|flags=K_|data_hash=CRC32:bbb61b93 +packet|codec_type=video|stream_index=0|pts=2336|pts_time=2.336000|dts=2336|dts_time=2.336000|duration=33|duration_time=0.033000|size=810|pos=34786|flags=__|data_hash=CRC32:409d7bc5 +packet|codec_type=audio|stream_index=1|pts=2368|pts_time=2.368000|dts=2368|dts_time=2.368000|duration=46|duration_time=0.046000|size=304|pos=35616|flags=K_|data_hash=CRC32:d7355e6f +packet|codec_type=video|stream_index=0|pts=2369|pts_time=2.369000|dts=2369|dts_time=2.369000|duration=33|duration_time=0.033000|size=158|pos=35937|flags=__|data_hash=CRC32:bb167cd2 +packet|codec_type=video|stream_index=0|pts=2402|pts_time=2.402000|dts=2402|dts_time=2.402000|duration=33|duration_time=0.033000|size=561|pos=36115|flags=__|data_hash=CRC32:582133cb +packet|codec_type=audio|stream_index=1|pts=2415|pts_time=2.415000|dts=2415|dts_time=2.415000|duration=46|duration_time=0.046000|size=683|pos=36696|flags=K_|data_hash=CRC32:0e95a3a0 +packet|codec_type=video|stream_index=0|pts=2436|pts_time=2.436000|dts=2436|dts_time=2.436000|duration=33|duration_time=0.033000|size=383|pos=37396|flags=__|data_hash=CRC32:a2c19b0b +packet|codec_type=audio|stream_index=1|pts=2461|pts_time=2.461000|dts=2461|dts_time=2.461000|duration=46|duration_time=0.046000|size=681|pos=37799|flags=K_|data_hash=CRC32:326a32e5 +packet|codec_type=video|stream_index=0|pts=2469|pts_time=2.469000|dts=2469|dts_time=2.469000|duration=33|duration_time=0.033000|size=218|pos=38497|flags=__|data_hash=CRC32:bda38cdd +packet|codec_type=video|stream_index=0|pts=2503|pts_time=2.503000|dts=2503|dts_time=2.503000|duration=33|duration_time=0.033000|size=270|pos=38735|flags=__|data_hash=CRC32:18a59365 +packet|codec_type=audio|stream_index=1|pts=2508|pts_time=2.508000|dts=2508|dts_time=2.508000|duration=46|duration_time=0.046000|size=663|pos=39025|flags=K_|data_hash=CRC32:04b4fe14 +packet|codec_type=video|stream_index=0|pts=2536|pts_time=2.536000|dts=2536|dts_time=2.536000|duration=33|duration_time=0.033000|size=182|pos=39705|flags=__|data_hash=CRC32:3f9da83b +packet|codec_type=audio|stream_index=1|pts=2554|pts_time=2.554000|dts=2554|dts_time=2.554000|duration=46|duration_time=0.046000|size=671|pos=39907|flags=K_|data_hash=CRC32:b8c62ab4 +packet|codec_type=video|stream_index=0|pts=2569|pts_time=2.569000|dts=2569|dts_time=2.569000|duration=33|duration_time=0.033000|size=1063|pos=40595|flags=K_|data_hash=CRC32:89a9f14f +packet|codec_type=audio|stream_index=1|pts=2601|pts_time=2.601000|dts=2601|dts_time=2.601000|duration=46|duration_time=0.046000|size=682|pos=41678|flags=K_|data_hash=CRC32:e95e8d23 +packet|codec_type=video|stream_index=0|pts=2603|pts_time=2.603000|dts=2603|dts_time=2.603000|duration=33|duration_time=0.033000|size=3687|pos=42377|flags=__|data_hash=CRC32:e9d6144b +packet|codec_type=video|stream_index=0|pts=2636|pts_time=2.636000|dts=2636|dts_time=2.636000|duration=33|duration_time=0.033000|size=280|pos=46084|flags=__|data_hash=CRC32:520c7765 +packet|codec_type=audio|stream_index=1|pts=2647|pts_time=2.647000|dts=2647|dts_time=2.647000|duration=46|duration_time=0.046000|size=698|pos=46384|flags=K_|data_hash=CRC32:0631a240 +packet|codec_type=video|stream_index=0|pts=2669|pts_time=2.669000|dts=2669|dts_time=2.669000|duration=33|duration_time=0.033000|size=475|pos=47099|flags=__|data_hash=CRC32:e1a7746b +packet|codec_type=audio|stream_index=1|pts=2694|pts_time=2.694000|dts=2694|dts_time=2.694000|duration=46|duration_time=0.046000|size=697|pos=47594|flags=K_|data_hash=CRC32:0e9feb04 +packet|codec_type=video|stream_index=0|pts=2703|pts_time=2.703000|dts=2703|dts_time=2.703000|duration=33|duration_time=0.033000|size=488|pos=48308|flags=__|data_hash=CRC32:ba916d5f +packet|codec_type=video|stream_index=0|pts=2736|pts_time=2.736000|dts=2736|dts_time=2.736000|duration=33|duration_time=0.033000|size=532|pos=48816|flags=__|data_hash=CRC32:bb384278 +packet|codec_type=audio|stream_index=1|pts=2740|pts_time=2.740000|dts=2740|dts_time=2.740000|duration=46|duration_time=0.046000|size=674|pos=49368|flags=K_|data_hash=CRC32:9859c9fe +packet|codec_type=video|stream_index=0|pts=2769|pts_time=2.769000|dts=2769|dts_time=2.769000|duration=33|duration_time=0.033000|size=590|pos=50059|flags=__|data_hash=CRC32:55a84515 +packet|codec_type=audio|stream_index=1|pts=2786|pts_time=2.786000|dts=2786|dts_time=2.786000|duration=46|duration_time=0.046000|size=651|pos=50669|flags=K_|data_hash=CRC32:642d943c +packet|codec_type=video|stream_index=0|pts=2803|pts_time=2.803000|dts=2803|dts_time=2.803000|duration=33|duration_time=0.033000|size=683|pos=51337|flags=__|data_hash=CRC32:ed48440d +packet|codec_type=audio|stream_index=1|pts=2833|pts_time=2.833000|dts=2833|dts_time=2.833000|duration=46|duration_time=0.046000|size=672|pos=52040|flags=K_|data_hash=CRC32:f2af0db0 +packet|codec_type=video|stream_index=0|pts=2836|pts_time=2.836000|dts=2836|dts_time=2.836000|duration=33|duration_time=0.033000|size=836|pos=52729|flags=__|data_hash=CRC32:d99a6f79 +packet|codec_type=video|stream_index=0|pts=2870|pts_time=2.870000|dts=2870|dts_time=2.870000|duration=33|duration_time=0.033000|size=676|pos=53585|flags=__|data_hash=CRC32:ed426283 +packet|codec_type=audio|stream_index=1|pts=2879|pts_time=2.879000|dts=2879|dts_time=2.879000|duration=46|duration_time=0.046000|size=665|pos=54281|flags=K_|data_hash=CRC32:d6e66995 +packet|codec_type=video|stream_index=0|pts=2903|pts_time=2.903000|dts=2903|dts_time=2.903000|duration=33|duration_time=0.033000|size=731|pos=54963|flags=__|data_hash=CRC32:9df509dc +packet|codec_type=audio|stream_index=1|pts=2926|pts_time=2.926000|dts=2926|dts_time=2.926000|duration=46|duration_time=0.046000|size=734|pos=55714|flags=K_|data_hash=CRC32:2e13e9fe +packet|codec_type=video|stream_index=0|pts=2936|pts_time=2.936000|dts=2936|dts_time=2.936000|duration=33|duration_time=0.033000|size=839|pos=56465|flags=__|data_hash=CRC32:dc12a67f +packet|codec_type=video|stream_index=0|pts=2970|pts_time=2.970000|dts=2970|dts_time=2.970000|duration=33|duration_time=0.033000|size=787|pos=57324|flags=__|data_hash=CRC32:db72a014 +packet|codec_type=audio|stream_index=1|pts=2972|pts_time=2.972000|dts=2972|dts_time=2.972000|duration=46|duration_time=0.046000|size=732|pos=58131|flags=K_|data_hash=CRC32:9cfb9b77 +packet|codec_type=video|stream_index=0|pts=3003|pts_time=3.003000|dts=3003|dts_time=3.003000|duration=33|duration_time=0.033000|size=1039|pos=58880|flags=__|data_hash=CRC32:bf96f792 +packet|codec_type=audio|stream_index=1|pts=3019|pts_time=3.019000|dts=3019|dts_time=3.019000|duration=46|duration_time=0.046000|size=742|pos=59939|flags=K_|data_hash=CRC32:51cb6568 +packet|codec_type=video|stream_index=0|pts=3036|pts_time=3.036000|dts=3036|dts_time=3.036000|duration=33|duration_time=0.033000|size=851|pos=60698|flags=__|data_hash=CRC32:45237f01 +packet|codec_type=audio|stream_index=1|pts=3065|pts_time=3.065000|dts=3065|dts_time=3.065000|duration=46|duration_time=0.046000|size=748|pos=61569|flags=K_|data_hash=CRC32:5c676c58 +packet|codec_type=video|stream_index=0|pts=3070|pts_time=3.070000|dts=3070|dts_time=3.070000|duration=33|duration_time=0.033000|size=928|pos=62334|flags=__|data_hash=CRC32:cef81f2c +packet|codec_type=video|stream_index=0|pts=3103|pts_time=3.103000|dts=3103|dts_time=3.103000|duration=33|duration_time=0.033000|size=840|pos=63282|flags=__|data_hash=CRC32:7ae6a4a0 +packet|codec_type=audio|stream_index=1|pts=3111|pts_time=3.111000|dts=3111|dts_time=3.111000|duration=46|duration_time=0.046000|size=671|pos=64142|flags=K_|data_hash=CRC32:c4c27684 +packet|codec_type=video|stream_index=0|pts=3136|pts_time=3.136000|dts=3136|dts_time=3.136000|duration=33|duration_time=0.033000|size=889|pos=64830|flags=__|data_hash=CRC32:70b13ba7 +packet|codec_type=audio|stream_index=1|pts=3158|pts_time=3.158000|dts=3158|dts_time=3.158000|duration=46|duration_time=0.046000|size=645|pos=65739|flags=K_|data_hash=CRC32:1b7b9a99 +packet|codec_type=video|stream_index=0|pts=3170|pts_time=3.170000|dts=3170|dts_time=3.170000|duration=33|duration_time=0.033000|size=789|pos=66401|flags=__|data_hash=CRC32:6ffae70e +packet|codec_type=video|stream_index=0|pts=3203|pts_time=3.203000|dts=3203|dts_time=3.203000|duration=33|duration_time=0.033000|size=1037|pos=67210|flags=__|data_hash=CRC32:acb72f8a +packet|codec_type=audio|stream_index=1|pts=3204|pts_time=3.204000|dts=3204|dts_time=3.204000|duration=46|duration_time=0.046000|size=724|pos=68267|flags=K_|data_hash=CRC32:feb7c4f3 +packet|codec_type=video|stream_index=0|pts=3237|pts_time=3.237000|dts=3237|dts_time=3.237000|duration=33|duration_time=0.033000|size=1201|pos=69008|flags=__|data_hash=CRC32:0ac77ab1 +packet|codec_type=audio|stream_index=1|pts=3251|pts_time=3.251000|dts=3251|dts_time=3.251000|duration=46|duration_time=0.046000|size=757|pos=70229|flags=K_|data_hash=CRC32:28d27dd5 +packet|codec_type=video|stream_index=0|pts=3270|pts_time=3.270000|dts=3270|dts_time=3.270000|duration=33|duration_time=0.033000|size=934|pos=71003|flags=__|data_hash=CRC32:dd16f432 +packet|codec_type=audio|stream_index=1|pts=3297|pts_time=3.297000|dts=3297|dts_time=3.297000|duration=46|duration_time=0.046000|size=710|pos=71957|flags=K_|data_hash=CRC32:fb16456d +packet|codec_type=video|stream_index=0|pts=3303|pts_time=3.303000|dts=3303|dts_time=3.303000|duration=33|duration_time=0.033000|size=1028|pos=72684|flags=__|data_hash=CRC32:d4cf8920 +packet|codec_type=video|stream_index=0|pts=3337|pts_time=3.337000|dts=3337|dts_time=3.337000|duration=33|duration_time=0.033000|size=1007|pos=73732|flags=__|data_hash=CRC32:4dfc2133 +packet|codec_type=audio|stream_index=1|pts=3344|pts_time=3.344000|dts=3344|dts_time=3.344000|duration=46|duration_time=0.046000|size=705|pos=74759|flags=K_|data_hash=CRC32:249bd165 +packet|codec_type=video|stream_index=0|pts=3370|pts_time=3.370000|dts=3370|dts_time=3.370000|duration=33|duration_time=0.033000|size=944|pos=75481|flags=__|data_hash=CRC32:cf0ee6e5 +packet|codec_type=audio|stream_index=1|pts=3390|pts_time=3.390000|dts=3390|dts_time=3.390000|duration=46|duration_time=0.046000|size=693|pos=76445|flags=K_|data_hash=CRC32:907c82d7 +packet|codec_type=video|stream_index=0|pts=3403|pts_time=3.403000|dts=3403|dts_time=3.403000|duration=33|duration_time=0.033000|size=1121|pos=77155|flags=__|data_hash=CRC32:f4a2ef4d +packet|codec_type=audio|stream_index=1|pts=3437|pts_time=3.437000|dts=3437|dts_time=3.437000|duration=46|duration_time=0.046000|size=683|pos=78296|flags=K_|data_hash=CRC32:25f0e52b +packet|codec_type=video|stream_index=0|pts=3437|pts_time=3.437000|dts=3437|dts_time=3.437000|duration=33|duration_time=0.033000|size=1321|pos=78996|flags=__|data_hash=CRC32:890f59cd +packet|codec_type=video|stream_index=0|pts=3470|pts_time=3.470000|dts=3470|dts_time=3.470000|duration=33|duration_time=0.033000|size=1229|pos=80337|flags=__|data_hash=CRC32:7c53b1c5 +packet|codec_type=audio|stream_index=1|pts=3483|pts_time=3.483000|dts=3483|dts_time=3.483000|duration=46|duration_time=0.046000|size=668|pos=81586|flags=K_|data_hash=CRC32:c848f398 +packet|codec_type=video|stream_index=0|pts=3504|pts_time=3.504000|dts=3504|dts_time=3.504000|duration=33|duration_time=0.033000|size=1166|pos=82271|flags=__|data_hash=CRC32:237539fc +packet|codec_type=audio|stream_index=1|pts=3529|pts_time=3.529000|dts=3529|dts_time=3.529000|duration=46|duration_time=0.046000|size=624|pos=83457|flags=K_|data_hash=CRC32:5d81d294 +packet|codec_type=video|stream_index=0|pts=3537|pts_time=3.537000|dts=3537|dts_time=3.537000|duration=33|duration_time=0.033000|size=1055|pos=84098|flags=__|data_hash=CRC32:2d22b0e9 +packet|codec_type=video|stream_index=0|pts=3570|pts_time=3.570000|dts=3570|dts_time=3.570000|duration=33|duration_time=0.033000|size=947|pos=85173|flags=__|data_hash=CRC32:1003bc18 +packet|codec_type=audio|stream_index=1|pts=3576|pts_time=3.576000|dts=3576|dts_time=3.576000|duration=46|duration_time=0.046000|size=570|pos=86140|flags=K_|data_hash=CRC32:41da9b98 +packet|codec_type=video|stream_index=0|pts=3604|pts_time=3.604000|dts=3604|dts_time=3.604000|duration=33|duration_time=0.033000|size=1117|pos=86727|flags=__|data_hash=CRC32:ea91a8bf +packet|codec_type=audio|stream_index=1|pts=3622|pts_time=3.622000|dts=3622|dts_time=3.622000|duration=46|duration_time=0.046000|size=579|pos=87864|flags=K_|data_hash=CRC32:b1e12639 +packet|codec_type=video|stream_index=0|pts=3637|pts_time=3.637000|dts=3637|dts_time=3.637000|duration=33|duration_time=0.033000|size=1397|pos=88460|flags=__|data_hash=CRC32:f2bdfea7 +packet|codec_type=audio|stream_index=1|pts=3669|pts_time=3.669000|dts=3669|dts_time=3.669000|duration=46|duration_time=0.046000|size=558|pos=89877|flags=K_|data_hash=CRC32:095b218c +packet|codec_type=video|stream_index=0|pts=3670|pts_time=3.670000|dts=3670|dts_time=3.670000|duration=33|duration_time=0.033000|size=1097|pos=90452|flags=__|data_hash=CRC32:be8cf516 +packet|codec_type=video|stream_index=0|pts=3704|pts_time=3.704000|dts=3704|dts_time=3.704000|duration=33|duration_time=0.033000|size=1207|pos=91569|flags=__|data_hash=CRC32:176a8fe9 +packet|codec_type=audio|stream_index=1|pts=3715|pts_time=3.715000|dts=3715|dts_time=3.715000|duration=46|duration_time=0.046000|size=510|pos=92796|flags=K_|data_hash=CRC32:8cea9dca +packet|codec_type=video|stream_index=0|pts=3737|pts_time=3.737000|dts=3737|dts_time=3.737000|duration=33|duration_time=0.033000|size=1109|pos=93323|flags=__|data_hash=CRC32:615bab01 +packet|codec_type=audio|stream_index=1|pts=3762|pts_time=3.762000|dts=3762|dts_time=3.762000|duration=46|duration_time=0.046000|size=518|pos=94452|flags=K_|data_hash=CRC32:600293cc +packet|codec_type=video|stream_index=0|pts=3770|pts_time=3.770000|dts=3770|dts_time=3.770000|duration=33|duration_time=0.033000|size=994|pos=94987|flags=__|data_hash=CRC32:db090b40 +packet|codec_type=video|stream_index=0|pts=3804|pts_time=3.804000|dts=3804|dts_time=3.804000|duration=33|duration_time=0.033000|size=1144|pos=96001|flags=__|data_hash=CRC32:4966c524 +packet|codec_type=audio|stream_index=1|pts=3808|pts_time=3.808000|dts=3808|dts_time=3.808000|duration=46|duration_time=0.046000|size=481|pos=97165|flags=K_|data_hash=CRC32:e53ca4a3 +packet|codec_type=video|stream_index=0|pts=3837|pts_time=3.837000|dts=3837|dts_time=3.837000|duration=33|duration_time=0.033000|size=1409|pos=97663|flags=__|data_hash=CRC32:5561cdad +packet|codec_type=audio|stream_index=1|pts=3855|pts_time=3.855000|dts=3855|dts_time=3.855000|duration=46|duration_time=0.046000|size=443|pos=99092|flags=K_|data_hash=CRC32:14937ac1 +packet|codec_type=video|stream_index=0|pts=3871|pts_time=3.871000|dts=3871|dts_time=3.871000|duration=33|duration_time=0.033000|size=1205|pos=99552|flags=__|data_hash=CRC32:93f9dbe0 +packet|codec_type=audio|stream_index=1|pts=3901|pts_time=3.901000|dts=3901|dts_time=3.901000|duration=46|duration_time=0.046000|size=413|pos=100777|flags=K_|data_hash=CRC32:4fea79a1 +packet|codec_type=video|stream_index=0|pts=3904|pts_time=3.904000|dts=3904|dts_time=3.904000|duration=33|duration_time=0.033000|size=1159|pos=101207|flags=__|data_hash=CRC32:8a7dd1ca +packet|codec_type=video|stream_index=0|pts=3937|pts_time=3.937000|dts=3937|dts_time=3.937000|duration=33|duration_time=0.033000|size=1207|pos=102386|flags=__|data_hash=CRC32:9c351265 +packet|codec_type=audio|stream_index=1|pts=3947|pts_time=3.947000|dts=3947|dts_time=3.947000|duration=46|duration_time=0.046000|size=398|pos=103613|flags=K_|data_hash=CRC32:0777a82b +packet|codec_type=video|stream_index=0|pts=3971|pts_time=3.971000|dts=3971|dts_time=3.971000|duration=33|duration_time=0.033000|size=1084|pos=104028|flags=__|data_hash=CRC32:3b4222c7 +packet|codec_type=audio|stream_index=1|pts=3994|pts_time=3.994000|dts=3994|dts_time=3.994000|duration=46|duration_time=0.046000|size=377|pos=105132|flags=K_|data_hash=CRC32:8662b58a +packet|codec_type=video|stream_index=0|pts=4004|pts_time=4.004000|dts=4004|dts_time=4.004000|duration=33|duration_time=0.033000|size=1539|pos=105526|flags=__|data_hash=CRC32:cf253620 +packet|codec_type=video|stream_index=0|pts=4037|pts_time=4.037000|dts=4037|dts_time=4.037000|duration=33|duration_time=0.033000|size=1409|pos=107085|flags=__|data_hash=CRC32:01f30787 +packet|codec_type=audio|stream_index=1|pts=4040|pts_time=4.040000|dts=4040|dts_time=4.040000|duration=46|duration_time=0.046000|size=364|pos=108514|flags=K_|data_hash=CRC32:f73e6c88 +packet|codec_type=video|stream_index=0|pts=4071|pts_time=4.071000|dts=4071|dts_time=4.071000|duration=33|duration_time=0.033000|size=1275|pos=108895|flags=__|data_hash=CRC32:d7c1cfe1 +packet|codec_type=audio|stream_index=1|pts=4087|pts_time=4.087000|dts=4087|dts_time=4.087000|duration=46|duration_time=0.046000|size=374|pos=110190|flags=K_|data_hash=CRC32:c41f57c7 +packet|codec_type=video|stream_index=0|pts=4104|pts_time=4.104000|dts=4104|dts_time=4.104000|duration=33|duration_time=0.033000|size=1317|pos=110581|flags=__|data_hash=CRC32:685138ef +packet|codec_type=audio|stream_index=1|pts=4133|pts_time=4.133000|dts=4133|dts_time=4.133000|duration=46|duration_time=0.046000|size=355|pos=111918|flags=K_|data_hash=CRC32:7a5e82a8 +packet|codec_type=video|stream_index=0|pts=4137|pts_time=4.137000|dts=4137|dts_time=4.137000|duration=33|duration_time=0.033000|size=1146|pos=112290|flags=__|data_hash=CRC32:48ce008d +packet|codec_type=video|stream_index=0|pts=4171|pts_time=4.171000|dts=4171|dts_time=4.171000|duration=33|duration_time=0.033000|size=1166|pos=113456|flags=__|data_hash=CRC32:f12da76b +packet|codec_type=audio|stream_index=1|pts=4180|pts_time=4.180000|dts=4180|dts_time=4.180000|duration=46|duration_time=0.046000|size=341|pos=114642|flags=K_|data_hash=CRC32:ea126e98 +packet|codec_type=video|stream_index=0|pts=4204|pts_time=4.204000|dts=4204|dts_time=4.204000|duration=33|duration_time=0.033000|size=1272|pos=115000|flags=__|data_hash=CRC32:31e617c7 +packet|codec_type=audio|stream_index=1|pts=4226|pts_time=4.226000|dts=4226|dts_time=4.226000|duration=46|duration_time=0.046000|size=364|pos=116292|flags=K_|data_hash=CRC32:6d84c4a8 +packet|codec_type=video|stream_index=0|pts=4238|pts_time=4.238000|dts=4238|dts_time=4.238000|duration=33|duration_time=0.033000|size=1550|pos=116673|flags=__|data_hash=CRC32:50d17465 +packet|codec_type=video|stream_index=0|pts=4271|pts_time=4.271000|dts=4271|dts_time=4.271000|duration=33|duration_time=0.033000|size=1353|pos=118243|flags=__|data_hash=CRC32:af8d072c +packet|codec_type=audio|stream_index=1|pts=4272|pts_time=4.272000|dts=4272|dts_time=4.272000|duration=46|duration_time=0.046000|size=350|pos=119616|flags=K_|data_hash=CRC32:c27e7ecc +packet|codec_type=video|stream_index=0|pts=4304|pts_time=4.304000|dts=4304|dts_time=4.304000|duration=33|duration_time=0.033000|size=1251|pos=119983|flags=__|data_hash=CRC32:271dcd86 +packet|codec_type=audio|stream_index=1|pts=4319|pts_time=4.319000|dts=4319|dts_time=4.319000|duration=46|duration_time=0.046000|size=356|pos=121254|flags=K_|data_hash=CRC32:6d111a73 +packet|codec_type=video|stream_index=0|pts=4338|pts_time=4.338000|dts=4338|dts_time=4.338000|duration=33|duration_time=0.033000|size=1339|pos=121627|flags=__|data_hash=CRC32:01aa658e +packet|codec_type=audio|stream_index=1|pts=4365|pts_time=4.365000|dts=4365|dts_time=4.365000|duration=46|duration_time=0.046000|size=365|pos=122986|flags=K_|data_hash=CRC32:e24aa34c +packet|codec_type=video|stream_index=0|pts=4371|pts_time=4.371000|dts=4371|dts_time=4.371000|duration=33|duration_time=0.033000|size=1216|pos=123368|flags=__|data_hash=CRC32:bee7821f +packet|codec_type=video|stream_index=0|pts=4404|pts_time=4.404000|dts=4404|dts_time=4.404000|duration=33|duration_time=0.033000|size=1222|pos=124604|flags=__|data_hash=CRC32:2bd2754e +packet|codec_type=audio|stream_index=1|pts=4412|pts_time=4.412000|dts=4412|dts_time=4.412000|duration=46|duration_time=0.046000|size=352|pos=125846|flags=K_|data_hash=CRC32:fc970370 +packet|codec_type=video|stream_index=0|pts=4438|pts_time=4.438000|dts=4438|dts_time=4.438000|duration=33|duration_time=0.033000|size=1665|pos=126215|flags=__|data_hash=CRC32:a08b2e57 +packet|codec_type=audio|stream_index=1|pts=4458|pts_time=4.458000|dts=4458|dts_time=4.458000|duration=46|duration_time=0.046000|size=374|pos=127900|flags=K_|data_hash=CRC32:fa07f96b +packet|codec_type=video|stream_index=0|pts=4471|pts_time=4.471000|dts=4471|dts_time=4.471000|duration=33|duration_time=0.033000|size=1372|pos=128291|flags=__|data_hash=CRC32:7ba310fc +packet|codec_type=audio|stream_index=1|pts=4505|pts_time=4.505000|dts=4505|dts_time=4.505000|duration=46|duration_time=0.046000|size=375|pos=129683|flags=K_|data_hash=CRC32:912ec2a1 +packet|codec_type=video|stream_index=0|pts=4505|pts_time=4.505000|dts=4505|dts_time=4.505000|duration=33|duration_time=0.033000|size=1611|pos=130075|flags=__|data_hash=CRC32:894697a0 +packet|codec_type=video|stream_index=0|pts=4538|pts_time=4.538000|dts=4538|dts_time=4.538000|duration=33|duration_time=0.033000|size=7010|pos=131706|flags=K_|data_hash=CRC32:e74f1b93 +packet|codec_type=audio|stream_index=1|pts=4551|pts_time=4.551000|dts=4551|dts_time=4.551000|duration=46|duration_time=0.046000|size=375|pos=138736|flags=K_|data_hash=CRC32:9049bbe0 +packet|codec_type=video|stream_index=0|pts=4571|pts_time=4.571000|dts=4571|dts_time=4.571000|duration=33|duration_time=0.033000|size=549|pos=139128|flags=__|data_hash=CRC32:bea67fa5 +packet|codec_type=audio|stream_index=1|pts=4598|pts_time=4.598000|dts=4598|dts_time=4.598000|duration=46|duration_time=0.046000|size=376|pos=139697|flags=K_|data_hash=CRC32:cf9362b3 +packet|codec_type=video|stream_index=0|pts=4605|pts_time=4.605000|dts=4605|dts_time=4.605000|duration=33|duration_time=0.033000|size=1021|pos=140090|flags=__|data_hash=CRC32:93ace02c +packet|codec_type=video|stream_index=0|pts=4638|pts_time=4.638000|dts=4638|dts_time=4.638000|duration=33|duration_time=0.033000|size=1281|pos=141131|flags=__|data_hash=CRC32:24070179 +packet|codec_type=audio|stream_index=1|pts=4644|pts_time=4.644000|dts=4644|dts_time=4.644000|duration=46|duration_time=0.046000|size=372|pos=142432|flags=K_|data_hash=CRC32:f7372f4c +packet|codec_type=video|stream_index=0|pts=4671|pts_time=4.671000|dts=4671|dts_time=4.671000|duration=33|duration_time=0.033000|size=1267|pos=142821|flags=__|data_hash=CRC32:7cfd6aa6 +packet|codec_type=audio|stream_index=1|pts=4690|pts_time=4.690000|dts=4690|dts_time=4.690000|duration=46|duration_time=0.046000|size=371|pos=144108|flags=K_|data_hash=CRC32:b244704d +packet|codec_type=video|stream_index=0|pts=4705|pts_time=4.705000|dts=4705|dts_time=4.705000|duration=33|duration_time=0.033000|size=1140|pos=144496|flags=__|data_hash=CRC32:eccfa0f7 +packet|codec_type=audio|stream_index=1|pts=4737|pts_time=4.737000|dts=4737|dts_time=4.737000|duration=46|duration_time=0.046000|size=365|pos=145656|flags=K_|data_hash=CRC32:834bb209 +packet|codec_type=video|stream_index=0|pts=4738|pts_time=4.738000|dts=4738|dts_time=4.738000|duration=33|duration_time=0.033000|size=1289|pos=146038|flags=__|data_hash=CRC32:4669d638 +packet|codec_type=video|stream_index=0|pts=4771|pts_time=4.771000|dts=4771|dts_time=4.771000|duration=33|duration_time=0.033000|size=1127|pos=147347|flags=__|data_hash=CRC32:e52c7abd +packet|codec_type=audio|stream_index=1|pts=4783|pts_time=4.783000|dts=4783|dts_time=4.783000|duration=46|duration_time=0.046000|size=385|pos=148494|flags=K_|data_hash=CRC32:e61dc477 +packet|codec_type=video|stream_index=0|pts=4805|pts_time=4.805000|dts=4805|dts_time=4.805000|duration=33|duration_time=0.033000|size=1196|pos=148896|flags=__|data_hash=CRC32:5a318942 +packet|codec_type=audio|stream_index=1|pts=4830|pts_time=4.830000|dts=4830|dts_time=4.830000|duration=46|duration_time=0.046000|size=362|pos=150112|flags=K_|data_hash=CRC32:8fee051a +packet|codec_type=video|stream_index=0|pts=4838|pts_time=4.838000|dts=4838|dts_time=4.838000|duration=33|duration_time=0.033000|size=1520|pos=150491|flags=__|data_hash=CRC32:2418eb0f +packet|codec_type=video|stream_index=0|pts=4872|pts_time=4.872000|dts=4872|dts_time=4.872000|duration=33|duration_time=0.033000|size=1370|pos=152031|flags=__|data_hash=CRC32:79ca0732 +packet|codec_type=audio|stream_index=1|pts=4876|pts_time=4.876000|dts=4876|dts_time=4.876000|duration=46|duration_time=0.046000|size=370|pos=153421|flags=K_|data_hash=CRC32:1720582c +packet|codec_type=video|stream_index=0|pts=4905|pts_time=4.905000|dts=4905|dts_time=4.905000|duration=33|duration_time=0.033000|size=1232|pos=153808|flags=__|data_hash=CRC32:32295018 +packet|codec_type=audio|stream_index=1|pts=4923|pts_time=4.923000|dts=4923|dts_time=4.923000|duration=46|duration_time=0.046000|size=369|pos=155060|flags=K_|data_hash=CRC32:6b668e5b +packet|codec_type=video|stream_index=0|pts=4938|pts_time=4.938000|dts=4938|dts_time=4.938000|duration=33|duration_time=0.033000|size=1159|pos=155446|flags=__|data_hash=CRC32:45fc12f2 +packet|codec_type=audio|stream_index=1|pts=4969|pts_time=4.969000|dts=4969|dts_time=4.969000|duration=46|duration_time=0.046000|size=341|pos=156625|flags=K_|data_hash=CRC32:4d4741d6 +packet|codec_type=video|stream_index=0|pts=4972|pts_time=4.972000|dts=4972|dts_time=4.972000|duration=33|duration_time=0.033000|size=1183|pos=156983|flags=__|data_hash=CRC32:10f40093 +packet|codec_type=video|stream_index=0|pts=5005|pts_time=5.005000|dts=5005|dts_time=5.005000|duration=33|duration_time=0.033000|size=1469|pos=158186|flags=__|data_hash=CRC32:43a4815e +packet|codec_type=audio|stream_index=1|pts=5016|pts_time=5.016000|dts=5016|dts_time=5.016000|duration=46|duration_time=0.046000|size=351|pos=159675|flags=K_|data_hash=CRC32:82bf6546 +packet|codec_type=video|stream_index=0|pts=5038|pts_time=5.038000|dts=5038|dts_time=5.038000|duration=33|duration_time=0.033000|size=1468|pos=160043|flags=__|data_hash=CRC32:e8c78f03 +packet|codec_type=audio|stream_index=1|pts=5062|pts_time=5.062000|dts=5062|dts_time=5.062000|duration=46|duration_time=0.046000|size=365|pos=161531|flags=K_|data_hash=CRC32:1299be30 +packet|codec_type=video|stream_index=0|pts=5072|pts_time=5.072000|dts=5072|dts_time=5.072000|duration=33|duration_time=0.033000|size=1355|pos=161913|flags=__|data_hash=CRC32:044621ed +packet|codec_type=video|stream_index=0|pts=5105|pts_time=5.105000|dts=5105|dts_time=5.105000|duration=33|duration_time=0.033000|size=1303|pos=163288|flags=__|data_hash=CRC32:3403397b +packet|codec_type=audio|stream_index=1|pts=5108|pts_time=5.108000|dts=5108|dts_time=5.108000|duration=46|duration_time=0.046000|size=358|pos=164611|flags=K_|data_hash=CRC32:ee1a432d +packet|codec_type=video|stream_index=0|pts=5138|pts_time=5.138000|dts=5138|dts_time=5.138000|duration=33|duration_time=0.033000|size=1316|pos=164986|flags=__|data_hash=CRC32:7021310e +packet|codec_type=audio|stream_index=1|pts=5155|pts_time=5.155000|dts=5155|dts_time=5.155000|duration=46|duration_time=0.046000|size=373|pos=166322|flags=K_|data_hash=CRC32:f25887f4 +packet|codec_type=video|stream_index=0|pts=5172|pts_time=5.172000|dts=5172|dts_time=5.172000|duration=33|duration_time=0.033000|size=1196|pos=166712|flags=__|data_hash=CRC32:d8492897 +packet|codec_type=audio|stream_index=1|pts=5201|pts_time=5.201000|dts=5201|dts_time=5.201000|duration=46|duration_time=0.046000|size=367|pos=167928|flags=K_|data_hash=CRC32:c30e6c9f +packet|codec_type=video|stream_index=0|pts=5205|pts_time=5.205000|dts=5205|dts_time=5.205000|duration=33|duration_time=0.033000|size=1283|pos=168312|flags=__|data_hash=CRC32:c9058bba +packet|codec_type=video|stream_index=0|pts=5239|pts_time=5.239000|dts=5239|dts_time=5.239000|duration=33|duration_time=0.033000|size=1489|pos=169615|flags=__|data_hash=CRC32:0e5dadc6 +packet|codec_type=audio|stream_index=1|pts=5248|pts_time=5.248000|dts=5248|dts_time=5.248000|duration=46|duration_time=0.046000|size=364|pos=171124|flags=K_|data_hash=CRC32:74db7811 +packet|codec_type=video|stream_index=0|pts=5272|pts_time=5.272000|dts=5272|dts_time=5.272000|duration=33|duration_time=0.033000|size=1507|pos=171505|flags=__|data_hash=CRC32:1e37a39f +packet|codec_type=audio|stream_index=1|pts=5294|pts_time=5.294000|dts=5294|dts_time=5.294000|duration=46|duration_time=0.046000|size=346|pos=173032|flags=K_|data_hash=CRC32:3386dd10 +packet|codec_type=video|stream_index=0|pts=5305|pts_time=5.305000|dts=5305|dts_time=5.305000|duration=33|duration_time=0.033000|size=1237|pos=173395|flags=__|data_hash=CRC32:d8f772ae +packet|codec_type=video|stream_index=0|pts=5339|pts_time=5.339000|dts=5339|dts_time=5.339000|duration=33|duration_time=0.033000|size=1217|pos=174652|flags=__|data_hash=CRC32:7caabc71 +packet|codec_type=audio|stream_index=1|pts=5341|pts_time=5.341000|dts=5341|dts_time=5.341000|duration=46|duration_time=0.046000|size=362|pos=175889|flags=K_|data_hash=CRC32:b4975396 +packet|codec_type=video|stream_index=0|pts=5372|pts_time=5.372000|dts=5372|dts_time=5.372000|duration=33|duration_time=0.033000|size=1224|pos=176268|flags=__|data_hash=CRC32:fbca6068 +packet|codec_type=audio|stream_index=1|pts=5387|pts_time=5.387000|dts=5387|dts_time=5.387000|duration=46|duration_time=0.046000|size=360|pos=177512|flags=K_|data_hash=CRC32:f639adaf +packet|codec_type=video|stream_index=0|pts=5405|pts_time=5.405000|dts=5405|dts_time=5.405000|duration=33|duration_time=0.033000|size=1554|pos=177889|flags=__|data_hash=CRC32:f9e211de +packet|codec_type=audio|stream_index=1|pts=5433|pts_time=5.433000|dts=5433|dts_time=5.433000|duration=46|duration_time=0.046000|size=356|pos=179463|flags=K_|data_hash=CRC32:ef458996 +packet|codec_type=video|stream_index=0|pts=5439|pts_time=5.439000|dts=5439|dts_time=5.439000|duration=33|duration_time=0.033000|size=1465|pos=179836|flags=__|data_hash=CRC32:cb5d725a +packet|codec_type=video|stream_index=0|pts=5472|pts_time=5.472000|dts=5472|dts_time=5.472000|duration=33|duration_time=0.033000|size=1862|pos=181321|flags=__|data_hash=CRC32:a9acf274 +packet|codec_type=audio|stream_index=1|pts=5480|pts_time=5.480000|dts=5480|dts_time=5.480000|duration=46|duration_time=0.046000|size=364|pos=183203|flags=K_|data_hash=CRC32:6d92ed19 +packet|codec_type=video|stream_index=0|pts=5506|pts_time=5.506000|dts=5506|dts_time=5.506000|duration=33|duration_time=0.033000|size=1604|pos=183584|flags=__|data_hash=CRC32:19bfeabc +packet|codec_type=audio|stream_index=1|pts=5526|pts_time=5.526000|dts=5526|dts_time=5.526000|duration=46|duration_time=0.046000|size=365|pos=185208|flags=K_|data_hash=CRC32:f257469d +packet|codec_type=video|stream_index=0|pts=5539|pts_time=5.539000|dts=5539|dts_time=5.539000|duration=33|duration_time=0.033000|size=1541|pos=185590|flags=__|data_hash=CRC32:642b27dd +packet|codec_type=video|stream_index=0|pts=5572|pts_time=5.572000|dts=5572|dts_time=5.572000|duration=33|duration_time=0.033000|size=1534|pos=187151|flags=__|data_hash=CRC32:67693383 +packet|codec_type=audio|stream_index=1|pts=5573|pts_time=5.573000|dts=5573|dts_time=5.573000|duration=46|duration_time=0.046000|size=357|pos=188705|flags=K_|data_hash=CRC32:52e0f7ac +packet|codec_type=video|stream_index=0|pts=5606|pts_time=5.606000|dts=5606|dts_time=5.606000|duration=33|duration_time=0.033000|size=1336|pos=189079|flags=__|data_hash=CRC32:904a4734 +packet|codec_type=audio|stream_index=1|pts=5619|pts_time=5.619000|dts=5619|dts_time=5.619000|duration=46|duration_time=0.046000|size=367|pos=190435|flags=K_|data_hash=CRC32:dae9d0bd +packet|codec_type=video|stream_index=0|pts=5639|pts_time=5.639000|dts=5639|dts_time=5.639000|duration=33|duration_time=0.033000|size=1761|pos=190819|flags=__|data_hash=CRC32:93496a5c +packet|codec_type=audio|stream_index=1|pts=5666|pts_time=5.666000|dts=5666|dts_time=5.666000|duration=46|duration_time=0.046000|size=361|pos=192600|flags=K_|data_hash=CRC32:86968dd2 +packet|codec_type=video|stream_index=0|pts=5672|pts_time=5.672000|dts=5672|dts_time=5.672000|duration=33|duration_time=0.033000|size=1722|pos=192978|flags=__|data_hash=CRC32:feec28c7 +packet|codec_type=video|stream_index=0|pts=5706|pts_time=5.706000|dts=5706|dts_time=5.706000|duration=33|duration_time=0.033000|size=1442|pos=194720|flags=__|data_hash=CRC32:620e5c0e +packet|codec_type=audio|stream_index=1|pts=5712|pts_time=5.712000|dts=5712|dts_time=5.712000|duration=46|duration_time=0.046000|size=367|pos=196182|flags=K_|data_hash=CRC32:17f30b04 +packet|codec_type=video|stream_index=0|pts=5739|pts_time=5.739000|dts=5739|dts_time=5.739000|duration=33|duration_time=0.033000|size=1313|pos=196566|flags=__|data_hash=CRC32:6bee8c20 +packet|codec_type=audio|stream_index=1|pts=5759|pts_time=5.759000|dts=5759|dts_time=5.759000|duration=46|duration_time=0.046000|size=375|pos=197899|flags=K_|data_hash=CRC32:4eda4c7c +packet|codec_type=video|stream_index=0|pts=5772|pts_time=5.772000|dts=5772|dts_time=5.772000|duration=33|duration_time=0.033000|size=1436|pos=198291|flags=__|data_hash=CRC32:fd8ac68a +packet|codec_type=audio|stream_index=1|pts=5805|pts_time=5.805000|dts=5805|dts_time=5.805000|duration=46|duration_time=0.046000|size=357|pos=199747|flags=K_|data_hash=CRC32:3551e83a +packet|codec_type=video|stream_index=0|pts=5806|pts_time=5.806000|dts=5806|dts_time=5.806000|duration=33|duration_time=0.033000|size=1689|pos=200121|flags=__|data_hash=CRC32:e09613d4 +packet|codec_type=video|stream_index=0|pts=5839|pts_time=5.839000|dts=5839|dts_time=5.839000|duration=33|duration_time=0.033000|size=1472|pos=201830|flags=__|data_hash=CRC32:9467baaf +packet|codec_type=audio|stream_index=1|pts=5851|pts_time=5.851000|dts=5851|dts_time=5.851000|duration=46|duration_time=0.046000|size=379|pos=203322|flags=K_|data_hash=CRC32:de123d0a +packet|codec_type=video|stream_index=0|pts=5873|pts_time=5.873000|dts=5873|dts_time=5.873000|duration=33|duration_time=0.033000|size=1730|pos=203718|flags=__|data_hash=CRC32:2b6400ba +packet|codec_type=audio|stream_index=1|pts=5898|pts_time=5.898000|dts=5898|dts_time=5.898000|duration=46|duration_time=0.046000|size=361|pos=205468|flags=K_|data_hash=CRC32:02a5f979 +packet|codec_type=video|stream_index=0|pts=5906|pts_time=5.906000|dts=5906|dts_time=5.906000|duration=33|duration_time=0.033000|size=1555|pos=205846|flags=__|data_hash=CRC32:31d5ba1a +packet|codec_type=video|stream_index=0|pts=5939|pts_time=5.939000|dts=5939|dts_time=5.939000|duration=33|duration_time=0.033000|size=1486|pos=207421|flags=__|data_hash=CRC32:8d0829d2 +packet|codec_type=audio|stream_index=1|pts=5944|pts_time=5.944000|dts=5944|dts_time=5.944000|duration=46|duration_time=0.046000|size=350|pos=208927|flags=K_|data_hash=CRC32:8759b7f4 +packet|codec_type=video|stream_index=0|pts=5973|pts_time=5.973000|dts=5973|dts_time=5.973000|duration=33|duration_time=0.033000|size=1311|pos=209294|flags=__|data_hash=CRC32:bc92ded4 +packet|codec_type=audio|stream_index=1|pts=5991|pts_time=5.991000|dts=5991|dts_time=5.991000|duration=46|duration_time=0.046000|size=339|pos=210625|flags=K_|data_hash=CRC32:1aeda6e0 +packet|codec_type=video|stream_index=0|pts=6006|pts_time=6.006000|dts=6006|dts_time=6.006000|duration=33|duration_time=0.033000|size=1700|pos=210981|flags=__|data_hash=CRC32:6352f8f3 +packet|codec_type=audio|stream_index=1|pts=6037|pts_time=6.037000|dts=6037|dts_time=6.037000|duration=46|duration_time=0.046000|size=336|pos=212701|flags=K_|data_hash=CRC32:2df5ef30 +packet|codec_type=video|stream_index=0|pts=6039|pts_time=6.039000|dts=6039|dts_time=6.039000|duration=33|duration_time=0.033000|size=1647|pos=213054|flags=__|data_hash=CRC32:931d3120 +packet|codec_type=video|stream_index=0|pts=6073|pts_time=6.073000|dts=6073|dts_time=6.073000|duration=33|duration_time=0.033000|size=1663|pos=214721|flags=__|data_hash=CRC32:3191d8b9 +packet|codec_type=audio|stream_index=1|pts=6084|pts_time=6.084000|dts=6084|dts_time=6.084000|duration=46|duration_time=0.046000|size=331|pos=216404|flags=K_|data_hash=CRC32:81610328 +packet|codec_type=video|stream_index=0|pts=6106|pts_time=6.106000|dts=6106|dts_time=6.106000|duration=33|duration_time=0.033000|size=1512|pos=216752|flags=__|data_hash=CRC32:975cd742 +packet|codec_type=audio|stream_index=1|pts=6130|pts_time=6.130000|dts=6130|dts_time=6.130000|duration=46|duration_time=0.046000|size=335|pos=218284|flags=K_|data_hash=CRC32:7a0eaa18 +packet|codec_type=video|stream_index=0|pts=6139|pts_time=6.139000|dts=6139|dts_time=6.139000|duration=33|duration_time=0.033000|size=1370|pos=218636|flags=__|data_hash=CRC32:66567f2e +packet|codec_type=video|stream_index=0|pts=6173|pts_time=6.173000|dts=6173|dts_time=6.173000|duration=33|duration_time=0.033000|size=1440|pos=220026|flags=__|data_hash=CRC32:4bfade47 +packet|codec_type=audio|stream_index=1|pts=6177|pts_time=6.177000|dts=6177|dts_time=6.177000|duration=46|duration_time=0.046000|size=323|pos=221486|flags=K_|data_hash=CRC32:3799307f +packet|codec_type=video|stream_index=0|pts=6206|pts_time=6.206000|dts=6206|dts_time=6.206000|duration=33|duration_time=0.033000|size=1574|pos=221826|flags=__|data_hash=CRC32:a489fa6f +packet|codec_type=audio|stream_index=1|pts=6223|pts_time=6.223000|dts=6223|dts_time=6.223000|duration=46|duration_time=0.046000|size=333|pos=223420|flags=K_|data_hash=CRC32:c8363968 +packet|codec_type=video|stream_index=0|pts=6240|pts_time=6.240000|dts=6240|dts_time=6.240000|duration=33|duration_time=0.033000|size=1328|pos=223770|flags=__|data_hash=CRC32:1fea5aac +packet|codec_type=audio|stream_index=1|pts=6269|pts_time=6.269000|dts=6269|dts_time=6.269000|duration=46|duration_time=0.046000|size=335|pos=225118|flags=K_|data_hash=CRC32:b9425c66 +packet|codec_type=video|stream_index=0|pts=6273|pts_time=6.273000|dts=6273|dts_time=6.273000|duration=33|duration_time=0.033000|size=1802|pos=225470|flags=__|data_hash=CRC32:dcf03b48 +packet|codec_type=video|stream_index=0|pts=6306|pts_time=6.306000|dts=6306|dts_time=6.306000|duration=33|duration_time=0.033000|size=1619|pos=227292|flags=__|data_hash=CRC32:fe0b0001 +packet|codec_type=audio|stream_index=1|pts=6316|pts_time=6.316000|dts=6316|dts_time=6.316000|duration=46|duration_time=0.046000|size=334|pos=228931|flags=K_|data_hash=CRC32:ec0fe921 +packet|codec_type=video|stream_index=0|pts=6340|pts_time=6.340000|dts=6340|dts_time=6.340000|duration=33|duration_time=0.033000|size=1471|pos=229282|flags=__|data_hash=CRC32:d30c0223 +packet|codec_type=audio|stream_index=1|pts=6362|pts_time=6.362000|dts=6362|dts_time=6.362000|duration=46|duration_time=0.046000|size=342|pos=230773|flags=K_|data_hash=CRC32:f18fb26f +packet|codec_type=video|stream_index=0|pts=6373|pts_time=6.373000|dts=6373|dts_time=6.373000|duration=33|duration_time=0.033000|size=1226|pos=231132|flags=__|data_hash=CRC32:7336c586 +packet|codec_type=video|stream_index=0|pts=6406|pts_time=6.406000|dts=6406|dts_time=6.406000|duration=33|duration_time=0.033000|size=1485|pos=232378|flags=__|data_hash=CRC32:6f6eae16 +packet|codec_type=audio|stream_index=1|pts=6409|pts_time=6.409000|dts=6409|dts_time=6.409000|duration=46|duration_time=0.046000|size=358|pos=233883|flags=K_|data_hash=CRC32:ef6dc063 +packet|codec_type=video|stream_index=0|pts=6440|pts_time=6.440000|dts=6440|dts_time=6.440000|duration=33|duration_time=0.033000|size=1786|pos=234258|flags=__|data_hash=CRC32:0d06af0a +packet|codec_type=audio|stream_index=1|pts=6455|pts_time=6.455000|dts=6455|dts_time=6.455000|duration=46|duration_time=0.046000|size=360|pos=236064|flags=K_|data_hash=CRC32:21588c84 +packet|codec_type=video|stream_index=0|pts=6473|pts_time=6.473000|dts=6473|dts_time=6.473000|duration=33|duration_time=0.033000|size=1345|pos=236441|flags=__|data_hash=CRC32:be3a88c3 +packet|codec_type=audio|stream_index=1|pts=6502|pts_time=6.502000|dts=6502|dts_time=6.502000|duration=46|duration_time=0.046000|size=357|pos=237806|flags=K_|data_hash=CRC32:2b9aa0fa +packet|codec_type=video|stream_index=0|pts=6507|pts_time=6.507000|dts=6507|dts_time=6.507000|duration=33|duration_time=0.033000|size=8275|pos=238180|flags=K_|data_hash=CRC32:a7db122a +packet|codec_type=video|stream_index=0|pts=6540|pts_time=6.540000|dts=6540|dts_time=6.540000|duration=33|duration_time=0.033000|size=698|pos=246475|flags=__|data_hash=CRC32:333944af +packet|codec_type=audio|stream_index=1|pts=6548|pts_time=6.548000|dts=6548|dts_time=6.548000|duration=46|duration_time=0.046000|size=336|pos=247193|flags=K_|data_hash=CRC32:57dbe1a1 +packet|codec_type=video|stream_index=0|pts=6573|pts_time=6.573000|dts=6573|dts_time=6.573000|duration=33|duration_time=0.033000|size=1298|pos=247546|flags=__|data_hash=CRC32:e4a95b13 +packet|codec_type=audio|stream_index=1|pts=6594|pts_time=6.594000|dts=6594|dts_time=6.594000|duration=46|duration_time=0.046000|size=343|pos=248864|flags=K_|data_hash=CRC32:ed44ae94 +packet|codec_type=video|stream_index=0|pts=6607|pts_time=6.607000|dts=6607|dts_time=6.607000|duration=33|duration_time=0.033000|size=1454|pos=249224|flags=__|data_hash=CRC32:40218f22 +packet|codec_type=video|stream_index=0|pts=6640|pts_time=6.640000|dts=6640|dts_time=6.640000|duration=33|duration_time=0.033000|size=1352|pos=250698|flags=__|data_hash=CRC32:06fd2643 +packet|codec_type=audio|stream_index=1|pts=6641|pts_time=6.641000|dts=6641|dts_time=6.641000|duration=46|duration_time=0.046000|size=324|pos=252070|flags=K_|data_hash=CRC32:0a20b257 +packet|codec_type=video|stream_index=0|pts=6673|pts_time=6.673000|dts=6673|dts_time=6.673000|duration=33|duration_time=0.033000|size=1609|pos=252411|flags=__|data_hash=CRC32:73d71cca +packet|codec_type=audio|stream_index=1|pts=6687|pts_time=6.687000|dts=6687|dts_time=6.687000|duration=46|duration_time=0.046000|size=322|pos=254040|flags=K_|data_hash=CRC32:32957adb +packet|codec_type=video|stream_index=0|pts=6707|pts_time=6.707000|dts=6707|dts_time=6.707000|duration=33|duration_time=0.033000|size=1476|pos=254379|flags=__|data_hash=CRC32:226c92f5 +packet|codec_type=audio|stream_index=1|pts=6734|pts_time=6.734000|dts=6734|dts_time=6.734000|duration=46|duration_time=0.046000|size=328|pos=255875|flags=K_|data_hash=CRC32:f2deeca5 +packet|codec_type=video|stream_index=0|pts=6740|pts_time=6.740000|dts=6740|dts_time=6.740000|duration=33|duration_time=0.033000|size=1391|pos=256220|flags=__|data_hash=CRC32:9a20a6cc +packet|codec_type=video|stream_index=0|pts=6773|pts_time=6.773000|dts=6773|dts_time=6.773000|duration=33|duration_time=0.033000|size=1203|pos=257631|flags=__|data_hash=CRC32:694b79e2 +packet|codec_type=audio|stream_index=1|pts=6780|pts_time=6.780000|dts=6780|dts_time=6.780000|duration=46|duration_time=0.046000|size=332|pos=258854|flags=K_|data_hash=CRC32:69c10e24 +packet|codec_type=video|stream_index=0|pts=6807|pts_time=6.807000|dts=6807|dts_time=6.807000|duration=33|duration_time=0.033000|size=1489|pos=259203|flags=__|data_hash=CRC32:72a4b942 +packet|codec_type=audio|stream_index=1|pts=6827|pts_time=6.827000|dts=6827|dts_time=6.827000|duration=46|duration_time=0.046000|size=343|pos=260712|flags=K_|data_hash=CRC32:59e5debb +packet|codec_type=video|stream_index=0|pts=6840|pts_time=6.840000|dts=6840|dts_time=6.840000|duration=33|duration_time=0.033000|size=1655|pos=261072|flags=__|data_hash=CRC32:d23af0f0 +packet|codec_type=audio|stream_index=1|pts=6873|pts_time=6.873000|dts=6873|dts_time=6.873000|duration=46|duration_time=0.046000|size=343|pos=262747|flags=K_|data_hash=CRC32:3a753534 +packet|codec_type=video|stream_index=0|pts=6874|pts_time=6.874000|dts=6874|dts_time=6.874000|duration=33|duration_time=0.033000|size=1363|pos=263107|flags=__|data_hash=CRC32:a3c3183f +packet|codec_type=video|stream_index=0|pts=6907|pts_time=6.907000|dts=6907|dts_time=6.907000|duration=33|duration_time=0.033000|size=1492|pos=264490|flags=__|data_hash=CRC32:2efa7752 +packet|codec_type=audio|stream_index=1|pts=6920|pts_time=6.920000|dts=6920|dts_time=6.920000|duration=46|duration_time=0.046000|size=327|pos=266002|flags=K_|data_hash=CRC32:0c6cfc20 +packet|codec_type=video|stream_index=0|pts=6940|pts_time=6.940000|dts=6940|dts_time=6.940000|duration=33|duration_time=0.033000|size=1397|pos=266346|flags=__|data_hash=CRC32:f4cff2aa +packet|codec_type=audio|stream_index=1|pts=6966|pts_time=6.966000|dts=6966|dts_time=6.966000|duration=46|duration_time=0.046000|size=326|pos=267763|flags=K_|data_hash=CRC32:0287694a +packet|codec_type=video|stream_index=0|pts=6974|pts_time=6.974000|dts=6974|dts_time=6.974000|duration=33|duration_time=0.033000|size=1251|pos=268106|flags=__|data_hash=CRC32:24f376e2 +packet|codec_type=video|stream_index=0|pts=7007|pts_time=7.007000|dts=7007|dts_time=7.007000|duration=33|duration_time=0.033000|size=1586|pos=269377|flags=__|data_hash=CRC32:6894eed6 +packet|codec_type=audio|stream_index=1|pts=7012|pts_time=7.012000|dts=7012|dts_time=7.012000|duration=46|duration_time=0.046000|size=324|pos=270983|flags=K_|data_hash=CRC32:7131ae4e +packet|codec_type=video|stream_index=0|pts=7040|pts_time=7.040000|dts=7040|dts_time=7.040000|duration=33|duration_time=0.033000|size=1333|pos=271324|flags=__|data_hash=CRC32:c70a7aad +packet|codec_type=audio|stream_index=1|pts=7059|pts_time=7.059000|dts=7059|dts_time=7.059000|duration=46|duration_time=0.046000|size=312|pos=272677|flags=K_|data_hash=CRC32:19e4ee3f +packet|codec_type=video|stream_index=0|pts=7074|pts_time=7.074000|dts=7074|dts_time=7.074000|duration=33|duration_time=0.033000|size=2723|pos=273006|flags=__|data_hash=CRC32:a6013df5 +packet|codec_type=audio|stream_index=1|pts=7105|pts_time=7.105000|dts=7105|dts_time=7.105000|duration=46|duration_time=0.046000|size=308|pos=275749|flags=K_|data_hash=CRC32:c90c6296 +packet|codec_type=video|stream_index=0|pts=7107|pts_time=7.107000|dts=7107|dts_time=7.107000|duration=33|duration_time=0.033000|size=632|pos=276074|flags=__|data_hash=CRC32:24dd0b1b +packet|codec_type=video|stream_index=0|pts=7140|pts_time=7.140000|dts=7140|dts_time=7.140000|duration=33|duration_time=0.033000|size=444|pos=276726|flags=__|data_hash=CRC32:f0104674 +packet|codec_type=audio|stream_index=1|pts=7152|pts_time=7.152000|dts=7152|dts_time=7.152000|duration=46|duration_time=0.046000|size=308|pos=277190|flags=K_|data_hash=CRC32:801d3efb +packet|codec_type=video|stream_index=0|pts=7174|pts_time=7.174000|dts=7174|dts_time=7.174000|duration=33|duration_time=0.033000|size=1013|pos=277515|flags=__|data_hash=CRC32:50fd7439 +packet|codec_type=audio|stream_index=1|pts=7198|pts_time=7.198000|dts=7198|dts_time=7.198000|duration=46|duration_time=0.046000|size=318|pos=278548|flags=K_|data_hash=CRC32:da27ff29 +packet|codec_type=video|stream_index=0|pts=7207|pts_time=7.207000|dts=7207|dts_time=7.207000|duration=33|duration_time=0.033000|size=1357|pos=278883|flags=__|data_hash=CRC32:147764fe +packet|codec_type=video|stream_index=0|pts=7241|pts_time=7.241000|dts=7241|dts_time=7.241000|duration=33|duration_time=0.033000|size=1586|pos=280260|flags=__|data_hash=CRC32:6ba61f38 +packet|codec_type=audio|stream_index=1|pts=7245|pts_time=7.245000|dts=7245|dts_time=7.245000|duration=46|duration_time=0.046000|size=331|pos=281866|flags=K_|data_hash=CRC32:ff54d1a1 +packet|codec_type=video|stream_index=0|pts=7274|pts_time=7.274000|dts=7274|dts_time=7.274000|duration=33|duration_time=0.033000|size=2514|pos=282214|flags=__|data_hash=CRC32:ee50c38f +packet|codec_type=audio|stream_index=1|pts=7291|pts_time=7.291000|dts=7291|dts_time=7.291000|duration=46|duration_time=0.046000|size=329|pos=284748|flags=K_|data_hash=CRC32:af348626 +packet|codec_type=video|stream_index=0|pts=7307|pts_time=7.307000|dts=7307|dts_time=7.307000|duration=33|duration_time=0.033000|size=450|pos=285094|flags=__|data_hash=CRC32:4c566b91 +packet|codec_type=audio|stream_index=1|pts=7338|pts_time=7.338000|dts=7338|dts_time=7.338000|duration=46|duration_time=0.046000|size=333|pos=285564|flags=K_|data_hash=CRC32:561118f2 +packet|codec_type=video|stream_index=0|pts=7341|pts_time=7.341000|dts=7341|dts_time=7.341000|duration=33|duration_time=0.033000|size=423|pos=285914|flags=__|data_hash=CRC32:799d9d42 +packet|codec_type=video|stream_index=0|pts=7374|pts_time=7.374000|dts=7374|dts_time=7.374000|duration=33|duration_time=0.033000|size=1161|pos=286357|flags=__|data_hash=CRC32:f37f1ffc +packet|codec_type=audio|stream_index=1|pts=7384|pts_time=7.384000|dts=7384|dts_time=7.384000|duration=46|duration_time=0.046000|size=314|pos=287538|flags=K_|data_hash=CRC32:ab18160b +packet|codec_type=video|stream_index=0|pts=7407|pts_time=7.407000|dts=7407|dts_time=7.407000|duration=33|duration_time=0.033000|size=1366|pos=287869|flags=__|data_hash=CRC32:6484b277 +packet|codec_type=audio|stream_index=1|pts=7430|pts_time=7.430000|dts=7430|dts_time=7.430000|duration=46|duration_time=0.046000|size=304|pos=289255|flags=K_|data_hash=CRC32:823aa6c6 +packet|codec_type=video|stream_index=0|pts=7441|pts_time=7.441000|dts=7441|dts_time=7.441000|duration=33|duration_time=0.033000|size=1325|pos=289576|flags=__|data_hash=CRC32:6eb411da +packet|codec_type=video|stream_index=0|pts=7474|pts_time=7.474000|dts=7474|dts_time=7.474000|duration=33|duration_time=0.033000|size=2687|pos=290921|flags=__|data_hash=CRC32:dc8f2e68 +packet|codec_type=audio|stream_index=1|pts=7477|pts_time=7.477000|dts=7477|dts_time=7.477000|duration=46|duration_time=0.046000|size=299|pos=293628|flags=K_|data_hash=CRC32:92c86961 +packet|codec_type=video|stream_index=0|pts=7508|pts_time=7.508000|dts=7508|dts_time=7.508000|duration=33|duration_time=0.033000|size=678|pos=293944|flags=__|data_hash=CRC32:bbd3fb62 +packet|codec_type=audio|stream_index=1|pts=7523|pts_time=7.523000|dts=7523|dts_time=7.523000|duration=46|duration_time=0.046000|size=311|pos=294642|flags=K_|data_hash=CRC32:8f7e6535 +packet|codec_type=video|stream_index=0|pts=7541|pts_time=7.541000|dts=7541|dts_time=7.541000|duration=33|duration_time=0.033000|size=491|pos=294970|flags=__|data_hash=CRC32:44e5e238 +packet|codec_type=audio|stream_index=1|pts=7570|pts_time=7.570000|dts=7570|dts_time=7.570000|duration=46|duration_time=0.046000|size=323|pos=295481|flags=K_|data_hash=CRC32:4572a6b6 +packet|codec_type=video|stream_index=0|pts=7574|pts_time=7.574000|dts=7574|dts_time=7.574000|duration=33|duration_time=0.033000|size=1056|pos=295821|flags=__|data_hash=CRC32:59790f4a +packet|codec_type=video|stream_index=0|pts=7608|pts_time=7.608000|dts=7608|dts_time=7.608000|duration=33|duration_time=0.033000|size=1549|pos=296897|flags=__|data_hash=CRC32:ede372d1 +packet|codec_type=audio|stream_index=1|pts=7616|pts_time=7.616000|dts=7616|dts_time=7.616000|duration=46|duration_time=0.046000|size=317|pos=298466|flags=K_|data_hash=CRC32:217926a5 +packet|codec_type=video|stream_index=0|pts=7641|pts_time=7.641000|dts=7641|dts_time=7.641000|duration=33|duration_time=0.033000|size=2502|pos=298800|flags=__|data_hash=CRC32:b4c753cb +packet|codec_type=audio|stream_index=1|pts=7663|pts_time=7.663000|dts=7663|dts_time=7.663000|duration=46|duration_time=0.046000|size=322|pos=301322|flags=K_|data_hash=CRC32:66da2414 +packet|codec_type=video|stream_index=0|pts=7674|pts_time=7.674000|dts=7674|dts_time=7.674000|duration=33|duration_time=0.033000|size=539|pos=301661|flags=__|data_hash=CRC32:957ce92c +packet|codec_type=video|stream_index=0|pts=7708|pts_time=7.708000|dts=7708|dts_time=7.708000|duration=33|duration_time=0.033000|size=594|pos=302220|flags=__|data_hash=CRC32:01178bad +packet|codec_type=audio|stream_index=1|pts=7709|pts_time=7.709000|dts=7709|dts_time=7.709000|duration=46|duration_time=0.046000|size=329|pos=302834|flags=K_|data_hash=CRC32:8570ef58 +packet|codec_type=video|stream_index=0|pts=7741|pts_time=7.741000|dts=7741|dts_time=7.741000|duration=33|duration_time=0.033000|size=1254|pos=303180|flags=__|data_hash=CRC32:7b42fdb2 +packet|codec_type=audio|stream_index=1|pts=7755|pts_time=7.755000|dts=7755|dts_time=7.755000|duration=46|duration_time=0.046000|size=342|pos=304454|flags=K_|data_hash=CRC32:866b46d1 +packet|codec_type=video|stream_index=0|pts=7774|pts_time=7.774000|dts=7774|dts_time=7.774000|duration=33|duration_time=0.033000|size=1341|pos=304813|flags=__|data_hash=CRC32:76ee5810 +packet|codec_type=audio|stream_index=1|pts=7802|pts_time=7.802000|dts=7802|dts_time=7.802000|duration=46|duration_time=0.046000|size=331|pos=306174|flags=K_|data_hash=CRC32:e836a9c7 +packet|codec_type=video|stream_index=0|pts=7808|pts_time=7.808000|dts=7808|dts_time=7.808000|duration=33|duration_time=0.033000|size=1358|pos=306522|flags=__|data_hash=CRC32:935430a2 +packet|codec_type=video|stream_index=0|pts=7841|pts_time=7.841000|dts=7841|dts_time=7.841000|duration=33|duration_time=0.033000|size=2336|pos=307900|flags=__|data_hash=CRC32:3ed5a208 +packet|codec_type=audio|stream_index=1|pts=7848|pts_time=7.848000|dts=7848|dts_time=7.848000|duration=46|duration_time=0.046000|size=343|pos=310256|flags=K_|data_hash=CRC32:eb15e72d +packet|codec_type=video|stream_index=0|pts=7875|pts_time=7.875000|dts=7875|dts_time=7.875000|duration=33|duration_time=0.033000|size=339|pos=310616|flags=__|data_hash=CRC32:10d2e236 +packet|codec_type=audio|stream_index=1|pts=7895|pts_time=7.895000|dts=7895|dts_time=7.895000|duration=46|duration_time=0.046000|size=327|pos=310975|flags=K_|data_hash=CRC32:fa82f874 +packet|codec_type=video|stream_index=0|pts=7908|pts_time=7.908000|dts=7908|dts_time=7.908000|duration=33|duration_time=0.033000|size=2159|pos=311319|flags=__|data_hash=CRC32:d84ad78a +packet|codec_type=audio|stream_index=1|pts=7941|pts_time=7.941000|dts=7941|dts_time=7.941000|duration=46|duration_time=0.046000|size=317|pos=313498|flags=K_|data_hash=CRC32:2f9ae86b +packet|codec_type=video|stream_index=0|pts=7941|pts_time=7.941000|dts=7941|dts_time=7.941000|duration=33|duration_time=0.033000|size=390|pos=313832|flags=__|data_hash=CRC32:d5f6e16d +packet|codec_type=video|stream_index=0|pts=7975|pts_time=7.975000|dts=7975|dts_time=7.975000|duration=33|duration_time=0.033000|size=479|pos=314242|flags=__|data_hash=CRC32:62ef0b83 +packet|codec_type=audio|stream_index=1|pts=7988|pts_time=7.988000|dts=7988|dts_time=7.988000|duration=46|duration_time=0.046000|size=313|pos=314741|flags=K_|data_hash=CRC32:de3136c8 +packet|codec_type=video|stream_index=0|pts=8008|pts_time=8.008000|dts=8008|dts_time=8.008000|duration=33|duration_time=0.033000|size=2157|pos=315071|flags=__|data_hash=CRC32:0cef0137 +packet|codec_type=audio|stream_index=1|pts=8034|pts_time=8.034000|dts=8034|dts_time=8.034000|duration=46|duration_time=0.046000|size=312|pos=317248|flags=K_|data_hash=CRC32:4abd9c07 +packet|codec_type=video|stream_index=0|pts=8041|pts_time=8.041000|dts=8041|dts_time=8.041000|duration=33|duration_time=0.033000|size=429|pos=317577|flags=__|data_hash=CRC32:87ebdeb2 +packet|codec_type=video|stream_index=0|pts=8075|pts_time=8.075000|dts=8075|dts_time=8.075000|duration=33|duration_time=0.033000|size=1953|pos=318026|flags=__|data_hash=CRC32:02a64621 +packet|codec_type=audio|stream_index=1|pts=8081|pts_time=8.081000|dts=8081|dts_time=8.081000|duration=46|duration_time=0.046000|size=318|pos=319999|flags=K_|data_hash=CRC32:f22024a9 +packet|codec_type=video|stream_index=0|pts=8108|pts_time=8.108000|dts=8108|dts_time=8.108000|duration=33|duration_time=0.033000|size=379|pos=320334|flags=__|data_hash=CRC32:b62cddd2 +packet|codec_type=audio|stream_index=1|pts=8127|pts_time=8.127000|dts=8127|dts_time=8.127000|duration=46|duration_time=0.046000|size=325|pos=320733|flags=K_|data_hash=CRC32:64fd8299 +packet|codec_type=video|stream_index=0|pts=8141|pts_time=8.141000|dts=8141|dts_time=8.141000|duration=33|duration_time=0.033000|size=1817|pos=321075|flags=__|data_hash=CRC32:c8592216 +packet|codec_type=audio|stream_index=1|pts=8173|pts_time=8.173000|dts=8173|dts_time=8.173000|duration=46|duration_time=0.046000|size=317|pos=322912|flags=K_|data_hash=CRC32:4691c3cf +packet|codec_type=video|stream_index=0|pts=8175|pts_time=8.175000|dts=8175|dts_time=8.175000|duration=33|duration_time=0.033000|size=372|pos=323246|flags=__|data_hash=CRC32:97c375b0 +packet|codec_type=video|stream_index=0|pts=8208|pts_time=8.208000|dts=8208|dts_time=8.208000|duration=33|duration_time=0.033000|size=1664|pos=323638|flags=__|data_hash=CRC32:ca3e11a7 +packet|codec_type=audio|stream_index=1|pts=8220|pts_time=8.220000|dts=8220|dts_time=8.220000|duration=46|duration_time=0.046000|size=308|pos=325322|flags=K_|data_hash=CRC32:09626471 +packet|codec_type=video|stream_index=0|pts=8242|pts_time=8.242000|dts=8242|dts_time=8.242000|duration=33|duration_time=0.033000|size=340|pos=325647|flags=__|data_hash=CRC32:a779f4f7 +packet|codec_type=audio|stream_index=1|pts=8266|pts_time=8.266000|dts=8266|dts_time=8.266000|duration=46|duration_time=0.046000|size=309|pos=326007|flags=K_|data_hash=CRC32:728889b5 +packet|codec_type=video|stream_index=0|pts=8275|pts_time=8.275000|dts=8275|dts_time=8.275000|duration=33|duration_time=0.033000|size=1955|pos=326333|flags=__|data_hash=CRC32:695aa624 +packet|codec_type=video|stream_index=0|pts=8308|pts_time=8.308000|dts=8308|dts_time=8.308000|duration=33|duration_time=0.033000|size=485|pos=328308|flags=__|data_hash=CRC32:51973647 +packet|codec_type=audio|stream_index=1|pts=8313|pts_time=8.313000|dts=8313|dts_time=8.313000|duration=46|duration_time=0.046000|size=315|pos=328813|flags=K_|data_hash=CRC32:c3488703 +packet|codec_type=video|stream_index=0|pts=8342|pts_time=8.342000|dts=8342|dts_time=8.342000|duration=33|duration_time=0.033000|size=1705|pos=329145|flags=__|data_hash=CRC32:5837d8d2 +packet|codec_type=audio|stream_index=1|pts=8359|pts_time=8.359000|dts=8359|dts_time=8.359000|duration=46|duration_time=0.046000|size=340|pos=330870|flags=K_|data_hash=CRC32:9e35fdd6 +packet|codec_type=video|stream_index=0|pts=8375|pts_time=8.375000|dts=8375|dts_time=8.375000|duration=33|duration_time=0.033000|size=411|pos=331227|flags=__|data_hash=CRC32:0f50eec7 +packet|codec_type=audio|stream_index=1|pts=8406|pts_time=8.406000|dts=8406|dts_time=8.406000|duration=46|duration_time=0.046000|size=326|pos=331658|flags=K_|data_hash=CRC32:719bf8ae +packet|codec_type=video|stream_index=0|pts=8408|pts_time=8.408000|dts=8408|dts_time=8.408000|duration=33|duration_time=0.033000|size=1818|pos=332001|flags=__|data_hash=CRC32:a33c3a86 +packet|codec_type=video|stream_index=0|pts=8442|pts_time=8.442000|dts=8442|dts_time=8.442000|duration=33|duration_time=0.033000|size=304|pos=333839|flags=__|data_hash=CRC32:e192b5c4 +packet|codec_type=audio|stream_index=1|pts=8452|pts_time=8.452000|dts=8452|dts_time=8.452000|duration=46|duration_time=0.046000|size=333|pos=334163|flags=K_|data_hash=CRC32:e927cbe1 +packet|codec_type=video|stream_index=0|pts=8475|pts_time=8.475000|dts=8475|dts_time=8.475000|duration=33|duration_time=0.033000|size=6302|pos=334513|flags=K_|data_hash=CRC32:2290178c +packet|codec_type=audio|stream_index=1|pts=8499|pts_time=8.499000|dts=8499|dts_time=8.499000|duration=46|duration_time=0.046000|size=340|pos=340835|flags=K_|data_hash=CRC32:2dfd7ad8 +packet|codec_type=video|stream_index=0|pts=8509|pts_time=8.509000|dts=8509|dts_time=8.509000|duration=33|duration_time=0.033000|size=1498|pos=341192|flags=__|data_hash=CRC32:e0611ee8 +packet|codec_type=video|stream_index=0|pts=8542|pts_time=8.542000|dts=8542|dts_time=8.542000|duration=33|duration_time=0.033000|size=434|pos=342710|flags=__|data_hash=CRC32:ffb5d9c5 +packet|codec_type=audio|stream_index=1|pts=8545|pts_time=8.545000|dts=8545|dts_time=8.545000|duration=46|duration_time=0.046000|size=338|pos=343164|flags=K_|data_hash=CRC32:954e8263 +packet|codec_type=video|stream_index=0|pts=8575|pts_time=8.575000|dts=8575|dts_time=8.575000|duration=33|duration_time=0.033000|size=1643|pos=343519|flags=__|data_hash=CRC32:c4e8ba5f +packet|codec_type=audio|stream_index=1|pts=8591|pts_time=8.591000|dts=8591|dts_time=8.591000|duration=46|duration_time=0.046000|size=357|pos=345182|flags=K_|data_hash=CRC32:944e4fde +packet|codec_type=video|stream_index=0|pts=8609|pts_time=8.609000|dts=8609|dts_time=8.609000|duration=33|duration_time=0.033000|size=213|pos=345556|flags=__|data_hash=CRC32:6b32090f +packet|codec_type=audio|stream_index=1|pts=8638|pts_time=8.638000|dts=8638|dts_time=8.638000|duration=46|duration_time=0.046000|size=340|pos=345789|flags=K_|data_hash=CRC32:edd08354 +packet|codec_type=video|stream_index=0|pts=8642|pts_time=8.642000|dts=8642|dts_time=8.642000|duration=33|duration_time=0.033000|size=1820|pos=346146|flags=__|data_hash=CRC32:e814434f +packet|codec_type=video|stream_index=0|pts=8675|pts_time=8.675000|dts=8675|dts_time=8.675000|duration=33|duration_time=0.033000|size=264|pos=347986|flags=__|data_hash=CRC32:c47e7364 +packet|codec_type=audio|stream_index=1|pts=8684|pts_time=8.684000|dts=8684|dts_time=8.684000|duration=46|duration_time=0.046000|size=335|pos=348270|flags=K_|data_hash=CRC32:6a3050c7 +packet|codec_type=video|stream_index=0|pts=8709|pts_time=8.709000|dts=8709|dts_time=8.709000|duration=33|duration_time=0.033000|size=1461|pos=348622|flags=__|data_hash=CRC32:9bf7c586 +packet|codec_type=audio|stream_index=1|pts=8731|pts_time=8.731000|dts=8731|dts_time=8.731000|duration=46|duration_time=0.046000|size=322|pos=350103|flags=K_|data_hash=CRC32:f8744c32 +packet|codec_type=video|stream_index=0|pts=8742|pts_time=8.742000|dts=8742|dts_time=8.742000|duration=33|duration_time=0.033000|size=239|pos=350442|flags=__|data_hash=CRC32:7549da5a +packet|codec_type=video|stream_index=0|pts=8775|pts_time=8.775000|dts=8775|dts_time=8.775000|duration=33|duration_time=0.033000|size=1581|pos=350701|flags=__|data_hash=CRC32:2d4be1b6 +packet|codec_type=audio|stream_index=1|pts=8777|pts_time=8.777000|dts=8777|dts_time=8.777000|duration=46|duration_time=0.046000|size=318|pos=352302|flags=K_|data_hash=CRC32:e85d4c2c +packet|codec_type=video|stream_index=0|pts=8809|pts_time=8.809000|dts=8809|dts_time=8.809000|duration=33|duration_time=0.033000|size=212|pos=352637|flags=__|data_hash=CRC32:5b804b23 +packet|codec_type=audio|stream_index=1|pts=8824|pts_time=8.824000|dts=8824|dts_time=8.824000|duration=46|duration_time=0.046000|size=326|pos=352869|flags=K_|data_hash=CRC32:a2b69ebf +packet|codec_type=video|stream_index=0|pts=8842|pts_time=8.842000|dts=8842|dts_time=8.842000|duration=33|duration_time=0.033000|size=1351|pos=353212|flags=__|data_hash=CRC32:5f901255 +packet|codec_type=audio|stream_index=1|pts=8870|pts_time=8.870000|dts=8870|dts_time=8.870000|duration=46|duration_time=0.046000|size=341|pos=354583|flags=K_|data_hash=CRC32:f928467f +packet|codec_type=video|stream_index=0|pts=8876|pts_time=8.876000|dts=8876|dts_time=8.876000|duration=33|duration_time=0.033000|size=448|pos=354941|flags=__|data_hash=CRC32:ab757d3b +packet|codec_type=video|stream_index=0|pts=8909|pts_time=8.909000|dts=8909|dts_time=8.909000|duration=33|duration_time=0.033000|size=1403|pos=355409|flags=__|data_hash=CRC32:b01c66f4 +packet|codec_type=audio|stream_index=1|pts=8916|pts_time=8.916000|dts=8916|dts_time=8.916000|duration=46|duration_time=0.046000|size=319|pos=356832|flags=K_|data_hash=CRC32:0926072d +packet|codec_type=video|stream_index=0|pts=8942|pts_time=8.942000|dts=8942|dts_time=8.942000|duration=33|duration_time=0.033000|size=491|pos=357168|flags=__|data_hash=CRC32:0367ac76 +packet|codec_type=audio|stream_index=1|pts=8963|pts_time=8.963000|dts=8963|dts_time=8.963000|duration=46|duration_time=0.046000|size=303|pos=357679|flags=K_|data_hash=CRC32:d41fe125 +packet|codec_type=video|stream_index=0|pts=8976|pts_time=8.976000|dts=8976|dts_time=8.976000|duration=33|duration_time=0.033000|size=1606|pos=357999|flags=__|data_hash=CRC32:662f0120 +packet|codec_type=audio|stream_index=1|pts=9009|pts_time=9.009000|dts=9009|dts_time=9.009000|duration=46|duration_time=0.046000|size=291|pos=359625|flags=K_|data_hash=CRC32:f90846c9 +packet|codec_type=video|stream_index=0|pts=9009|pts_time=9.009000|dts=9009|dts_time=9.009000|duration=33|duration_time=0.033000|size=304|pos=359933|flags=__|data_hash=CRC32:18968792 +packet|codec_type=video|stream_index=0|pts=9042|pts_time=9.042000|dts=9042|dts_time=9.042000|duration=33|duration_time=0.033000|size=1537|pos=360257|flags=__|data_hash=CRC32:5469d062 +packet|codec_type=audio|stream_index=1|pts=9056|pts_time=9.056000|dts=9056|dts_time=9.056000|duration=46|duration_time=0.046000|size=307|pos=361814|flags=K_|data_hash=CRC32:ef8ffe20 +packet|codec_type=video|stream_index=0|pts=9076|pts_time=9.076000|dts=9076|dts_time=9.076000|duration=33|duration_time=0.033000|size=342|pos=362138|flags=__|data_hash=CRC32:dd1d6dbb +packet|codec_type=audio|stream_index=1|pts=9102|pts_time=9.102000|dts=9102|dts_time=9.102000|duration=46|duration_time=0.046000|size=335|pos=362500|flags=K_|data_hash=CRC32:ccc6f929 +packet|codec_type=video|stream_index=0|pts=9109|pts_time=9.109000|dts=9109|dts_time=9.109000|duration=33|duration_time=0.033000|size=1405|pos=362852|flags=__|data_hash=CRC32:6558f9bb +packet|codec_type=video|stream_index=0|pts=9142|pts_time=9.142000|dts=9142|dts_time=9.142000|duration=33|duration_time=0.033000|size=351|pos=364277|flags=__|data_hash=CRC32:867aaa58 +packet|codec_type=audio|stream_index=1|pts=9149|pts_time=9.149000|dts=9149|dts_time=9.149000|duration=46|duration_time=0.046000|size=348|pos=364648|flags=K_|data_hash=CRC32:d0911535 +packet|codec_type=video|stream_index=0|pts=9176|pts_time=9.176000|dts=9176|dts_time=9.176000|duration=33|duration_time=0.033000|size=1451|pos=365013|flags=__|data_hash=CRC32:8c786cd9 +packet|codec_type=audio|stream_index=1|pts=9195|pts_time=9.195000|dts=9195|dts_time=9.195000|duration=46|duration_time=0.046000|size=346|pos=366484|flags=K_|data_hash=CRC32:4d6976df +packet|codec_type=video|stream_index=0|pts=9209|pts_time=9.209000|dts=9209|dts_time=9.209000|duration=33|duration_time=0.033000|size=490|pos=366847|flags=__|data_hash=CRC32:d80d8605 +packet|codec_type=audio|stream_index=1|pts=9242|pts_time=9.242000|dts=9242|dts_time=9.242000|duration=46|duration_time=0.046000|size=333|pos=367357|flags=K_|data_hash=CRC32:dac6e6f2 +packet|codec_type=video|stream_index=0|pts=9243|pts_time=9.243000|dts=9243|dts_time=9.243000|duration=33|duration_time=0.033000|size=1524|pos=367707|flags=__|data_hash=CRC32:c3d07b7a +packet|codec_type=video|stream_index=0|pts=9276|pts_time=9.276000|dts=9276|dts_time=9.276000|duration=33|duration_time=0.033000|size=556|pos=369251|flags=__|data_hash=CRC32:3cb8f0fa +packet|codec_type=audio|stream_index=1|pts=9288|pts_time=9.288000|dts=9288|dts_time=9.288000|duration=46|duration_time=0.046000|size=338|pos=369827|flags=K_|data_hash=CRC32:2eade044 +packet|codec_type=video|stream_index=0|pts=9309|pts_time=9.309000|dts=9309|dts_time=9.309000|duration=33|duration_time=0.033000|size=1414|pos=370182|flags=__|data_hash=CRC32:e4c49a5e +packet|codec_type=audio|stream_index=1|pts=9334|pts_time=9.334000|dts=9334|dts_time=9.334000|duration=46|duration_time=0.046000|size=328|pos=371616|flags=K_|data_hash=CRC32:2a757134 +packet|codec_type=video|stream_index=0|pts=9343|pts_time=9.343000|dts=9343|dts_time=9.343000|duration=33|duration_time=0.033000|size=808|pos=371961|flags=__|data_hash=CRC32:9ec00704 +packet|codec_type=video|stream_index=0|pts=9376|pts_time=9.376000|dts=9376|dts_time=9.376000|duration=33|duration_time=0.033000|size=871|pos=372789|flags=__|data_hash=CRC32:67e02ddd +packet|codec_type=audio|stream_index=1|pts=9381|pts_time=9.381000|dts=9381|dts_time=9.381000|duration=46|duration_time=0.046000|size=334|pos=373680|flags=K_|data_hash=CRC32:3d50fa76 +packet|codec_type=video|stream_index=0|pts=9409|pts_time=9.409000|dts=9409|dts_time=9.409000|duration=33|duration_time=0.033000|size=562|pos=374031|flags=__|data_hash=CRC32:b4925536 +packet|codec_type=audio|stream_index=1|pts=9427|pts_time=9.427000|dts=9427|dts_time=9.427000|duration=46|duration_time=0.046000|size=364|pos=374613|flags=K_|data_hash=CRC32:d936a611 +packet|codec_type=video|stream_index=0|pts=9443|pts_time=9.443000|dts=9443|dts_time=9.443000|duration=33|duration_time=0.033000|size=711|pos=374994|flags=__|data_hash=CRC32:8842cf6e +packet|codec_type=audio|stream_index=1|pts=9474|pts_time=9.474000|dts=9474|dts_time=9.474000|duration=46|duration_time=0.046000|size=350|pos=375725|flags=K_|data_hash=CRC32:004fc6a5 +packet|codec_type=video|stream_index=0|pts=9476|pts_time=9.476000|dts=9476|dts_time=9.476000|duration=33|duration_time=0.033000|size=1209|pos=376092|flags=__|data_hash=CRC32:89e0866a +packet|codec_type=video|stream_index=0|pts=9510|pts_time=9.510000|dts=9510|dts_time=9.510000|duration=33|duration_time=0.033000|size=483|pos=377321|flags=__|data_hash=CRC32:952b1a6f +packet|codec_type=audio|stream_index=1|pts=9520|pts_time=9.520000|dts=9520|dts_time=9.520000|duration=46|duration_time=0.046000|size=348|pos=377824|flags=K_|data_hash=CRC32:314e7eb1 +packet|codec_type=video|stream_index=0|pts=9543|pts_time=9.543000|dts=9543|dts_time=9.543000|duration=33|duration_time=0.033000|size=422|pos=378189|flags=__|data_hash=CRC32:97ea1adf +packet|codec_type=audio|stream_index=1|pts=9567|pts_time=9.567000|dts=9567|dts_time=9.567000|duration=46|duration_time=0.046000|size=354|pos=378631|flags=K_|data_hash=CRC32:4eb4dd74 +packet|codec_type=video|stream_index=0|pts=9576|pts_time=9.576000|dts=9576|dts_time=9.576000|duration=33|duration_time=0.033000|size=533|pos=379002|flags=__|data_hash=CRC32:32282d12 +packet|codec_type=video|stream_index=0|pts=9610|pts_time=9.610000|dts=9610|dts_time=9.610000|duration=33|duration_time=0.033000|size=490|pos=379555|flags=__|data_hash=CRC32:df09aad5 +packet|codec_type=audio|stream_index=1|pts=9613|pts_time=9.613000|dts=9613|dts_time=9.613000|duration=46|duration_time=0.046000|size=358|pos=380065|flags=K_|data_hash=CRC32:032aac0d +packet|codec_type=video|stream_index=0|pts=9643|pts_time=9.643000|dts=9643|dts_time=9.643000|duration=33|duration_time=0.033000|size=972|pos=380440|flags=__|data_hash=CRC32:dfe239a5 +packet|codec_type=audio|stream_index=1|pts=9660|pts_time=9.660000|dts=9660|dts_time=9.660000|duration=46|duration_time=0.046000|size=361|pos=381432|flags=K_|data_hash=CRC32:c758edef +packet|codec_type=video|stream_index=0|pts=9676|pts_time=9.676000|dts=9676|dts_time=9.676000|duration=33|duration_time=0.033000|size=370|pos=381810|flags=__|data_hash=CRC32:18bf63af +packet|codec_type=audio|stream_index=1|pts=9706|pts_time=9.706000|dts=9706|dts_time=9.706000|duration=46|duration_time=0.046000|size=354|pos=382200|flags=K_|data_hash=CRC32:1b23fac4 +packet|codec_type=video|stream_index=0|pts=9710|pts_time=9.710000|dts=9710|dts_time=9.710000|duration=33|duration_time=0.033000|size=348|pos=382571|flags=__|data_hash=CRC32:b6ecb8fe +packet|codec_type=video|stream_index=0|pts=9743|pts_time=9.743000|dts=9743|dts_time=9.743000|duration=33|duration_time=0.033000|size=449|pos=382939|flags=__|data_hash=CRC32:99ec4250 +packet|codec_type=audio|stream_index=1|pts=9752|pts_time=9.752000|dts=9752|dts_time=9.752000|duration=46|duration_time=0.046000|size=369|pos=383408|flags=K_|data_hash=CRC32:25045152 +packet|codec_type=video|stream_index=0|pts=9776|pts_time=9.776000|dts=9776|dts_time=9.776000|duration=33|duration_time=0.033000|size=447|pos=383794|flags=__|data_hash=CRC32:53378d54 +packet|codec_type=audio|stream_index=1|pts=9799|pts_time=9.799000|dts=9799|dts_time=9.799000|duration=46|duration_time=0.046000|size=359|pos=384261|flags=K_|data_hash=CRC32:387d406d +packet|codec_type=video|stream_index=0|pts=9810|pts_time=9.810000|dts=9810|dts_time=9.810000|duration=33|duration_time=0.033000|size=414|pos=384637|flags=__|data_hash=CRC32:ab76fa07 +packet|codec_type=video|stream_index=0|pts=9843|pts_time=9.843000|dts=9843|dts_time=9.843000|duration=33|duration_time=0.033000|size=467|pos=385071|flags=__|data_hash=CRC32:e0d0f23c +packet|codec_type=audio|stream_index=1|pts=9845|pts_time=9.845000|dts=9845|dts_time=9.845000|duration=46|duration_time=0.046000|size=348|pos=385558|flags=K_|data_hash=CRC32:13f83e98 +packet|codec_type=video|stream_index=0|pts=9877|pts_time=9.877000|dts=9877|dts_time=9.877000|duration=33|duration_time=0.033000|size=890|pos=385923|flags=__|data_hash=CRC32:ef8759d9 +packet|codec_type=audio|stream_index=1|pts=9892|pts_time=9.892000|dts=9892|dts_time=9.892000|duration=46|duration_time=0.046000|size=346|pos=386833|flags=K_|data_hash=CRC32:4c0da0e0 +packet|codec_type=video|stream_index=0|pts=9910|pts_time=9.910000|dts=9910|dts_time=9.910000|duration=33|duration_time=0.033000|size=387|pos=387196|flags=__|data_hash=CRC32:9e2b0fa2 +packet|codec_type=audio|stream_index=1|pts=9938|pts_time=9.938000|dts=9938|dts_time=9.938000|duration=46|duration_time=0.046000|size=350|pos=387603|flags=K_|data_hash=CRC32:7b52e49d +packet|codec_type=video|stream_index=0|pts=9943|pts_time=9.943000|dts=9943|dts_time=9.943000|duration=33|duration_time=0.033000|size=351|pos=387970|flags=__|data_hash=CRC32:d1874a20 +packet|codec_type=video|stream_index=0|pts=9977|pts_time=9.977000|dts=9977|dts_time=9.977000|duration=33|duration_time=0.033000|size=720|pos=388341|flags=__|data_hash=CRC32:1dbb852e +packet|codec_type=audio|stream_index=1|pts=9985|pts_time=9.985000|dts=9985|dts_time=9.985000|duration=46|duration_time=0.046000|size=359|pos=389081|flags=K_|data_hash=CRC32:6efd45ba +packet|codec_type=video|stream_index=0|pts=10010|pts_time=10.010000|dts=10010|dts_time=10.010000|duration=33|duration_time=0.033000|size=855|pos=389457|flags=__|data_hash=CRC32:9266ff7a +packet|codec_type=audio|stream_index=1|pts=10031|pts_time=10.031000|dts=10031|dts_time=10.031000|duration=46|duration_time=0.046000|size=355|pos=390332|flags=K_|data_hash=CRC32:58c387cc +packet|codec_type=video|stream_index=0|pts=10043|pts_time=10.043000|dts=10043|dts_time=10.043000|duration=33|duration_time=0.033000|size=742|pos=390704|flags=__|data_hash=CRC32:b48053b8 +packet|codec_type=audio|stream_index=1|pts=10077|pts_time=10.077000|dts=10077|dts_time=10.077000|duration=46|duration_time=0.046000|size=320|pos=391466|flags=K_|data_hash=CRC32:115fa28d +packet|codec_type=video|stream_index=0|pts=10077|pts_time=10.077000|dts=10077|dts_time=10.077000|duration=33|duration_time=0.033000|size=835|pos=391803|flags=__|data_hash=CRC32:5e06bb03 +packet|codec_type=video|stream_index=0|pts=10110|pts_time=10.110000|dts=10110|dts_time=10.110000|duration=33|duration_time=0.033000|size=1610|pos=392658|flags=__|data_hash=CRC32:fafab2d1 +packet|codec_type=audio|stream_index=1|pts=10124|pts_time=10.124000|dts=10124|dts_time=10.124000|duration=46|duration_time=0.046000|size=348|pos=394288|flags=K_|data_hash=CRC32:92d59397 +packet|codec_type=video|stream_index=0|pts=10143|pts_time=10.143000|dts=10143|dts_time=10.143000|duration=33|duration_time=0.033000|size=637|pos=394653|flags=__|data_hash=CRC32:6e59b37f +packet|codec_type=audio|stream_index=1|pts=10170|pts_time=10.170000|dts=10170|dts_time=10.170000|duration=46|duration_time=0.046000|size=370|pos=395310|flags=K_|data_hash=CRC32:3ea66fa9 +packet|codec_type=video|stream_index=0|pts=10177|pts_time=10.177000|dts=10177|dts_time=10.177000|duration=33|duration_time=0.033000|size=614|pos=395697|flags=__|data_hash=CRC32:4f7f5e8e +packet|codec_type=video|stream_index=0|pts=10210|pts_time=10.210000|dts=10210|dts_time=10.210000|duration=33|duration_time=0.033000|size=1143|pos=396331|flags=__|data_hash=CRC32:d877789c +packet|codec_type=audio|stream_index=1|pts=10217|pts_time=10.217000|dts=10217|dts_time=10.217000|duration=46|duration_time=0.046000|size=353|pos=397494|flags=K_|data_hash=CRC32:22050bd1 +packet|codec_type=video|stream_index=0|pts=10244|pts_time=10.244000|dts=10244|dts_time=10.244000|duration=33|duration_time=0.033000|size=1262|pos=397864|flags=__|data_hash=CRC32:6d88aa4f +packet|codec_type=audio|stream_index=1|pts=10263|pts_time=10.263000|dts=10263|dts_time=10.263000|duration=46|duration_time=0.046000|size=367|pos=399146|flags=K_|data_hash=CRC32:077e57a2 +packet|codec_type=video|stream_index=0|pts=10277|pts_time=10.277000|dts=10277|dts_time=10.277000|duration=33|duration_time=0.033000|size=1618|pos=399530|flags=__|data_hash=CRC32:175e29a2 +packet|codec_type=audio|stream_index=1|pts=10310|pts_time=10.310000|dts=10310|dts_time=10.310000|duration=46|duration_time=0.046000|size=350|pos=401168|flags=K_|data_hash=CRC32:346c722e +packet|codec_type=video|stream_index=0|pts=10310|pts_time=10.310000|dts=10310|dts_time=10.310000|duration=33|duration_time=0.033000|size=2345|pos=401535|flags=__|data_hash=CRC32:ccf488bd +packet|codec_type=video|stream_index=0|pts=10344|pts_time=10.344000|dts=10344|dts_time=10.344000|duration=33|duration_time=0.033000|size=1029|pos=403900|flags=__|data_hash=CRC32:4b3a69da +packet|codec_type=audio|stream_index=1|pts=10356|pts_time=10.356000|dts=10356|dts_time=10.356000|duration=46|duration_time=0.046000|size=353|pos=404949|flags=K_|data_hash=CRC32:de07f5ea +packet|codec_type=video|stream_index=0|pts=10377|pts_time=10.377000|dts=10377|dts_time=10.377000|duration=33|duration_time=0.033000|size=932|pos=405319|flags=__|data_hash=CRC32:dfb7b52c +packet|codec_type=audio|stream_index=1|pts=10403|pts_time=10.403000|dts=10403|dts_time=10.403000|duration=46|duration_time=0.046000|size=336|pos=406271|flags=K_|data_hash=CRC32:2dbed9ee +packet|codec_type=video|stream_index=0|pts=10410|pts_time=10.410000|dts=10410|dts_time=10.410000|duration=33|duration_time=0.033000|size=1688|pos=406624|flags=__|data_hash=CRC32:6fc6be0f +packet|codec_type=video|stream_index=0|pts=10444|pts_time=10.444000|dts=10444|dts_time=10.444000|duration=33|duration_time=0.033000|size=4159|pos=408332|flags=K_|data_hash=CRC32:6988ae22 +packet|codec_type=audio|stream_index=1|pts=10449|pts_time=10.449000|dts=10449|dts_time=10.449000|duration=46|duration_time=0.046000|size=334|pos=412511|flags=K_|data_hash=CRC32:7b903b6f +packet|codec_type=video|stream_index=0|pts=10477|pts_time=10.477000|dts=10477|dts_time=10.477000|duration=33|duration_time=0.033000|size=2039|pos=412862|flags=__|data_hash=CRC32:c0cf0abd +packet|codec_type=audio|stream_index=1|pts=10495|pts_time=10.495000|dts=10495|dts_time=10.495000|duration=46|duration_time=0.046000|size=358|pos=414921|flags=K_|data_hash=CRC32:2e46c79f +packet|codec_type=video|stream_index=0|pts=10511|pts_time=10.511000|dts=10511|dts_time=10.511000|duration=33|duration_time=0.033000|size=614|pos=415296|flags=__|data_hash=CRC32:682066fb +packet|codec_type=audio|stream_index=1|pts=10542|pts_time=10.542000|dts=10542|dts_time=10.542000|duration=46|duration_time=0.046000|size=344|pos=415930|flags=K_|data_hash=CRC32:037d4b43 +packet|codec_type=video|stream_index=0|pts=10544|pts_time=10.544000|dts=10544|dts_time=10.544000|duration=33|duration_time=0.033000|size=1749|pos=416291|flags=__|data_hash=CRC32:09ab2b77 +packet|codec_type=video|stream_index=0|pts=10577|pts_time=10.577000|dts=10577|dts_time=10.577000|duration=33|duration_time=0.033000|size=2609|pos=418060|flags=__|data_hash=CRC32:3630dc54 +packet|codec_type=audio|stream_index=1|pts=10588|pts_time=10.588000|dts=10588|dts_time=10.588000|duration=46|duration_time=0.046000|size=344|pos=420689|flags=K_|data_hash=CRC32:73dfce6a +packet|codec_type=video|stream_index=0|pts=10611|pts_time=10.611000|dts=10611|dts_time=10.611000|duration=33|duration_time=0.033000|size=689|pos=421050|flags=__|data_hash=CRC32:6700928b +packet|codec_type=audio|stream_index=1|pts=10635|pts_time=10.635000|dts=10635|dts_time=10.635000|duration=46|duration_time=0.046000|size=356|pos=421759|flags=K_|data_hash=CRC32:5596b779 +packet|codec_type=video|stream_index=0|pts=10644|pts_time=10.644000|dts=10644|dts_time=10.644000|duration=33|duration_time=0.033000|size=2259|pos=422132|flags=__|data_hash=CRC32:264fcb3f +packet|codec_type=video|stream_index=0|pts=10677|pts_time=10.677000|dts=10677|dts_time=10.677000|duration=33|duration_time=0.033000|size=2494|pos=424411|flags=__|data_hash=CRC32:67753c81 +packet|codec_type=audio|stream_index=1|pts=10681|pts_time=10.681000|dts=10681|dts_time=10.681000|duration=46|duration_time=0.046000|size=354|pos=426925|flags=K_|data_hash=CRC32:3d7b1c0d +packet|codec_type=video|stream_index=0|pts=10711|pts_time=10.711000|dts=10711|dts_time=10.711000|duration=33|duration_time=0.033000|size=2457|pos=427296|flags=__|data_hash=CRC32:f02a3205 +packet|codec_type=audio|stream_index=1|pts=10728|pts_time=10.728000|dts=10728|dts_time=10.728000|duration=46|duration_time=0.046000|size=330|pos=429773|flags=K_|data_hash=CRC32:f9310cfe +packet|codec_type=video|stream_index=0|pts=10744|pts_time=10.744000|dts=10744|dts_time=10.744000|duration=33|duration_time=0.033000|size=2476|pos=430120|flags=__|data_hash=CRC32:eac06b3e +packet|codec_type=audio|stream_index=1|pts=10774|pts_time=10.774000|dts=10774|dts_time=10.774000|duration=46|duration_time=0.046000|size=328|pos=432616|flags=K_|data_hash=CRC32:9618f3ab +packet|codec_type=video|stream_index=0|pts=10777|pts_time=10.777000|dts=10777|dts_time=10.777000|duration=33|duration_time=0.033000|size=2560|pos=432961|flags=__|data_hash=CRC32:4c277ba1 +packet|codec_type=video|stream_index=0|pts=10811|pts_time=10.811000|dts=10811|dts_time=10.811000|duration=33|duration_time=0.033000|size=2679|pos=435541|flags=__|data_hash=CRC32:e070caf2 +packet|codec_type=audio|stream_index=1|pts=10820|pts_time=10.820000|dts=10820|dts_time=10.820000|duration=46|duration_time=0.046000|size=351|pos=438240|flags=K_|data_hash=CRC32:19bb5b6c +packet|codec_type=video|stream_index=0|pts=10844|pts_time=10.844000|dts=10844|dts_time=10.844000|duration=33|duration_time=0.033000|size=2795|pos=438608|flags=__|data_hash=CRC32:6642234c +packet|codec_type=audio|stream_index=1|pts=10867|pts_time=10.867000|dts=10867|dts_time=10.867000|duration=46|duration_time=0.046000|size=364|pos=441423|flags=K_|data_hash=CRC32:4dbd8e39 +packet|codec_type=video|stream_index=0|pts=10878|pts_time=10.878000|dts=10878|dts_time=10.878000|duration=33|duration_time=0.033000|size=2927|pos=441804|flags=__|data_hash=CRC32:0c7d6e1b +packet|codec_type=video|stream_index=0|pts=10911|pts_time=10.911000|dts=10911|dts_time=10.911000|duration=33|duration_time=0.033000|size=2437|pos=444751|flags=__|data_hash=CRC32:29100f02 +packet|codec_type=audio|stream_index=1|pts=10913|pts_time=10.913000|dts=10913|dts_time=10.913000|duration=46|duration_time=0.046000|size=365|pos=447208|flags=K_|data_hash=CRC32:f4732e1d +packet|codec_type=video|stream_index=0|pts=10944|pts_time=10.944000|dts=10944|dts_time=10.944000|duration=33|duration_time=0.033000|size=2663|pos=447590|flags=__|data_hash=CRC32:42a7b089 +packet|codec_type=audio|stream_index=1|pts=10960|pts_time=10.960000|dts=10960|dts_time=10.960000|duration=46|duration_time=0.046000|size=341|pos=450273|flags=K_|data_hash=CRC32:270d8e2f +packet|codec_type=video|stream_index=0|pts=10978|pts_time=10.978000|dts=10978|dts_time=10.978000|duration=33|duration_time=0.033000|size=2688|pos=450631|flags=__|data_hash=CRC32:e6b1e69d +packet|codec_type=audio|stream_index=1|pts=11006|pts_time=11.006000|dts=11006|dts_time=11.006000|duration=46|duration_time=0.046000|size=330|pos=453339|flags=K_|data_hash=CRC32:ffedf602 +packet|codec_type=video|stream_index=0|pts=11011|pts_time=11.011000|dts=11011|dts_time=11.011000|duration=33|duration_time=0.033000|size=2727|pos=453686|flags=__|data_hash=CRC32:0e15158e +packet|codec_type=video|stream_index=0|pts=11044|pts_time=11.044000|dts=11044|dts_time=11.044000|duration=33|duration_time=0.033000|size=2747|pos=456433|flags=__|data_hash=CRC32:5456aa57 +packet|codec_type=audio|stream_index=1|pts=11053|pts_time=11.053000|dts=11053|dts_time=11.053000|duration=46|duration_time=0.046000|size=358|pos=459200|flags=K_|data_hash=CRC32:cac56902 +packet|codec_type=video|stream_index=0|pts=11078|pts_time=11.078000|dts=11078|dts_time=11.078000|duration=33|duration_time=0.033000|size=3602|pos=459575|flags=__|data_hash=CRC32:a332e21c +packet|codec_type=audio|stream_index=1|pts=11099|pts_time=11.099000|dts=11099|dts_time=11.099000|duration=46|duration_time=0.046000|size=367|pos=463197|flags=K_|data_hash=CRC32:6e7f4f1d +packet|codec_type=video|stream_index=0|pts=11111|pts_time=11.111000|dts=11111|dts_time=11.111000|duration=33|duration_time=0.033000|size=1334|pos=463581|flags=__|data_hash=CRC32:5c4e2f6d +packet|codec_type=video|stream_index=0|pts=11144|pts_time=11.144000|dts=11144|dts_time=11.144000|duration=33|duration_time=0.033000|size=2562|pos=464935|flags=__|data_hash=CRC32:ebc7e2ca +packet|codec_type=audio|stream_index=1|pts=11146|pts_time=11.146000|dts=11146|dts_time=11.146000|duration=46|duration_time=0.046000|size=353|pos=467517|flags=K_|data_hash=CRC32:cfe498a5 +packet|codec_type=video|stream_index=0|pts=11178|pts_time=11.178000|dts=11178|dts_time=11.178000|duration=33|duration_time=0.033000|size=2917|pos=467887|flags=__|data_hash=CRC32:77f836e3 +packet|codec_type=audio|stream_index=1|pts=11192|pts_time=11.192000|dts=11192|dts_time=11.192000|duration=46|duration_time=0.046000|size=336|pos=470824|flags=K_|data_hash=CRC32:9ee13031 +packet|codec_type=video|stream_index=0|pts=11211|pts_time=11.211000|dts=11211|dts_time=11.211000|duration=33|duration_time=0.033000|size=2788|pos=471177|flags=__|data_hash=CRC32:79aa2cce +packet|codec_type=audio|stream_index=1|pts=11238|pts_time=11.238000|dts=11238|dts_time=11.238000|duration=46|duration_time=0.046000|size=329|pos=473985|flags=K_|data_hash=CRC32:86c3f096 +packet|codec_type=video|stream_index=0|pts=11245|pts_time=11.245000|dts=11245|dts_time=11.245000|duration=33|duration_time=0.033000|size=2876|pos=474331|flags=__|data_hash=CRC32:f71a01f7 +packet|codec_type=video|stream_index=0|pts=11278|pts_time=11.278000|dts=11278|dts_time=11.278000|duration=33|duration_time=0.033000|size=2782|pos=477227|flags=__|data_hash=CRC32:66c68a76 +packet|codec_type=audio|stream_index=1|pts=11285|pts_time=11.285000|dts=11285|dts_time=11.285000|duration=46|duration_time=0.046000|size=323|pos=480029|flags=K_|data_hash=CRC32:1e715e07 +packet|codec_type=video|stream_index=0|pts=11311|pts_time=11.311000|dts=11311|dts_time=11.311000|duration=33|duration_time=0.033000|size=2393|pos=480369|flags=__|data_hash=CRC32:ca824913 +packet|codec_type=audio|stream_index=1|pts=11331|pts_time=11.331000|dts=11331|dts_time=11.331000|duration=46|duration_time=0.046000|size=328|pos=482782|flags=K_|data_hash=CRC32:57b8fe27 +packet|codec_type=video|stream_index=0|pts=11345|pts_time=11.345000|dts=11345|dts_time=11.345000|duration=33|duration_time=0.033000|size=2773|pos=483127|flags=__|data_hash=CRC32:6bc9c9d7 +packet|codec_type=audio|stream_index=1|pts=11378|pts_time=11.378000|dts=11378|dts_time=11.378000|duration=46|duration_time=0.046000|size=345|pos=485920|flags=K_|data_hash=CRC32:95f244d4 +packet|codec_type=video|stream_index=0|pts=11378|pts_time=11.378000|dts=11378|dts_time=11.378000|duration=33|duration_time=0.033000|size=2972|pos=486282|flags=__|data_hash=CRC32:9fdef1d9 +packet|codec_type=video|stream_index=0|pts=11411|pts_time=11.411000|dts=11411|dts_time=11.411000|duration=33|duration_time=0.033000|size=3480|pos=489274|flags=__|data_hash=CRC32:977f9784 +packet|codec_type=audio|stream_index=1|pts=11424|pts_time=11.424000|dts=11424|dts_time=11.424000|duration=46|duration_time=0.046000|size=345|pos=492774|flags=K_|data_hash=CRC32:9c69a0dc +packet|codec_type=video|stream_index=0|pts=11445|pts_time=11.445000|dts=11445|dts_time=11.445000|duration=33|duration_time=0.033000|size=1078|pos=493136|flags=__|data_hash=CRC32:4a479a66 +packet|codec_type=audio|stream_index=1|pts=11471|pts_time=11.471000|dts=11471|dts_time=11.471000|duration=46|duration_time=0.046000|size=349|pos=494234|flags=K_|data_hash=CRC32:0fcb70ef +packet|codec_type=video|stream_index=0|pts=11478|pts_time=11.478000|dts=11478|dts_time=11.478000|duration=33|duration_time=0.033000|size=3385|pos=494600|flags=__|data_hash=CRC32:f1d76112 +packet|codec_type=video|stream_index=0|pts=11512|pts_time=11.512000|dts=11512|dts_time=11.512000|duration=33|duration_time=0.033000|size=1408|pos=498005|flags=__|data_hash=CRC32:12165420 +packet|codec_type=audio|stream_index=1|pts=11517|pts_time=11.517000|dts=11517|dts_time=11.517000|duration=46|duration_time=0.046000|size=340|pos=499433|flags=K_|data_hash=CRC32:e867c459 +packet|codec_type=video|stream_index=0|pts=11545|pts_time=11.545000|dts=11545|dts_time=11.545000|duration=33|duration_time=0.033000|size=2543|pos=499790|flags=__|data_hash=CRC32:d3803831 +packet|codec_type=audio|stream_index=1|pts=11564|pts_time=11.564000|dts=11564|dts_time=11.564000|duration=46|duration_time=0.046000|size=352|pos=502353|flags=K_|data_hash=CRC32:029632be +packet|codec_type=video|stream_index=0|pts=11578|pts_time=11.578000|dts=11578|dts_time=11.578000|duration=33|duration_time=0.033000|size=3609|pos=502722|flags=__|data_hash=CRC32:ebd09926 +packet|codec_type=audio|stream_index=1|pts=11610|pts_time=11.610000|dts=11610|dts_time=11.610000|duration=46|duration_time=0.046000|size=345|pos=506351|flags=K_|data_hash=CRC32:8374b7c9 +packet|codec_type=video|stream_index=0|pts=11612|pts_time=11.612000|dts=11612|dts_time=11.612000|duration=33|duration_time=0.033000|size=1078|pos=506713|flags=__|data_hash=CRC32:96db1ff7 +packet|codec_type=video|stream_index=0|pts=11645|pts_time=11.645000|dts=11645|dts_time=11.645000|duration=33|duration_time=0.033000|size=2600|pos=507811|flags=__|data_hash=CRC32:d35f9e6f +packet|codec_type=audio|stream_index=1|pts=11656|pts_time=11.656000|dts=11656|dts_time=11.656000|duration=46|duration_time=0.046000|size=346|pos=510431|flags=K_|data_hash=CRC32:4e6b44cb +packet|codec_type=video|stream_index=0|pts=11678|pts_time=11.678000|dts=11678|dts_time=11.678000|duration=33|duration_time=0.033000|size=1190|pos=510794|flags=__|data_hash=CRC32:a0206c90 +stream|index=0|codec_name=h264|profile=77|codec_type=video|codec_tag_string=[0][0][0][0]|codec_tag=0x0000|width=426|height=240|coded_width=426|coded_height=240|closed_captions=0|has_b_frames=1|sample_aspect_ratio=1:1|display_aspect_ratio=71:40|pix_fmt=yuv420p|level=21|color_range=unknown|color_space=unknown|color_transfer=unknown|color_primaries=unknown|chroma_location=left|field_order=progressive|refs=1|is_avc=true|nal_length_size=4|id=N/A|r_frame_rate=30000/1001|avg_frame_rate=30/1|time_base=1/1000|start_pts=0|start_time=0.000000|duration_ts=N/A|duration=N/A|bit_rate=393929|max_bit_rate=N/A|bits_per_raw_sample=8|nb_frames=N/A|nb_read_frames=N/A|nb_read_packets=351|extradata_hash=CRC32:07b85ca9|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0|disposition:timed_thumbnail s=0|disposition:captions=0|disposition:descriptions=0|disposition:metadata=0|disposition:dependent=0|disposition:still_image=0 +stream|index=1|codec_name=aac|profile=1|codec_type=audio|codec_tag_string=[0][0][0][0]|codec_tag=0x0000|sample_fmt=fltp|sample_rate=22050|channels=2|channel_layout=stereo|bits_per_sample=0|id=N/A|r_frame_rate=0/0|avg_frame_rate=0/0|time_base=1/1000|start_pts=0|start_time=0.000000|duration_ts=N/A|duration=N/A|bit_rate=67874|max_bit_rate=N/A|bits_per_raw_sample=N/A|nb_frames=N/A|nb_read_frames=N/A|nb_read_packets=252|extradata_hash=CRC32:d039c029|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0|disposition:timed_thumbnails=0|disposition:captions=0|disposition:descriptions=0|disposition:metadata=0|disposition:dependent=0|disposition:still_image=0