Commit fcd08b77 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/md5enc: add format, version and column headers

See Ticket2280
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6889b78f
......@@ -117,7 +117,12 @@ static int framemd5_write_header(struct AVFormatContext *s)
int res = av_hash_alloc(&c->hash, c->hash_name);
if (res < 0)
return res;
return ff_framehash_write_header(s);
avio_printf(s->pb, "#format: frame checksums\n");
avio_printf(s->pb, "#version: 1\n");
avio_printf(s->pb, "#hash: %s\n", av_hash_get_name(c->hash));
ff_framehash_write_header(s);
avio_printf(s->pb, "#stream#, dts, pts, duration, size, hash\n");
return 0;
}
static int framemd5_write_packet(struct AVFormatContext *s, AVPacket *pkt)
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3110400, 43a312e1eebc7dca1bd23456302a44e3
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 1e857d2dfeea75297e090ffe9e37a249
0, 1, 1, 1, 152064, 29d8336b4e9b77298025074dbad641d1
0, 2, 2, 1, 152064, 3f1a87d2088a7708f4ed06890c8cd018
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 182328, cd084b244939d7e0008d8e5ab3429dc1
0, 1, 1, 1, 182336, c9c40672750f372134185901147fb776
0, 2, 2, 1, 182956, c728911ca73225f2dc7453533c9be95e
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 182160, abcf4f477f74b696faca2fcff1f62aa9
0, 1, 1, 1, 182104, 7cbcf339fa40c24522067295b39d637f
0, 2, 2, 1, 183108, dfc2c418f4379a89654c16b34ff19446
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 301052, 8645cb98470205cceea3c2026223b69f
0, 1, 1, 1, 301068, 9123c3c31ac0bc0832bb07e8c6d5b372
0, 2, 2, 1, 300840, 394aa034eba2b306efa8171efc5fb960
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 195264, 5869dee2126d98ecc1fab1e69720906a
0, 1, 1, 1, 195272, 1bd08dcde1061b0d9273bdc6dd901382
0, 2, 2, 1, 195892, 2b3fc3632bcd1cc44f777fb97a56f79b
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 195096, 29ad3287ab4d7f4d46968c6d38ba049b
0, 1, 1, 1, 195040, 2c7b4f5f0aee96dca6dc30ce01b3c74d
0, 2, 2, 1, 196044, 7ffc6ab3c4a2eee436ef6a59c72ffb04
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 301312, 6912d70f7c20db0b5079a99443ffe65c
0, 1, 1, 1, 301328, 53f1b7d3c2f87ecfe9c9d305771421c5
0, 2, 2, 1, 301100, 7040f2b50dc10b2565fa899ba007983d
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 59796, a7136363bc4b9ac663178e5c7f24bae7
0, 1, 1, 1, 60012, d296cf24776234599e22526598de838c
0, 2, 2, 1, 61040, e889f81df51b75acf8131de97f9da4e3
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 62876, c21650baa099fb2dfd35d4f8ddce16d1
0, 1, 1, 1, 62832, 034a1996d13c15ee0bf482ddc398aac9
0, 2, 2, 1, 64076, 1f39fd5fc926195b90a3374682a80eac
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 144508, 83af3948090ebb44a0091815e4edc61e
0, 1, 1, 1, 144496, 950742e357ee489fcda4f783b8df3b4c
0, 2, 2, 1, 144376, 4b818cf0a50e9338fea26101073e445e
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 91788, e14e576f1f9abd095f13ceca627adb59
0, 1, 1, 1, 92140, 4b7db11c2d35fa91ff1b6f65c184e3fa
0, 2, 2, 1, 93268, 6ef5cb83a4db2afbf14467cbc4b6c4f7
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 89732, 698174b0d0d68e98774363ca7926f6e1
0, 1, 1, 1, 89652, f0789b7c32ef44207dfc5a454bb5ccee
0, 2, 2, 1, 90868, 6df1dcb1957efca736e88adfbad8557b
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/25
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 191800, 0e1d199f87997ba47e98596b6087d7d4
0, 1, 1, 1, 191820, b35714d0635214095ac06d35da00ed32
0, 2, 2, 1, 191668, 8336829e44f5b90034e5da33dcd27f1f
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/24
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 614880, 12ce23b288485be3ddbc1db28c21517f
0, 2, 2, 1, 614880, ce352e1079535ea058c0e9ad50f7cdb8
0, 3, 3, 1, 614880, 9f6bf2739a027dfd12c81586cf75d3a3
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3110400, 7dde8cd136ab4b04a95d9856b941697e
0, 1, 1, 1, 3110400, aa885f78cb6374b5bfcc66a4fc57026f
0, 2, 2, 1, 3110400, b69b7b56f549a3f9b0a603940bac85ed
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, 83c78b5db579710f61f9354d5c51e8c8
0, 1, 1, 1, 38016, 8d089d226f52d6cdaffdb3fcc080b75b
0, 2, 2, 1, 38016, acaae81ca812145e85e0be83bdf54226
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/24
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, 872e9922f37f0e92c767d33e0a15b8e0
0, 1, 1, 1, 38016, ea5ad6c6ee4355018fc0ba83b5172836
0, 2, 2, 1, 38016, fe744612b2167c9ba6e1dc81c031e16a
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/24
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, 96e6ce168b5ef377053e86ab5484e7f9
0, 1, 1, 1, 38016, 10fd750292d8522ab7ee577043604789
0, 2, 2, 1, 38016, e040995173dc5c85abbbe38f6823ff9a
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, 83c78b5db579710f61f9354d5c51e8c8
0, 1, 1, 1, 38016, d173eb8a8211a05672b43206609c9034
0, 2, 2, 1, 38016, 204e3e91613d647d30244c00fa2b9563
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/24
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, e7a4be434df4bb524ba56a03cba901f4
0, 1, 1, 1, 38016, d903ade6d49e51485627c044fbb2190c
0, 2, 2, 1, 38016, af07ee39629b852870104cb9a9dde9e3
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/24
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 37697, 9ca5df27b0158aca2a38dff946f58c41
0, 1, 1, 1, 37697, 627129a99538ec1ac51be910ca92ebc4
0, 2, 2, 1, 37697, 6c2df1f21af317aa5bb68b161ca96c70
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, 98bd0af6928c144888a9c320270e9f0e
0, 1, 1, 1, 38016, 9ff7cff703d58481acd233451388377c
0, 2, 2, 1, 38016, e4cd8815527846cc782ea61ef5a46e49
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/23
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1907424, 7146d3a72b6cb8e43ee5280ef8d661fe
0, 1, 1, 1, 1907424, 5a537e9710158efb5ad2683a1d3b4c72
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/24
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, b3a3121c796a60c88988fef5240a07fe
0, 1, 1, 1, 38016, f25147764829cf837e00b8fd6383e2c4
0, 2, 2, 1, 38016, 1b1552291a89c97d5deea145ab0ac0cd
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 115200, 3441ec1a9b9d325c9aeda44e3b68377d
0, 1, 1, 1, 115200, bff86a84fd673394f45c09d19a1ee0ac
0, 2, 2, 1, 115200, 8cd920f0de408e8cd883f9241680ff80
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, 83c78b5db579710f61f9354d5c51e8c8
0, 1, 1, 1, 38016, 9b755a63c7c5352660a265f6e24991e1
0, 2, 2, 1, 38016, a591f0b04447d6d6dd9bb990502594aa
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, cc3069a59b6f4319761af2b39923a6e5
0, 1, 1, 1, 38016, c0bc935941d994c6af6a864f02a90a62
0, 2, 2, 1, 38016, 5b6073ce4a03967aa87e56dfa27e32c2
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, ad137b9eae93daed28fe31fd5165b4d0
0, 1, 1, 1, 38016, 7cd527f647680c0eb305050d27fb8092
0, 2, 2, 1, 38016, f306e07a2e86c82a8cc1333be3812326
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 37697, 7a0356dc950e79744d79c98e391ebee9
0, 1, 1, 1, 37697, 96e221e75c290dd847b8e55865073366
0, 2, 2, 1, 37697, 67638290841837c90f180a01094f9191
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 115200, 6b4c7cc0c6a7218362e43cffef6618c9
0, 1, 1, 1, 115200, e132a7b1bb4fb15b1019092aedc0e599
0, 2, 2, 1, 115200, b36975db60f24088d95385ff7e8b7b8a
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, 905a823da31f71f9c25ebb8dfc9ddd3c
0, 1, 1, 1, 38016, 9a1b97859b2f774954dbf96f45a22a0a
0, 2, 2, 1, 38016, f0f5651b32577549dc2e6e3050125229
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 38016, 905a823da31f71f9c25ebb8dfc9ddd3c
0, 1, 1, 1, 38016, f0f411dd067bff05d5d9c64e3f52a4b1
0, 2, 2, 1, 38016, c8696f8fa56b4adf18f3db0c384d968f
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, c3fbb7abbdb5bd4ed4a7e34768c17df1
0, 1, 1, 1, 152064, 08203c2595bdb2d58ead6f921345d699
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, f041b870cf9236d5f22e2b08a77d5958
0, 1, 1, 1, 152064, cbdb7526986ae15592891488c9afc84c
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 98048cfdb4af5059f4085c5acc94ef8f
0, 1, 1, 1, 152064, 8160183e1eed1d0af4427be216b8b9f7
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 15c548208f5eda243a151a42f4d64855
0, 1, 1, 1, 152064, e96d463dc8e9b27b1c2ec40f77eee6ef
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 928c64a0747ac57ab50c1520d694fea7
0, 1, 1, 1, 152064, a6f6daa293231e95ef30ed168f582c84
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 082460718b7d7046c8fb23184b7f71ca
0, 1, 1, 1, 152064, 4a41aad51c40a92df72333e13f47d3fe
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, cfca1bed96ff62a69b2d841fda01c6b9
0, 1, 1, 1, 152064, 9b4d61f1b998745c108f8eb67925e03d
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 6f5122064bead9d9882bec2698a6ed9c
0, 1, 1, 1, 152064, 50dae67d2f57a76eece210dee8b6df9e
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, eb3d6985fcda5d93dd62d53354e8a093
0, 1, 1, 1, 152064, 5b1f5b7780b4cafe1f75e56a0b526643
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, d7ccaf28c59875fe91983def5490d2b1
0, 1, 1, 1, 152064, bd98fe9492054826748de840b4495309
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 20dda6231f9801c9c237c6d09d9939b6
0, 1, 1, 1, 152064, 23c91e93807fb9a4ed5bd5bdd449d99f
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 960833315ebcdee97f46c4d98d0f3fef
0, 1, 1, 1, 152064, eec40507d17b64b7895a61cb87b2096a
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 6533224d3b6ba1ec0dd973bbe56c6349
0, 1, 1, 1, 152064, 12ceadc6d28327a24a75f8c40b6084d1
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 7268de6756014f79a56dcf010c52a97f
0, 1, 1, 1, 152064, 9e39e9b0e2295b8460dfa05f44762771
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 57e9e333c641fa952f7485b788df225a
0, 1, 1, 1, 152064, 551f0cea83dcdf4540c3983736757874
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 17a0a2842856b9e89aede237648d5dda
0, 1, 1, 1, 152064, c9fcade888a38621bebe3d4b41664245
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 6cc2089e9a3d352fe10b59ccd935c677
0, 1, 1, 1, 152064, d165bf7b9cb901e121a65038758d8613
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, bc80511c83162c09661f155cd29f6dd8
0, 1, 1, 1, 152064, a62f1cbdb3f86d2fb4c880cfd917def5
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, b2d350f6faa41cb50c2e8a9907d0f4a5
0, 1, 1, 1, 152064, 39b4380d16bc8e093dd4dba475175fb3
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 441e09be3c15fcb240afd74bb7a10a72
0, 1, 1, 1, 152064, 32ae5dac876ca5d5ae6ab7c74f4dc25d
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 7786eb9944dba0553e129133523a98c1
0, 1, 1, 1, 152064, 206d888f8453427f10a40aa8bf5f6df0
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, aab95e195be71feca050a839d7b3154d
0, 1, 1, 1, 152064, 02a05d699bbbdc477e34bb0dad9f0391
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 41f853c3ee2d4611b645cc643d82e287
0, 1, 1, 1, 152064, 1c240c653110ff8609ca0f0287a6496d
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, bc5b07369df50c8f97ce1a377fe513cf
0, 1, 1, 1, 152064, ce62ddb4f3e305d0f8587ae8bb44cc79
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 982d54041221c977b6f0e37a9236cc76
0, 1, 1, 1, 152064, 57631e7f13f645c834e2944ebfd6d40e
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, b0fb55f3f2f56b3d27038e83c10123ce
0, 1, 1, 1, 152064, 9fcac3becdcc2d30d778a55eca4c2018
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 4f645e0f354da77b9e2f2a6753c361da
0, 1, 1, 1, 152064, b7542998ec298273ca662bc9b658d10e
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 6edc96a3747cad43828397045764206e
0, 1, 1, 1, 152064, 5fbc65d20fdca1abd69079851ce676d3
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 5db3e910e70da38bb91d01d73acc33dd
0, 1, 1, 1, 152064, b920ee7f7e61b7fdf9f44b1f738d0292
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 3cb3e310be5305077efa6216f6f10654
0, 1, 1, 1, 152064, 692d3e098af5978fe1a898ebc1a66a7a
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, e3b3cea66ea38c5dfba1aa73bb4c611d
0, 1, 1, 1, 152064, 42bb3e54b19c3f4c4f7ee3a6ba012e19
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 2523e9ecfd3781eafcd7da192dc105e9
0, 1, 1, 1, 152064, 6d5feea012b9a1f51fc643633e728764
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 0a0305eba36500ebf6cc6cc0f01f5a3b
0, 1, 1, 1, 152064, 2c76bcd6763467f9057a726fbcf50ab1
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, c68433e0e94047c220be9b629334f744
0, 1, 1, 1, 152064, fcfa4dff7a39bc9c5e315849ecbb46ea
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, ad9dc2f912c137b014a33e2792c88a25
0, 1, 1, 1, 152064, 11221ee4ea5c776f43af68756682cd5a
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 75031f898cccf303a64ab46b1f815389
0, 1, 1, 1, 152064, a4fc864e7fbc470dfcab6207e0eea152
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, c7824af009fde6cafdd8d39fae6bb6cf
0, 1, 1, 1, 152064, 516a82d5fc4dfa3daf713ed2ec36041b
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281
0, 1, 1, 1, 152064, fb23e0bc64728a492a33d985032f21b8
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 8347bfb891317e89ef66781d6c28e24f
0, 1, 1, 1, 152064, a5722f824d32deac042513a1a7dcdcd0
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 018968f97fac3bdff146cf22c1da5ef0
0, 1, 1, 1, 152064, ca8b09b01e5132183395e238f1c7901e
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 792660f6589ad5340be4bd0554435866
0, 1, 1, 1, 152064, 68c84c8a15d679e0a73678b93215c62c
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, a456bdfc6c1c07b4cb3a3848843743b9
0, 1, 1, 1, 152064, fe41a12b8cb6bc5667ba2179e076f3b0
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, f016dd8431694d989700fb1ba71a5b2d
0, 1, 1, 1, 152064, e89c3c5b935157b40f2fb0ab92415828
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 7b8ab82625f3006bac89d4fb5197e71c
0, 1, 1, 1, 152064, 18bd3716045563dfba2c72b640b3274b
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 66fde04d8320c750e56406feefd29979
0, 1, 1, 1, 152064, f9d01d8fc1722ec345e624e14b404215
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, cc97597b015896d73f3e60e7ae44c4da
0, 1, 1, 1, 152064, fea98bc508f92135641ab99762444b14
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 79ed95c741178bb3c0954f1f6f8e21a3
0, 1, 1, 1, 152064, f02a06a5e2b5b7619c9a52c5bea0564d
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 9b98e948b8c2a822f21bd8419e6f4410
0, 1, 1, 1, 152064, 491382d68c16c2a3c6f1746598bc4a97
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, f0f095b0edae7262f44d7ed7ef84ded4
0, 1, 1, 1, 152064, 0e833889ccac81d60251007d1baf6500
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 6c1b7b7827617fb9b8417aca2cfdbcaa
0, 1, 1, 1, 152064, 4c1fc8a89297fdcf79f0faabd42b8684
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, ca6142db68463487bc28c888ab38476c
0, 1, 1, 1, 152064, 02a71153ec70f569524c3d814cb62f86
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, eece2627df1ddf0872256eb92352e179
0, 1, 1, 1, 152064, 0ee9f221246ad747250e4b5e8ba586e2
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 7290039d974c4e50db9d69f9864bcdbe
0, 1, 1, 1, 152064, 264765de9d02503038a4da54133b9f85
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 917af24da66f143a56a01eb2c2254285
0, 1, 1, 1, 152064, 45a05d3bc644420519619e4115662a70
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 6fea2820bb10a9dec9add4d2452b01f5
0, 1, 1, 1, 152064, 74675169a4bfc2ff5463c4db5d85a79f
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 11e5d196f6537fb7d85988d90195e556
0, 1, 1, 1, 152064, 8536106795f7c93c5a43a11493527469
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 40839b7a3a40ec10f96b8a75224f646d
0, 1, 1, 1, 152064, 11408dd73e8c45ddaab99f5c9650102b
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, d0e9fa03dd48da4592ebaadb4e3794e0
0, 1, 1, 1, 152064, 5172e29b1e04cd543833d6a68aab297c
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, bef4a27d460e7697e038fe6f1c8bd597
0, 1, 1, 1, 152064, 124674686cafc5f2ff5bc7ea412b8f3b
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, ae9d99e9d16ef20073300559566844ae
0, 1, 1, 1, 152064, da9405e5a6bfe4ed18d927ba2004008e
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 9e66bb8e1b5e206ea4afe4bf2d335ac5
0, 1, 1, 1, 152064, 092b74c905c12c1e87e90f5a79857736
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, d062dc6be246c8042744018765ef50a8
0, 1, 1, 1, 152064, 45fd9cbacb6a91060a7e49a58a85869d
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 62f7e42fe653e81c5a65a25389e045b5
0, 1, 1, 1, 152064, cb0cdd0b25689e0a43328550011d960d
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 8467643dceff827e04acd82eeff1d1b0
0, 1, 1, 1, 152064, c786f49d66f4dfd685dea9605821a19f
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281
0, 1, 1, 1, 152064, aa20a75be3a316193496706c9f760d08
0, 2, 2, 1, 152064, 95567be97a64d3c9efe45f2524116a2e
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281
0, 1, 1, 1, 152064, cd94572239817ae7c9b07de739c3272b
0, 2, 2, 1, 152064, 383cf752d457e122b5ff49d08960208e
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281
0, 1, 1, 1, 152064, 0d487a146393a0b8b84b4be1b371b507
0, 2, 2, 1, 152064, 68372e191eba620a431cfff226026ac3
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281
0, 1, 1, 1, 152064, 8bad76c55b5149169d64ce6512521de6
0, 2, 2, 1, 152064, c1d986e1f9bf46382e598ba289b9bd7c
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281
0, 1, 1, 1, 152064, f1ce0a5d57a46c9ff1331804b7b03fdb
0, 2, 2, 1, 152064, 0364a085b06bee6b980189cf5378eda9
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281
0, 1, 1, 1, 152064, 45d9ca07ed04210b1ebc743169bc8ec4
0, 2, 2, 1, 152064, 5b646cc309a711f1d8814f925002d8c4
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, a2e5c820fd9733e18f9349fb658ca281
0, 1, 1, 1, 152064, f719d0be18d16a448b4e7da3e2d9bf28
0, 2, 2, 1, 152064, 83ee8ebc0ca796782a2376a76f2ffc26
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 96, 52def242c36123e5a8f5f53d6a971399
0, 1, 1, 1, 96, 79c93360fbd47179400414bbfee0901c
0, 2, 2, 1, 96, c3b1947c79537baa7838905276276a91
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 120, ea3e0f807304b0eb2d3e329b0124f75c
0, 1, 1, 1, 120, 8d13cf682d63e7eb13094f55d67fc458
0, 2, 2, 1, 120, e729cc6c3684c94a8f6118c618efc3ea
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 192, 0553e56a9d89aea496421885aab491f5
0, 1, 1, 1, 192, b2a14cf676f7ebf3c50450050f76ad16
0, 2, 2, 1, 192, a308d981e09b50571fb0c8ebdcefe505
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 216, 4c41f93b1b280b37bc77d7047435eaa4
0, 1, 1, 1, 216, c9c80fdba2ebc2b8c3490ae35e34f84f
0, 2, 2, 1, 216, 089d86acb3263fa5ef4f591a7f44556d
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 384, f92a7777fd69aa2f2914d9a41c4828ba
0, 1, 1, 1, 384, 62e1cc73487d2249a88a60e35a22d9c7
0, 2, 2, 1, 384, aa2619b605cb65eda15fdd99d5775550
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 408, f3f2cd8f157466ff23dace85d77367ce
0, 1, 1, 1, 408, 639d9b70a14062e95559c12d2b597f91
0, 2, 2, 1, 408, b2ee07a6656af583f19593229fa11848
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 768, 764bd02b781a38c621a109c12f3d9393
0, 1, 1, 1, 768, 79496bd2b9212026af816b3b7a0587d5
0, 2, 2, 1, 768, 2a3afd47ba3d075033fd94d5c3746c45
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 792, df20e8df89449fe50bb610e95a449a95
0, 1, 1, 1, 792, 18f1a66d463274d1b0489f3a50e86857
0, 2, 2, 1, 792, b0cc102875a94c9a92e53826617adbe9
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 120, e1e66a88615da98523ef887f1463fc42
0, 1, 1, 1, 120, 549842fa98c8faf572882d38b0aae390
0, 2, 2, 1, 120, 17ee85785517705fdc78c6122a4b2548
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 150, 083d638f2e147295d817bb14fff5e4f4
0, 1, 1, 1, 150, 6dbdc445b6fd6bb99f2025cc2a40977e
0, 2, 2, 1, 150, 41714089383b181d64fbfa7de5904608
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 240, fab07d6209d2413e0a434e1aaaa12154
0, 1, 1, 1, 240, f9ffffdb96f98527ba2e553d1265edbb
0, 2, 2, 1, 240, 56a992264cf7da2b23dd97435e9d0365
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 270, 0e9182e214aae732d94d007e5fe44888
0, 1, 1, 1, 270, 2630e2674b5611d68218fddac08815e2
0, 2, 2, 1, 270, d5cdd7d6a3de17939f60bb60ef6877da
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 480, 622e6407a051ea08706394d03330ffbf
0, 1, 1, 1, 480, 1841a0daf7c3ef7be94e01fdb1d3968a
0, 2, 2, 1, 480, 37790e6cb2415f7add0ac5d3ab354755
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 510, bfeeaf51f972fd0dfe9ee757083cbb54
0, 1, 1, 1, 510, 10cd4ed6d762004846412d9cd0caa407
0, 2, 2, 1, 510, 04cca4008d656ed180de88dd2ddb4f21
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 960, 835254d0eecb17bed1f2b0f3a1638165
0, 1, 1, 1, 960, c0c95ce9890eab339a0e0f8b26cb095c
0, 2, 2, 1, 960, f0337d645ade07cb716952b0d19352e8
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 990, 1bd8b2d3bf679c4b925780bf82e12fae
0, 1, 1, 1, 990, a0254b4cd4928fe1080cd6f8828288a9
0, 2, 2, 1, 990, e416e99644cca481dc2806708d716ecb
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 192, 68dccd167f9aa18df0840ebb8715eb68
0, 1, 1, 1, 192, 65c90bb99fdbee7abf21031d34cb18dc
0, 2, 2, 1, 192, 9ef1feb2dcbd4d73f3ee84e9e1cd2668
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 240, fb3cad61d7d9eb511758dbf87dd8abe1
0, 1, 1, 1, 240, 4fbc1aa5559c8db2930803893bd6ba75
0, 2, 2, 1, 240, 2d8e2ee04dcc6097ca9e3f27070cdcc8
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 384, b5c9daafa548e54a8e33e9881fda33f4
0, 1, 1, 1, 384, 1193acd7ea4b7aac968e35ef83c64378
0, 2, 2, 1, 384, cd0e42c0b5a8b3be6f0e1d224062bf99
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 432, 5156b11cd9995d0c1638c9b0d2b0786c
0, 1, 1, 1, 432, ef78557f93fb3ea770c7d49ab60edf21
0, 2, 2, 1, 432, f31fb9bb14566e4538a45ac7bf398b2a
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 768, c73d611490a5ddec6c690589deaf5e86
0, 1, 1, 1, 768, 5d8eaeb222aa64abda59ce7b09b2f6d9
0, 2, 2, 1, 768, 34321856b8dd5bbb9b63db04d3532289
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 816, b8bf711d9a1ce49180ed56407c8a4b0a
0, 1, 1, 1, 816, 0457929b06ce46aec63d66bd38586e3f
0, 2, 2, 1, 816, 3b5f417ee5a936797a6f0d138b8ed73b
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1536, 925fdc485f3baa1ed145ae391519d7fd
0, 1, 1, 1, 1536, d37af656da2d7a727c8451773495d5ed
0, 2, 2, 1, 1536, 8a0f207a99e46f3d3b2aaa3f1b061981
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1584, c7b0d91f362dff0a581434af6e902d43
0, 1, 1, 1, 1584, d8b016ef59c6bc193b29d1c714f342c1
0, 2, 2, 1, 1584, c520bd8d4b81aafc7687befff66c7396
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 216, 3219af4ef540636b0f67a989e9966059
0, 1, 1, 1, 216, 1a3655c2cfd2ee332bc89da5b3faf778
0, 2, 2, 1, 216, d638d5b361a6d81440e26993ed86c97d
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 270, bf574489e9360b6475aa012c747e7924
0, 1, 1, 1, 270, 851100301c2937312a6fd32f5aab5a09
0, 2, 2, 1, 270, 0f7c1209e44ea7cd4df12d82f9224684
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 432, 9535aaa2ea26fbdc16e7fe9cba3fc9b4
0, 1, 1, 1, 432, 7f6e7ca33c0b27ff052dc2ab6721e37d
0, 2, 2, 1, 432, d37e3f169457a9c7f2a197353e39d3d6
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 486, 83790b0e7004d8d89b7134ee1a88d885
0, 1, 1, 1, 486, 0baf0bf556ae56d2f4b04567e6ac7ed9
0, 2, 2, 1, 486, c648854a4d49f7e407a2450cf4ba292a
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 864, 62eabc8819ded6ddba2c3a5029497cf0
0, 1, 1, 1, 864, b760182fddf8bc05f149e80bbcb2c281
0, 2, 2, 1, 864, 0c44be0472ebd2653ce9fb174c6180ab
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 918, 612cc424eaae924cb25c7732c422f752
0, 1, 1, 1, 918, 010e8c2a814862529fcf8d7771ba2d7f
0, 2, 2, 1, 918, 7d791b7a5916738998f77586339d5840
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1728, 72c74de547d9ed1b17bc962dbd5e0bb1
0, 1, 1, 1, 1728, 462849f9e2204738e9f08b40e682a6ae
0, 2, 2, 1, 1728, f0ee17692fd816747b11d5737b511cda
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1782, c3fc4a1593b9cc2f3752106af8539386
0, 1, 1, 1, 1782, 7f2ffe6bc1750f6749bb5ad12cbaf34b
0, 2, 2, 1, 1782, 2539b10a981d59ef54efd77cd7276aaa
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 384, c7b30cde5664387b0f7a80d9b01e4fe2
0, 1, 1, 1, 384, 2228a2a4e54ab5145525e5803c314dcd
0, 2, 2, 1, 384, 8c048469eba24f3163c36b7461b3b42a
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 480, 7c5b5df373ebfd31d210ff910e02213b
0, 1, 1, 1, 480, c5b0a5e3eceb792b15818324a43aa2a8
0, 2, 2, 1, 480, 1d9c0eafd4638dfe4fe308174fde2faf
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 768, 7c2818db2632e5c5beee17e7105d9209
0, 1, 1, 1, 768, cead72bd22995e98b54a91c7b4a20975
0, 2, 2, 1, 768, eb6baee5d65d778052c88ba5db2f9174
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 864, 9da5409d344e7b8380688569e54803a5
0, 1, 1, 1, 864, 9b51e14e2e624ee2b430e9eaf1a48798
0, 2, 2, 1, 864, b8811779f363b9a595e3a92737771ea9
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1536, 117915db1856cee26f05a609c8c8de2e
0, 1, 1, 1, 1536, 943771a98b26b174e88ed1f4e872e504
0, 2, 2, 1, 1536, 3e0d2585e1f1cb540998d107aca5c395
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1632, 770582911fd0095ebbeae384e87665ac
0, 1, 1, 1, 1632, f99d7e3131f04413cba2f9de6818976d
0, 2, 2, 1, 1632, 3bfbb8c9c48f24cd596973a6deb33a3f
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3072, caa8471a8b381d53c3e8fc627946a871
0, 1, 1, 1, 3072, 2cba86ea14c0f28e242625b08f5e9b88
0, 2, 2, 1, 3072, cea0440ff6569fc82c3030e0340fb649
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3168, 920ea4b8a00d41489d122d641d6e4fe5
0, 1, 1, 1, 3168, 8bfc8d452a79f2978b8e973b77cbf8a8
0, 2, 2, 1, 3168, 09f3f0d31d3377a844fa5385d9b36b9f
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 408, c14f2ba5b4582c9d3a488976814691b3
0, 1, 1, 1, 408, 4387a4dce19007b7efb810b5a4069749
0, 2, 2, 1, 408, ecfe868d28f4861a5612edfd57447a02
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 510, fd7212b519783cf4831ce4bff91f2312
0, 1, 1, 1, 510, 9768722ee939d80a6716865fdebca33d
0, 2, 2, 1, 510, 328ee0f774eeafde00dcc4b9a8f4e9af
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 816, e443c43101be00470c6a61c1a2995b5a
0, 1, 1, 1, 816, 1e79b1b46ec704d360b5fb725913b0f1
0, 2, 2, 1, 816, 6d5e77cafab6bc43498980c515d299d3
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 918, ab7eabb355e5163e7451945018fadebd
0, 1, 1, 1, 918, b9a77cc0c769535808996a6de7b374ff
0, 2, 2, 1, 918, bd773f11d89091b3c9ebc22d8291dd49
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1632, 7e334867e27046fabf0f39365311c38c
0, 1, 1, 1, 1632, d2a49216ecedea62f546e54c1552f163
0, 2, 2, 1, 1632, f66e10d1779533e5b6e2b98369134833
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1734, 1bb98ba89abf6b86f47a851f8126e1ff
0, 1, 1, 1, 1734, b960cc795c179afe7eec360c57fddd7f
0, 2, 2, 1, 1734, a93cd094a80c542ecb7b6ac7720c5eff
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3264, 3856635223f578e1e7f7e7250a53cb8d
0, 1, 1, 1, 3264, ee8d7c3a0ea165420d7e733b9e59219a
0, 2, 2, 1, 3264, 3d33f06bac22131f04e3411fc216dc02
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3366, bf4e568217906ee4b58dc4707bee8ef6
0, 1, 1, 1, 3366, f823f8c7b6e47ba43215f3becd35208e
0, 2, 2, 1, 3366, 1d986d65b502e77764428e21e77503a6
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 768, d801797c94039b0a166d46e151ec912c
0, 1, 1, 1, 768, 161ec22caa3689b214d9ab993424584b
0, 2, 2, 1, 768, 499b589ecf1873e388c256ce948eabb9
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 960, 97eb5fd0599d482662eb0a1def5c5ef2
0, 1, 1, 1, 960, dfdc1b61b478dcca8d411021486aa2ec
0, 2, 2, 1, 960, 2cf560f068bdcb9e345951739091808e
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1536, a43068a364cc42619e62406dcf17ddfc
0, 1, 1, 1, 1536, 94691f93299bbf5b6ba3022b02b3e069
0, 2, 2, 1, 1536, 3c8fc275490b4daf63ef6d8f9b7f81f6
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1728, adf7e84a351847683f6a8dd177019e29
0, 1, 1, 1, 1728, 8227cf283a27277fbab3d7826e340337
0, 2, 2, 1, 1728, a5551b16db948e395537310d12128e76
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3072, 931ab6a2482c3e84bc7ef8dfbc251307
0, 1, 1, 1, 3072, 3552a9d8470a64ed627a6dbb799b7811
0, 2, 2, 1, 3072, cae1863fc606a0e3df3e708b7eefdf99
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3264, 68d00958a78e6252dd75d632806e2022
0, 1, 1, 1, 3264, f7b6266e74200a669eecd241db787ee2
0, 2, 2, 1, 3264, c8b88d43aee037857310edeb74bc66f4
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 6144, 35f17db9076fa20368fddfa01543c746
0, 1, 1, 1, 6144, 61cd775dfc177262da9a91d3912e6718
0, 2, 2, 1, 6144, 8b8cf175f91425d703332b22b46c1c0e
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 6336, 88587de65acfc85ff56daac8ef5d12e6
0, 1, 1, 1, 6336, be41f6c788b929b5b6b27c5674f40abd
0, 2, 2, 1, 6336, 04ab3f88ca062a6911405fd84c7e9de4
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 792, 3b16847e60786706fc339abc452746ff
0, 1, 1, 1, 792, 365a5951cb127d6df183fe5d5000f493
0, 2, 2, 1, 792, 6d4bceb815ca7717c4a3f86a6670703a
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 990, 7cbd8c6b2fb35c0c3063cb7a379944c9
0, 1, 1, 1, 990, 14062e74b98bed1ca982f408bc14326c
0, 2, 2, 1, 990, f6d6868d849aa74b27df1c5f40c7096e
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1584, fa2f292d273c37dc2804a70d1cae1e9d
0, 1, 1, 1, 1584, ba75d90652c021bc7ca061352e6e94ce
0, 2, 2, 1, 1584, e65d9a205bd17d100e50c7b6a7ea772d
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 1782, fda5ad9bf70a51b3a41bdcabf2cce32a
0, 1, 1, 1, 1782, 91916fb20ad542a7a3ad276e6505f9b0
0, 2, 2, 1, 1782, e18e5d11aec483c76afd68f7e64415a4
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3168, 013cd22aea6bfeccc8ec809abd52be5c
0, 1, 1, 1, 3168, 0980adfb0ef879b3c960797272f025ad
0, 2, 2, 1, 3168, d1411ffa0429befb8c71d3ab45acee92
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3366, 6821eb3fcd1d10db32eff70468dcf9c1
0, 1, 1, 1, 3366, ed0094d347d9f250d46b4903cbc14801
0, 2, 2, 1, 3366, fd018555dc9a62b8074d46e7c0fd0b40
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 6336, 929086fbb3e117bd53110b64c1ee915b
0, 1, 1, 1, 6336, 9ed45f5e40dd2393434e14a0c0160c63
0, 2, 2, 1, 6336, 5cdade692b1baf23e61896da18e3e44f
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 6534, 69f9028d52f95d2e7f986c57b19fc018
0, 1, 1, 1, 6534, 068e611f62b3f6222f6b1699748c8fbf
0, 2, 2, 1, 6534, 3d3fec78ff2274241a7958f17a773a19
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/30
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 126720, 2f90d606edc511c8c960530dd915cb98
0, 1, 1, 1, 126720, 7fd451a057d6341b2b0d116f59e41a13
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 57624, 14cc1c34b8106e35238d4650a9123852
0, 1, 1, 1, 57624, 66e0bb9136ea24e30b781a4610b428a1
0, 2, 2, 1, 57624, 8e36679c20a3a3e974fdacf7a9343817
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 58212, d2bd2dfaf2ac22b3f2499844f228d89a
0, 1, 1, 1, 58212, e066448baeb39da04b22d4d2ebd27b0a
0, 2, 2, 1, 58212, aace53c0ecca2596c51dd5e70da7abc4
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 58800, b2f2ac3e3833ae1b4dd075fe00210373
0, 1, 1, 1, 58800, c0cce05e56a07111fe62553fa3a87074
0, 2, 2, 1, 58800, 626aab3de03242073e03504e166b4697
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 59388, 7109d2ef160828ece26337f36fcfc092
0, 1, 1, 1, 59388, bdaa6612f81a956d9b20d55a04df8346
0, 2, 2, 1, 59388, 15eb75495d2713a64415b990b058d5ca
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 61152, efa2a2a76a0fe709a78e491346cfcf29
0, 1, 1, 1, 61152, 97de85e21b408878853fa870104707d7
0, 2, 2, 1, 61152, 419bd1157e156d3059190d6b561c57dd
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 61740, fccc18714a9ed3840bd6e9c6ca4858e5
0, 1, 1, 1, 61740, a8f6eb43cf6ed670eb180c5051de06f7
0, 2, 2, 1, 61740, 6a9baf9eae6e799deaefd6e801f7ace3
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 65856, 13263674ea5aa619250dfd139bda872f
0, 1, 1, 1, 65856, 39f5cbd8917f2b3a1df8cf2b786266de
0, 2, 2, 1, 65856, f9aade31f9e3065f3d5b8645ef099ac6
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 66444, 5cb240f10761f59687612ed589759800
0, 1, 1, 1, 66444, 9d8d5b57336ddfa5c9c5100a0302197d
0, 2, 2, 1, 66444, 9db74997d23b16f527c63e88795331dc
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 58212, c980866a6f17d4107ce128ee112d74cf
0, 1, 1, 1, 58212, d4d5d2a10e73f1d09919355dc4d63d48
0, 2, 2, 1, 58212, 82c76ed020acb68ff9d8bd81899aa6f8
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 58806, ee0760611da9938e72f551d219671c76
0, 1, 1, 1, 58806, c512cb8a864c25318254438c7170f373
0, 2, 2, 1, 58806, aaea10aeb7dfd1f9f6dc77adccfcd56f
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 59400, fb0e8171b0f91d9b2ceb5430db27a67b
0, 1, 1, 1, 59400, 73f121e6aa0e6290cfd06ac9b033c772
0, 2, 2, 1, 59400, 4113897efc44f49f5169a579bee03596
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 59994, f5e1cf4cc56742fadddf42189a3f65e3
0, 1, 1, 1, 59994, f3e8ca2c8deb29a6b5bfe415b39c901e
0, 2, 2, 1, 59994, 89c513049e41e145bca46a7f7119567c
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 61776, d45b561f81cbfcca8a1dddbc2bf8ca31
0, 1, 1, 1, 61776, 3664f63b2e59e380622caadb7a05545e
0, 2, 2, 1, 61776, 0662fa199512320704efecc10af1aaa4
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 62370, 8525a27170982c059d5904c1af3b43fb
0, 1, 1, 1, 62370, c4eb329733913360384d3917a58f6f36
0, 2, 2, 1, 62370, ec118b87c9cba0e4bd89fd43567cca4e
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 66528, 5f69230bfd8bb485bd85552b18339fc0
0, 1, 1, 1, 66528, f5c365774fc1d0bffd5025ce2e931aaf
0, 2, 2, 1, 66528, 2898234103c3624e6470ae82c916e000
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 67122, 412c33a8fd71c99e68e6701b050b107c
0, 1, 1, 1, 67122, 8e69483ff8a094096dd550b30be20dde
0, 2, 2, 1, 67122, b8df87ab3d2613be31a3743e34d7e794
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 58800, 651a0627c6cdaee8b46e1f8c4121a368
0, 1, 1, 1, 58800, 3e63075148df16f69c933cf6c63e078c
0, 2, 2, 1, 58800, edf18e52b7d52af2bb7594ed358542d8
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 59400, d4b3578d800c747bcabaa484a140ffb0
0, 1, 1, 1, 59400, a40f6f8c384c5dc3d5546d960bb6d9e5
0, 2, 2, 1, 59400, e270ae8754d9906dd88b1c7d05280801
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 60000, b339f4e563afadb25f43b8c05b12dc03
0, 1, 1, 1, 60000, 3bd5280e7fb42400085b0b1dbba1905e
0, 2, 2, 1, 60000, acf1c84cabff763fe2073d2c1f183bfc
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 60600, c4a13df44e66f06961dd72fc990439e9
0, 1, 1, 1, 60600, 81c73b8d3806ad96af8f422914a253f8
0, 2, 2, 1, 60600, 05f77526125e802be9cb306e375ded6e
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 62400, 702748bec18c500dd41d93ae74b11d56
0, 1, 1, 1, 62400, 4fb542190dab2fd673724d47451ff6ee
0, 2, 2, 1, 62400, dbb4d27d52797dab67e39d32092c9d44
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 63000, 31ef44bd12ae702f306c55eba10d2ba7
0, 1, 1, 1, 63000, 83e9d913f5aa058d79a81047ca45e4a2
0, 2, 2, 1, 63000, b5e21313b859f1e2c67aaac5fefc9f68
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 67200, 315d69847bf752a84231a368278eb0b6
0, 1, 1, 1, 67200, d245738f8627fc345ab38a547bc7d352
0, 2, 2, 1, 67200, 982681cdca448919c2eead94435772ad
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 67800, e45b6b9dce4a8509b7d26bc3cfdf7c86
0, 1, 1, 1, 67800, ddb9d5033ecfa2d6e9a5505dce374bda
0, 2, 2, 1, 67800, 52c495d3137143e0bce9382fe5506057
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 59388, 1261466179df96099e598e46c50fa7c1
0, 1, 1, 1, 59388, cc0fe373cd0399cf0c95edf92d9ab01f
0, 2, 2, 1, 59388, 7a2dc0afd06ecfcf54321fb759f57601
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 59994, 181edc4ebeeff7f0527b93b84d5d8efb
0, 1, 1, 1, 59994, 132c71b634fb67eed51fcdef1775b6b2
0, 2, 2, 1, 59994, fd41144770765fc893adc5843ebe32e4
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 60600, 20c41d4a1271183dbbc7a44e6b90ea80
0, 1, 1, 1, 60600, bd8c1fba8d8742f4d98b7d5097c8c828
0, 2, 2, 1, 60600, 55cbe06a925009c1b1f9b609b60b4c1d
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 61206, 610cef52d35e9c641f2b8c10489c3d12
0, 1, 1, 1, 61206, 1f84062e607d4798b0544739fe0da99c
0, 2, 2, 1, 61206, ea379947b5c52ea3989dfc3f47c729d9
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 63024, d2128e290be81bb0700ebe19e3faed4f
0, 1, 1, 1, 63024, dccaecb7e4ddb7e4224221a659af2a43
0, 2, 2, 1, 63024, be8e0966aaf3a9fe9164f63695dc3b62
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 63630, e4663a28cabbfdd3815efda2d38debcc
0, 1, 1, 1, 63630, 3cc7dbec64e9f697f40d740a72c09fc7
0, 2, 2, 1, 63630, f108981e0ce9c6c501b9ac61d0f1ba44
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 67872, 1d318f05310f6d40646f23c62c7eafe4
0, 1, 1, 1, 67872, 42870bd73e1a0c5d84b986db3d24f0f0
0, 2, 2, 1, 67872, afaac676150286143c6fec7992a81467
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 68478, 5aa0f439c58c6335cd86d4238a8c4b68
0, 1, 1, 1, 68478, 3616cc306ec05f89d9b0db63200e4abf
0, 2, 2, 1, 68478, 424e98f8ec0ebf2a326a917ee0159bbe
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 61152, 6195975181969789e101a83a555d13f7
0, 1, 1, 1, 61152, 2aca5e3307d68a5e969564a943b8e723
0, 2, 2, 1, 61152, aee4b00472ee0b6b7a13e31069181db4
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 61776, 1f1fa3cdf865d8c75183f4ba6203b675
0, 1, 1, 1, 61776, ead33ead8fea5bd5d831a79f4c75a590
0, 2, 2, 1, 61776, 9a406b4464989fd4bb7cbcb1b18aeaa7
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 62400, ff2dda3ddbe8b461d960baba0ad132bf
0, 1, 1, 1, 62400, d6935ac8f2250316f498e8f01afa04fd
0, 2, 2, 1, 62400, 57173ebaef7b21698c62fa959cb40ead
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 63024, e5164f87feadf4b65257f578affc3e04
0, 1, 1, 1, 63024, 6aee5a3b6c3a096dfc1594762b2b248f
0, 2, 2, 1, 63024, cb1c9dce6fdf7372e0eb2397251f0ade
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 64896, 6bff7c1f4c5ef8412ebf669852c70de6
0, 1, 1, 1, 64896, fdfd7a2308de9509a41fed2880a8f0f5
0, 2, 2, 1, 64896, d8b464811e9c3b8a6db9cc277ac88c59
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 65520, b15c7e98ddd137237b062cb51667522f
0, 1, 1, 1, 65520, 00c594c68b19ef39a79a38e86853dc64
0, 2, 2, 1, 65520, e6742abe3d2c178af4298e121391c299
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 69888, 479d07bb96905ad7d5f0ec3ee12b41ba
0, 1, 1, 1, 69888, 4b6555aaed8e5a45879773f1bf87962e
0, 2, 2, 1, 69888, c5f42cb796dd7b6622957016ca6b502f
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 70512, 33aa4af6153570518c59960a0c959053
0, 1, 1, 1, 70512, 024fa27dee80ad199528052aaa8d42c7
0, 2, 2, 1, 70512, b949ef118c7e7e62a8b88e2308219ef9
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 61740, 5c69f80da667bfd20394995e93e4cd2b
0, 1, 1, 1, 61740, 13363cd8e52ca8c1053db1c84c111bc9
0, 2, 2, 1, 61740, 108976afdf99f59276d6f89879e3bdc3
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 62370, d83ee2413e701ae405a2b74863d4c5a9
0, 1, 1, 1, 62370, f2ebc0f7dc171e0e5d2911c7ee2df5e1
0, 2, 2, 1, 62370, e189ef4d8add227352a0d6ee62748ee7
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 63000, 2465560246c1ee24d937cb9cbc1422f1
0, 1, 1, 1, 63000, 8926b628dcdf2182516822c7d0d778ec
0, 2, 2, 1, 63000, 9bd14d3ebc7fe81c4223116de1b9c2ec
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 63630, 5d01848aee2b324f2e356627f9c39532
0, 1, 1, 1, 63630, b671fe34bc0e5a682baff929d26ea627
0, 2, 2, 1, 63630, e9a40f87ca5aaa5af9772e286feb9063
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 65520, 1156d318c00d299cf5bdc7e485966dab
0, 1, 1, 1, 65520, a8094f8f1e7e04e54251bee8c4c800ce
0, 2, 2, 1, 65520, e2a07d99ffe1cfe6b9fce36e93677fe1
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 66150, b65725c68978bdaaafdf735dfbafa9e3
0, 1, 1, 1, 66150, 35be2f16bd5dedc9d3f7a016f0d71701
0, 2, 2, 1, 66150, 8c2873a97b51510d7449869e24a348f5
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 70560, bb903b926c4b34ae336e21d65ad8fd25
0, 1, 1, 1, 70560, c4c0bc3b112487e994d22176817ace3c
0, 2, 2, 1, 70560, 24e699f7a92ab1b0fe12e0b747470b5b
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 71190, 03707b2f5c392933f7336f380423a0a1
0, 1, 1, 1, 71190, b388553c79573555a3b660f5e36d4e36
0, 2, 2, 1, 71190, a1a7fd8ba7fb0fe7733cdf5440c7c1f3
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 65856, 3ffc096f1b42b4d319d4a9efbefc7625
0, 1, 1, 1, 65856, 78b3655d5cad30fa6b2c2d8fd29463de
0, 2, 2, 1, 65856, ab197553d9599b2a03aff62d1d694848
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 66528, cf35dffc80946e87bb9d3e18aab9d320
0, 1, 1, 1, 66528, a76ac92f05e9b097f8ac5882e1ffe656
0, 2, 2, 1, 66528, faa1e8a11c9df3e9c9a9dafbebea6d04
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 67200, 0819e6d715c9b4d94f05f63a7ca86199
0, 1, 1, 1, 67200, 9b9a4b01ed4c8a93687e45245b3092a3
0, 2, 2, 1, 67200, 3a076f5b8dba60552e84a391ee04d1c7
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 67872, e1e3b4af5910383ff6f66b6ab1a29544
0, 1, 1, 1, 67872, 8668ef92b72f35728ebb456665d48b95
0, 2, 2, 1, 67872, dffc7c28f86f07bf28451292990e9594
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 69888, 85f08afadfd1204d4131b9ee9c8cc10b
0, 1, 1, 1, 69888, f893de5432a082b3dffcf7499827f548
0, 2, 2, 1, 69888, cb81e0d7b657bc5a4a9cf8ad75a76a77
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 70560, 427421e5fd2087c6ff7b87a27982332f
0, 1, 1, 1, 70560, b68311fd44e189e4174ac357d5415068
0, 2, 2, 1, 70560, 2c822ff45be7a1ea412d21ff82c7bc1d
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 75264, bedd5d2725ffff06a50e23841bc2dfb8
0, 1, 1, 1, 75264, 8c363f68b0b30f507563516aa99e23ac
0, 2, 2, 1, 75264, 9cb7d51ca4439614dc3f5980507a4d32
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 75936, dca556e648a576b3973fbe4b34d0328c
0, 1, 1, 1, 75936, 34a49e4aba4aca5c76ab0f751341c32b
0, 2, 2, 1, 75936, 4b7cc6d500b273efe7e30fc3a3946f74
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 66444, 4757a31842453f806de2f2256329547e
0, 1, 1, 1, 66444, fe5fb955a4143091c5bfae7c4a4afe0f
0, 2, 2, 1, 66444, 93766c5a03d71f99afb7705add7b63f0
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 67122, b97087eb8c53cf56dc44576912654fb2
0, 1, 1, 1, 67122, 219bb68a59dc166806a5b5689a943b66
0, 2, 2, 1, 67122, 67b2ec19dd3b74d828b51912c25249d6
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 67800, 0ae27db338f73f37eaed806b1c789593
0, 1, 1, 1, 67800, 3f69273752f43699a3bc7b22a88cc3aa
0, 2, 2, 1, 67800, ce0dfafb59910241d2b1a2275a2c2143
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 68478, 0cd2876640e71de3a6df7839bd6f0b51
0, 1, 1, 1, 68478, f887db6839c0cddd1ea9ae6bfd2cc16d
0, 2, 2, 1, 68478, ff2a890cf4c4973bf181ba8424c2eadc
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 70512, 6006cac6628cf9e7cea58aec07471b06
0, 1, 1, 1, 70512, f7e994921248b6933920c984880ec96c
0, 2, 2, 1, 70512, c0aeeb9d2009538d8d5e837f45e1542d
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 71190, a6c1b7686202f5cc64335f92be595309
0, 1, 1, 1, 71190, 3e573d4c693a39c5d6cd46b8873e99bb
0, 2, 2, 1, 71190, d2388f6f641c8ddec98f11493f1a1390
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 75936, 80fb3a643384386beadc0991f171669d
0, 1, 1, 1, 75936, 65a4a51163f49a75f8eeecd94cb2ba47
0, 2, 2, 1, 75936, d5b2aac9889d2991b83fd4360ada0258
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 76614, f2370fc802dafdf5082beffc1907a9c6
0, 1, 1, 1, 76614, aad6de7b986234a1d621935b272501c9
0, 2, 2, 1, 76614, 8a6d3784e22e3b4f735e78916fbc3821
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 043ce065a309514e1e8ebdcbb3c2458b
0, 1, 1, 1, 152064, 8579c9cffd95b11db86158e518b2e34a
0, 2, 2, 1, 152064, ebbba105e499604f5e69b8aa48fe86f4
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 20cf714300c5e28ffb77bf9c682129bc
0, 1, 1, 1, 152064, 2f271e4de29f87d6b90511fbafdf9fbb
0, 2, 2, 1, 152064, 2f271e4de29f87d6b90511fbafdf9fbb
......
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1/1000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 0, 3110400, 1e6c2e768a5107e57e6d626f0511193a
0, 40, 40, 0, 3110400, 972d3e2b5ee2e3b0907218a243e4cb7d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment