Browse code

ffprobe.c: Indicate decode-but-discard packets when doing -show_packets.

Signed-off-by: Sasi Inguva <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Sasi Inguva authored on 2016/09/16 05:36:19
Showing 13 changed files
... ...
@@ -1815,7 +1815,8 @@ static void show_packet(WriterContext *w, InputFile *ifile, AVPacket *pkt, int p
1815 1815
     print_val("size",             pkt->size, unit_byte_str);
1816 1816
     if (pkt->pos != -1) print_fmt    ("pos", "%"PRId64, pkt->pos);
1817 1817
     else                print_str_opt("pos", "N/A");
1818
-    print_fmt("flags", "%c",      pkt->flags & AV_PKT_FLAG_KEY ? 'K' : '_');
1818
+    print_fmt("flags", "%c%c",      pkt->flags & AV_PKT_FLAG_KEY ? 'K' : '_',
1819
+              pkt->flags & AV_PKT_FLAG_DISCARD ? 'D' : '_');
1819 1820
 
1820 1821
     if (pkt->side_data_elems) {
1821 1822
         int size;
... ...
@@ -1 +1 @@
1
-0aa1ca6ff6e2e5aa926454d22fdaecd5 *tests/data/fate/concat-demuxer-extended-lavf-mxf.ffprobe
1
+21eb3a629ff504b55c93a66879a31362 *tests/data/fate/concat-demuxer-extended-lavf-mxf.ffprobe
... ...
@@ -1 +1 @@
1
-14c2b8d8f82f261c9627b33c481c0e8c *tests/data/fate/concat-demuxer-extended-lavf-mxf_d10.ffprobe
1
+67a03ad49f1bd17131f751313639b61e *tests/data/fate/concat-demuxer-extended-lavf-mxf_d10.ffprobe
... ...
@@ -1,124 +1,124 @@
1
-video|0|0|0.000000|-1|-0.040000|1|0.040000|N/A|N/A|24801|6144|K
2
-audio|1|0|0.000000|0|0.000000|1920|0.040000|N/A|N/A|3840|31232|K
3
-video|0|3|0.120000|0|0.000000|1|0.040000|N/A|N/A|16743|35840|_
4
-audio|1|1920|0.040000|1920|0.040000|1920|0.040000|N/A|N/A|3840|52736|K
5
-video|0|1|0.040000|1|0.040000|1|0.040000|N/A|N/A|13812|57344|_
6
-audio|1|3840|0.080000|3840|0.080000|1920|0.040000|N/A|N/A|3840|71680|K
7
-video|0|2|0.080000|2|0.080000|1|0.040000|N/A|N/A|13607|76288|_
8
-audio|1|5760|0.120000|5760|0.120000|1920|0.040000|N/A|N/A|3840|90112|K
9
-video|0|6|0.240000|3|0.120000|1|0.040000|N/A|N/A|16158|94720|_
10
-audio|1|7680|0.160000|7680|0.160000|1920|0.040000|N/A|N/A|3840|111104|K
11
-video|0|4|0.160000|4|0.160000|1|0.040000|N/A|N/A|13943|115712|_
12
-audio|1|9600|0.200000|9600|0.200000|1920|0.040000|N/A|N/A|3840|130048|K
13
-video|0|5|0.200000|5|0.200000|1|0.040000|N/A|N/A|11223|134656|_
14
-audio|1|11520|0.240000|11520|0.240000|1920|0.040000|N/A|N/A|3840|145920|K
15
-video|0|9|0.360000|6|0.240000|1|0.040000|N/A|N/A|20298|150528|_
16
-audio|1|13440|0.280000|13440|0.280000|1920|0.040000|N/A|N/A|3840|171008|K
17
-video|0|7|0.280000|7|0.280000|1|0.040000|N/A|N/A|13341|175616|_
18
-audio|1|15360|0.320000|15360|0.320000|1920|0.040000|N/A|N/A|3840|189440|K
19
-video|0|8|0.320000|8|0.320000|1|0.040000|N/A|N/A|12362|194048|_
20
-audio|1|17280|0.360000|17280|0.360000|1920|0.040000|N/A|N/A|3840|206848|K
21
-video|0|12|0.480000|9|0.360000|1|0.040000|N/A|N/A|24786|211456|K
22
-audio|1|19200|0.400000|19200|0.400000|1920|0.040000|N/A|N/A|3840|236544|K
23
-video|0|10|0.400000|10|0.400000|1|0.040000|N/A|N/A|13377|241152|_
24
-audio|1|21120|0.440000|21120|0.440000|1920|0.040000|N/A|N/A|3840|254976|K
25
-video|0|11|0.440000|11|0.440000|1|0.040000|N/A|N/A|15624|259584|_
26
-audio|1|23040|0.480000|23040|0.480000|1920|0.040000|N/A|N/A|3840|275456|K
27
-video|0|15|0.600000|12|0.480000|1|0.040000|N/A|N/A|22597|280064|_
28
-audio|1|24960|0.520000|24960|0.520000|1920|0.040000|N/A|N/A|3840|303104|K
29
-video|0|13|0.520000|13|0.520000|1|0.040000|N/A|N/A|15028|307712|_
30
-audio|1|26880|0.560000|26880|0.560000|1920|0.040000|N/A|N/A|3840|323072|K
31
-video|0|14|0.560000|14|0.560000|1|0.040000|N/A|N/A|14014|327680|_
32
-audio|1|28800|0.600000|28800|0.600000|1920|0.040000|N/A|N/A|3840|342016|K
33
-video|0|18|0.720000|15|0.600000|1|0.040000|N/A|N/A|20731|346624|_
34
-audio|1|30720|0.640000|30720|0.640000|1920|0.040000|N/A|N/A|3840|367616|K
35
-video|0|16|0.640000|16|0.640000|1|0.040000|N/A|N/A|11946|372224|_
36
-audio|1|32640|0.680000|32640|0.680000|1920|0.040000|N/A|N/A|3840|384512|K
37
-video|0|17|0.680000|17|0.680000|1|0.040000|N/A|N/A|14464|389120|_
38
-audio|1|34560|0.720000|34560|0.720000|1920|0.040000|N/A|N/A|3840|403968|K
39
-video|0|21|0.840000|18|0.720000|1|0.040000|N/A|N/A|16189|408576|_
40
-audio|1|36480|0.760000|36480|0.760000|1920|0.040000|N/A|N/A|3840|424960|K
41
-video|0|19|0.760000|19|0.760000|1|0.040000|N/A|N/A|10524|429568|_
42
-audio|1|38400|0.800000|38400|0.800000|1920|0.040000|N/A|N/A|3840|440320|K
43
-video|0|20|0.800000|20|0.800000|1|0.040000|N/A|N/A|10599|444928|_
44
-audio|1|40320|0.840000|40320|0.840000|1920|0.040000|N/A|N/A|3840|455680|K
45
-video|0|24|0.960000|21|0.840000|1|0.040000|N/A|N/A|24711|460288|K
46
-audio|1|42240|0.880000|42240|0.880000|1920|0.040000|N/A|N/A|3840|485376|K
47
-video|0|22|0.880000|22|0.880000|1|0.040000|N/A|N/A|10840|489984|_
48
-audio|1|44160|0.920000|44160|0.920000|1920|0.040000|N/A|N/A|3840|501248|K
49
-video|0|23|0.920000|23|0.920000|1|0.040000|N/A|N/A|13350|505856|_
50
-audio|1|46080|0.960000|46080|0.960000|1920|0.040000|N/A|N/A|3840|519680|K
51
-video|0|17|0.680000|14|0.560000|1|0.040000|N/A|N/A|24786|211456|K
52
-audio|1|28800|0.600000|28800|0.600000|1920|0.040000|N/A|N/A|3840|236544|K
53
-video|0|15|0.600000|15|0.600000|1|0.040000|N/A|N/A|13377|241152|_
54
-audio|1|30720|0.640000|30720|0.640000|1920|0.040000|N/A|N/A|3840|254976|K
55
-video|0|16|0.640000|16|0.640000|1|0.040000|N/A|N/A|15624|259584|_
56
-audio|1|32640|0.680000|32640|0.680000|1920|0.040000|N/A|N/A|3840|275456|K
57
-video|0|20|0.800000|17|0.680000|1|0.040000|N/A|N/A|22597|280064|_
58
-audio|1|34560|0.720000|34560|0.720000|1920|0.040000|N/A|N/A|3840|303104|K
59
-video|0|18|0.720000|18|0.720000|1|0.040000|N/A|N/A|15028|307712|_
60
-audio|1|36480|0.760000|36480|0.760000|1920|0.040000|N/A|N/A|3840|323072|K
61
-video|0|19|0.760000|19|0.760000|1|0.040000|N/A|N/A|14014|327680|_
62
-audio|1|38400|0.800000|38400|0.800000|1920|0.040000|N/A|N/A|3840|342016|K
63
-video|0|23|0.920000|20|0.800000|1|0.040000|N/A|N/A|20731|346624|_
64
-audio|1|40320|0.840000|40320|0.840000|1920|0.040000|N/A|N/A|3840|367616|K
65
-video|0|21|0.840000|21|0.840000|1|0.040000|N/A|N/A|11946|372224|_
66
-audio|1|42240|0.880000|42240|0.880000|1920|0.040000|N/A|N/A|3840|384512|K
67
-video|0|22|0.880000|22|0.880000|1|0.040000|N/A|N/A|14464|389120|_
68
-audio|1|44160|0.920000|44160|0.920000|1920|0.040000|N/A|N/A|3840|403968|K
69
-video|0|26|1.040000|23|0.920000|1|0.040000|N/A|N/A|16189|408576|_
70
-audio|1|46080|0.960000|46080|0.960000|1920|0.040000|N/A|N/A|3840|424960|K
71
-video|0|24|0.960000|24|0.960000|1|0.040000|N/A|N/A|10524|429568|_
72
-audio|1|48000|1.000000|48000|1.000000|1920|0.040000|N/A|N/A|3840|440320|K
73
-video|0|25|1.000000|25|1.000000|1|0.040000|N/A|N/A|10599|444928|_
74
-audio|1|49920|1.040000|49920|1.040000|1920|0.040000|N/A|N/A|3840|455680|K
75
-video|0|29|1.160000|26|1.040000|1|0.040000|N/A|N/A|24711|460288|K
76
-audio|1|51840|1.080000|51840|1.080000|1920|0.040000|N/A|N/A|3840|485376|K
77
-video|0|27|1.080000|27|1.080000|1|0.040000|N/A|N/A|10840|489984|_
78
-audio|1|53760|1.120000|53760|1.120000|1920|0.040000|N/A|N/A|3840|501248|K
79
-video|0|28|1.120000|28|1.120000|1|0.040000|N/A|N/A|13350|505856|_
80
-audio|1|55680|1.160000|55680|1.160000|1920|0.040000|N/A|N/A|3840|519680|K
81
-video|0|25|1.000000|24|0.960000|1|0.040000|N/A|N/A|24801|6144|K|1
82
-Strings Metadata|8
83
-audio|1|48000|1.000000|48000|1.000000|1920|0.040000|N/A|N/A|3840|31232|K|1
84
-Strings Metadata|8
85
-video|0|28|1.120000|25|1.000000|1|0.040000|N/A|N/A|16743|35840|_|1
86
-Strings Metadata|8
87
-audio|1|49920|1.040000|49920|1.040000|1920|0.040000|N/A|N/A|3840|52736|K|1
88
-Strings Metadata|8
89
-video|0|26|1.040000|26|1.040000|1|0.040000|N/A|N/A|13812|57344|_|1
90
-Strings Metadata|8
91
-audio|1|51840|1.080000|51840|1.080000|1920|0.040000|N/A|N/A|3840|71680|K|1
92
-Strings Metadata|8
93
-video|0|27|1.080000|27|1.080000|1|0.040000|N/A|N/A|13607|76288|_|1
94
-Strings Metadata|8
95
-audio|1|53760|1.120000|53760|1.120000|1920|0.040000|N/A|N/A|3840|90112|K|1
96
-Strings Metadata|8
97
-video|0|31|1.240000|28|1.120000|1|0.040000|N/A|N/A|16158|94720|_|1
98
-Strings Metadata|8
99
-audio|1|55680|1.160000|55680|1.160000|1920|0.040000|N/A|N/A|3840|111104|K|1
100
-Strings Metadata|8
101
-video|0|29|1.160000|29|1.160000|1|0.040000|N/A|N/A|13943|115712|_|1
102
-Strings Metadata|8
103
-audio|1|57600|1.200000|57600|1.200000|1920|0.040000|N/A|N/A|3840|130048|K|1
104
-Strings Metadata|8
105
-video|0|30|1.200000|30|1.200000|1|0.040000|N/A|N/A|11223|134656|_|1
106
-Strings Metadata|8
107
-audio|1|59520|1.240000|59520|1.240000|1920|0.040000|N/A|N/A|3840|145920|K|1
108
-Strings Metadata|8
109
-video|0|34|1.360000|31|1.240000|1|0.040000|N/A|N/A|20298|150528|_|1
110
-Strings Metadata|8
111
-audio|1|61440|1.280000|61440|1.280000|1920|0.040000|N/A|N/A|3840|171008|K|1
112
-Strings Metadata|8
113
-video|0|32|1.280000|32|1.280000|1|0.040000|N/A|N/A|13341|175616|_|1
114
-Strings Metadata|8
115
-audio|1|63360|1.320000|63360|1.320000|1920|0.040000|N/A|N/A|3840|189440|K|1
116
-Strings Metadata|8
117
-video|0|33|1.320000|33|1.320000|1|0.040000|N/A|N/A|12362|194048|_|1
118
-Strings Metadata|8
119
-audio|1|65280|1.360000|65280|1.360000|1920|0.040000|N/A|N/A|3840|206848|K|1
120
-Strings Metadata|8
121
-video|0|37|1.480000|34|1.360000|1|0.040000|N/A|N/A|24786|211456|K|1
1
+video|0|0|0.000000|-1|-0.040000|1|0.040000|N/A|N/A|24801|6144|K_
2
+audio|1|0|0.000000|0|0.000000|1920|0.040000|N/A|N/A|3840|31232|K_
3
+video|0|3|0.120000|0|0.000000|1|0.040000|N/A|N/A|16743|35840|__
4
+audio|1|1920|0.040000|1920|0.040000|1920|0.040000|N/A|N/A|3840|52736|K_
5
+video|0|1|0.040000|1|0.040000|1|0.040000|N/A|N/A|13812|57344|__
6
+audio|1|3840|0.080000|3840|0.080000|1920|0.040000|N/A|N/A|3840|71680|K_
7
+video|0|2|0.080000|2|0.080000|1|0.040000|N/A|N/A|13607|76288|__
8
+audio|1|5760|0.120000|5760|0.120000|1920|0.040000|N/A|N/A|3840|90112|K_
9
+video|0|6|0.240000|3|0.120000|1|0.040000|N/A|N/A|16158|94720|__
10
+audio|1|7680|0.160000|7680|0.160000|1920|0.040000|N/A|N/A|3840|111104|K_
11
+video|0|4|0.160000|4|0.160000|1|0.040000|N/A|N/A|13943|115712|__
12
+audio|1|9600|0.200000|9600|0.200000|1920|0.040000|N/A|N/A|3840|130048|K_
13
+video|0|5|0.200000|5|0.200000|1|0.040000|N/A|N/A|11223|134656|__
14
+audio|1|11520|0.240000|11520|0.240000|1920|0.040000|N/A|N/A|3840|145920|K_
15
+video|0|9|0.360000|6|0.240000|1|0.040000|N/A|N/A|20298|150528|__
16
+audio|1|13440|0.280000|13440|0.280000|1920|0.040000|N/A|N/A|3840|171008|K_
17
+video|0|7|0.280000|7|0.280000|1|0.040000|N/A|N/A|13341|175616|__
18
+audio|1|15360|0.320000|15360|0.320000|1920|0.040000|N/A|N/A|3840|189440|K_
19
+video|0|8|0.320000|8|0.320000|1|0.040000|N/A|N/A|12362|194048|__
20
+audio|1|17280|0.360000|17280|0.360000|1920|0.040000|N/A|N/A|3840|206848|K_
21
+video|0|12|0.480000|9|0.360000|1|0.040000|N/A|N/A|24786|211456|K_
22
+audio|1|19200|0.400000|19200|0.400000|1920|0.040000|N/A|N/A|3840|236544|K_
23
+video|0|10|0.400000|10|0.400000|1|0.040000|N/A|N/A|13377|241152|__
24
+audio|1|21120|0.440000|21120|0.440000|1920|0.040000|N/A|N/A|3840|254976|K_
25
+video|0|11|0.440000|11|0.440000|1|0.040000|N/A|N/A|15624|259584|__
26
+audio|1|23040|0.480000|23040|0.480000|1920|0.040000|N/A|N/A|3840|275456|K_
27
+video|0|15|0.600000|12|0.480000|1|0.040000|N/A|N/A|22597|280064|__
28
+audio|1|24960|0.520000|24960|0.520000|1920|0.040000|N/A|N/A|3840|303104|K_
29
+video|0|13|0.520000|13|0.520000|1|0.040000|N/A|N/A|15028|307712|__
30
+audio|1|26880|0.560000|26880|0.560000|1920|0.040000|N/A|N/A|3840|323072|K_
31
+video|0|14|0.560000|14|0.560000|1|0.040000|N/A|N/A|14014|327680|__
32
+audio|1|28800|0.600000|28800|0.600000|1920|0.040000|N/A|N/A|3840|342016|K_
33
+video|0|18|0.720000|15|0.600000|1|0.040000|N/A|N/A|20731|346624|__
34
+audio|1|30720|0.640000|30720|0.640000|1920|0.040000|N/A|N/A|3840|367616|K_
35
+video|0|16|0.640000|16|0.640000|1|0.040000|N/A|N/A|11946|372224|__
36
+audio|1|32640|0.680000|32640|0.680000|1920|0.040000|N/A|N/A|3840|384512|K_
37
+video|0|17|0.680000|17|0.680000|1|0.040000|N/A|N/A|14464|389120|__
38
+audio|1|34560|0.720000|34560|0.720000|1920|0.040000|N/A|N/A|3840|403968|K_
39
+video|0|21|0.840000|18|0.720000|1|0.040000|N/A|N/A|16189|408576|__
40
+audio|1|36480|0.760000|36480|0.760000|1920|0.040000|N/A|N/A|3840|424960|K_
41
+video|0|19|0.760000|19|0.760000|1|0.040000|N/A|N/A|10524|429568|__
42
+audio|1|38400|0.800000|38400|0.800000|1920|0.040000|N/A|N/A|3840|440320|K_
43
+video|0|20|0.800000|20|0.800000|1|0.040000|N/A|N/A|10599|444928|__
44
+audio|1|40320|0.840000|40320|0.840000|1920|0.040000|N/A|N/A|3840|455680|K_
45
+video|0|24|0.960000|21|0.840000|1|0.040000|N/A|N/A|24711|460288|K_
46
+audio|1|42240|0.880000|42240|0.880000|1920|0.040000|N/A|N/A|3840|485376|K_
47
+video|0|22|0.880000|22|0.880000|1|0.040000|N/A|N/A|10840|489984|__
48
+audio|1|44160|0.920000|44160|0.920000|1920|0.040000|N/A|N/A|3840|501248|K_
49
+video|0|23|0.920000|23|0.920000|1|0.040000|N/A|N/A|13350|505856|__
50
+audio|1|46080|0.960000|46080|0.960000|1920|0.040000|N/A|N/A|3840|519680|K_
51
+video|0|17|0.680000|14|0.560000|1|0.040000|N/A|N/A|24786|211456|K_
52
+audio|1|28800|0.600000|28800|0.600000|1920|0.040000|N/A|N/A|3840|236544|K_
53
+video|0|15|0.600000|15|0.600000|1|0.040000|N/A|N/A|13377|241152|__
54
+audio|1|30720|0.640000|30720|0.640000|1920|0.040000|N/A|N/A|3840|254976|K_
55
+video|0|16|0.640000|16|0.640000|1|0.040000|N/A|N/A|15624|259584|__
56
+audio|1|32640|0.680000|32640|0.680000|1920|0.040000|N/A|N/A|3840|275456|K_
57
+video|0|20|0.800000|17|0.680000|1|0.040000|N/A|N/A|22597|280064|__
58
+audio|1|34560|0.720000|34560|0.720000|1920|0.040000|N/A|N/A|3840|303104|K_
59
+video|0|18|0.720000|18|0.720000|1|0.040000|N/A|N/A|15028|307712|__
60
+audio|1|36480|0.760000|36480|0.760000|1920|0.040000|N/A|N/A|3840|323072|K_
61
+video|0|19|0.760000|19|0.760000|1|0.040000|N/A|N/A|14014|327680|__
62
+audio|1|38400|0.800000|38400|0.800000|1920|0.040000|N/A|N/A|3840|342016|K_
63
+video|0|23|0.920000|20|0.800000|1|0.040000|N/A|N/A|20731|346624|__
64
+audio|1|40320|0.840000|40320|0.840000|1920|0.040000|N/A|N/A|3840|367616|K_
65
+video|0|21|0.840000|21|0.840000|1|0.040000|N/A|N/A|11946|372224|__
66
+audio|1|42240|0.880000|42240|0.880000|1920|0.040000|N/A|N/A|3840|384512|K_
67
+video|0|22|0.880000|22|0.880000|1|0.040000|N/A|N/A|14464|389120|__
68
+audio|1|44160|0.920000|44160|0.920000|1920|0.040000|N/A|N/A|3840|403968|K_
69
+video|0|26|1.040000|23|0.920000|1|0.040000|N/A|N/A|16189|408576|__
70
+audio|1|46080|0.960000|46080|0.960000|1920|0.040000|N/A|N/A|3840|424960|K_
71
+video|0|24|0.960000|24|0.960000|1|0.040000|N/A|N/A|10524|429568|__
72
+audio|1|48000|1.000000|48000|1.000000|1920|0.040000|N/A|N/A|3840|440320|K_
73
+video|0|25|1.000000|25|1.000000|1|0.040000|N/A|N/A|10599|444928|__
74
+audio|1|49920|1.040000|49920|1.040000|1920|0.040000|N/A|N/A|3840|455680|K_
75
+video|0|29|1.160000|26|1.040000|1|0.040000|N/A|N/A|24711|460288|K_
76
+audio|1|51840|1.080000|51840|1.080000|1920|0.040000|N/A|N/A|3840|485376|K_
77
+video|0|27|1.080000|27|1.080000|1|0.040000|N/A|N/A|10840|489984|__
78
+audio|1|53760|1.120000|53760|1.120000|1920|0.040000|N/A|N/A|3840|501248|K_
79
+video|0|28|1.120000|28|1.120000|1|0.040000|N/A|N/A|13350|505856|__
80
+audio|1|55680|1.160000|55680|1.160000|1920|0.040000|N/A|N/A|3840|519680|K_
81
+video|0|25|1.000000|24|0.960000|1|0.040000|N/A|N/A|24801|6144|K_|1
82
+Strings Metadata|8
83
+audio|1|48000|1.000000|48000|1.000000|1920|0.040000|N/A|N/A|3840|31232|K_|1
84
+Strings Metadata|8
85
+video|0|28|1.120000|25|1.000000|1|0.040000|N/A|N/A|16743|35840|__|1
86
+Strings Metadata|8
87
+audio|1|49920|1.040000|49920|1.040000|1920|0.040000|N/A|N/A|3840|52736|K_|1
88
+Strings Metadata|8
89
+video|0|26|1.040000|26|1.040000|1|0.040000|N/A|N/A|13812|57344|__|1
90
+Strings Metadata|8
91
+audio|1|51840|1.080000|51840|1.080000|1920|0.040000|N/A|N/A|3840|71680|K_|1
92
+Strings Metadata|8
93
+video|0|27|1.080000|27|1.080000|1|0.040000|N/A|N/A|13607|76288|__|1
94
+Strings Metadata|8
95
+audio|1|53760|1.120000|53760|1.120000|1920|0.040000|N/A|N/A|3840|90112|K_|1
96
+Strings Metadata|8
97
+video|0|31|1.240000|28|1.120000|1|0.040000|N/A|N/A|16158|94720|__|1
98
+Strings Metadata|8
99
+audio|1|55680|1.160000|55680|1.160000|1920|0.040000|N/A|N/A|3840|111104|K_|1
100
+Strings Metadata|8
101
+video|0|29|1.160000|29|1.160000|1|0.040000|N/A|N/A|13943|115712|__|1
102
+Strings Metadata|8
103
+audio|1|57600|1.200000|57600|1.200000|1920|0.040000|N/A|N/A|3840|130048|K_|1
104
+Strings Metadata|8
105
+video|0|30|1.200000|30|1.200000|1|0.040000|N/A|N/A|11223|134656|__|1
106
+Strings Metadata|8
107
+audio|1|59520|1.240000|59520|1.240000|1920|0.040000|N/A|N/A|3840|145920|K_|1
108
+Strings Metadata|8
109
+video|0|34|1.360000|31|1.240000|1|0.040000|N/A|N/A|20298|150528|__|1
110
+Strings Metadata|8
111
+audio|1|61440|1.280000|61440|1.280000|1920|0.040000|N/A|N/A|3840|171008|K_|1
112
+Strings Metadata|8
113
+video|0|32|1.280000|32|1.280000|1|0.040000|N/A|N/A|13341|175616|__|1
114
+Strings Metadata|8
115
+audio|1|63360|1.320000|63360|1.320000|1920|0.040000|N/A|N/A|3840|189440|K_|1
116
+Strings Metadata|8
117
+video|0|33|1.320000|33|1.320000|1|0.040000|N/A|N/A|12362|194048|__|1
118
+Strings Metadata|8
119
+audio|1|65280|1.360000|65280|1.360000|1920|0.040000|N/A|N/A|3840|206848|K_|1
120
+Strings Metadata|8
121
+video|0|37|1.480000|34|1.360000|1|0.040000|N/A|N/A|24786|211456|K_|1
122 122
 Strings Metadata|8
123 123
 0|mpeg2video|4|video|1/25|[0][0][0][0]|0x0000|352|288|0|0|1|1:1|11:9|yuv420p|8|tv|unknown|unknown|unknown|left|N/A|1|N/A|25/1|25/1|1/25|N/A|N/A|N/A|N/A|N/A|N/A|N/A|N/A|N/A|51|0|0|0|0|0|0|0|0|0|0|0|0x060A2B340101010501010D001300000000000000000000000000000000000001
124 124
 1|pcm_s16le|unknown|audio|1/48000|[0][0][0][0]|0x0000|s16|48000|1|unknown|16|N/A|0/0|0/0|1/48000|0|0.000000|N/A|N/A|768000|N/A|N/A|N/A|N/A|50|0|0|0|0|0|0|0|0|0|0|0|0x060A2B340101010501010D001300000000000000000000000000000000000001
... ...
@@ -1,82 +1,82 @@
1
-video|0|0|0.000000|0|0.000000|1|0.040000|N/A|N/A|150000|6144|K
2
-audio|1|0|0.000000|0|0.000000|1920|0.040000|N/A|N/A|7680|156672|K
3
-video|0|1|0.040000|1|0.040000|1|0.040000|N/A|N/A|150000|219136|K
4
-audio|1|1920|0.040000|1920|0.040000|1920|0.040000|N/A|N/A|7680|369664|K
5
-video|0|2|0.080000|2|0.080000|1|0.040000|N/A|N/A|150000|432128|K
6
-audio|1|3840|0.080000|3840|0.080000|1920|0.040000|N/A|N/A|7680|582656|K
7
-video|0|3|0.120000|3|0.120000|1|0.040000|N/A|N/A|150000|645120|K
8
-audio|1|5760|0.120000|5760|0.120000|1920|0.040000|N/A|N/A|7680|795648|K
9
-video|0|4|0.160000|4|0.160000|1|0.040000|N/A|N/A|150000|858112|K
10
-audio|1|7680|0.160000|7680|0.160000|1920|0.040000|N/A|N/A|7680|1008640|K
11
-video|0|5|0.200000|5|0.200000|1|0.040000|N/A|N/A|150000|1071104|K
12
-audio|1|9600|0.200000|9600|0.200000|1920|0.040000|N/A|N/A|7680|1221632|K
13
-video|0|6|0.240000|6|0.240000|1|0.040000|N/A|N/A|150000|1284096|K
14
-audio|1|11520|0.240000|11520|0.240000|1920|0.040000|N/A|N/A|7680|1434624|K
15
-video|0|7|0.280000|7|0.280000|1|0.040000|N/A|N/A|150000|1497088|K
16
-audio|1|13440|0.280000|13440|0.280000|1920|0.040000|N/A|N/A|7680|1647616|K
17
-video|0|8|0.320000|8|0.320000|1|0.040000|N/A|N/A|150000|1710080|K
18
-audio|1|15360|0.320000|15360|0.320000|1920|0.040000|N/A|N/A|7680|1860608|K
19
-video|0|9|0.360000|9|0.360000|1|0.040000|N/A|N/A|150000|1923072|K
20
-audio|1|17280|0.360000|17280|0.360000|1920|0.040000|N/A|N/A|7680|2073600|K
21
-video|0|10|0.400000|10|0.400000|1|0.040000|N/A|N/A|150000|2136064|K
22
-audio|1|19200|0.400000|19200|0.400000|1920|0.040000|N/A|N/A|7680|2286592|K
23
-video|0|11|0.440000|11|0.440000|1|0.040000|N/A|N/A|150000|2349056|K
24
-audio|1|21120|0.440000|21120|0.440000|1920|0.040000|N/A|N/A|7680|2499584|K
25
-video|0|12|0.480000|12|0.480000|1|0.040000|N/A|N/A|150000|2562048|K
26
-audio|1|23040|0.480000|23040|0.480000|1920|0.040000|N/A|N/A|7680|2712576|K
27
-video|0|13|0.520000|13|0.520000|1|0.040000|N/A|N/A|150000|2775040|K
28
-audio|1|24960|0.520000|24960|0.520000|1920|0.040000|N/A|N/A|7680|2925568|K
29
-video|0|14|0.560000|14|0.560000|1|0.040000|N/A|N/A|150000|2988032|K
30
-audio|1|26880|0.560000|26880|0.560000|1920|0.040000|N/A|N/A|7680|3138560|K
31
-video|0|15|0.600000|15|0.600000|1|0.040000|N/A|N/A|150000|3201024|K
32
-audio|1|28800|0.600000|28800|0.600000|1920|0.040000|N/A|N/A|7680|3351552|K
33
-video|0|16|0.640000|16|0.640000|1|0.040000|N/A|N/A|150000|3414016|K
34
-audio|1|30720|0.640000|30720|0.640000|1920|0.040000|N/A|N/A|7680|3564544|K
35
-video|0|17|0.680000|17|0.680000|1|0.040000|N/A|N/A|150000|3627008|K
36
-audio|1|32640|0.680000|32640|0.680000|1920|0.040000|N/A|N/A|7680|3777536|K
37
-video|0|18|0.720000|18|0.720000|1|0.040000|N/A|N/A|150000|3840000|K
38
-audio|1|34560|0.720000|34560|0.720000|1920|0.040000|N/A|N/A|7680|3990528|K
39
-video|0|19|0.760000|19|0.760000|1|0.040000|N/A|N/A|150000|4052992|K
40
-audio|1|36480|0.760000|36480|0.760000|1920|0.040000|N/A|N/A|7680|4203520|K
41
-video|0|20|0.800000|20|0.800000|1|0.040000|N/A|N/A|150000|4265984|K
42
-audio|1|38400|0.800000|38400|0.800000|1920|0.040000|N/A|N/A|7680|4416512|K
43
-video|0|21|0.840000|21|0.840000|1|0.040000|N/A|N/A|150000|4478976|K
44
-audio|1|40320|0.840000|40320|0.840000|1920|0.040000|N/A|N/A|7680|4629504|K
45
-video|0|22|0.880000|22|0.880000|1|0.040000|N/A|N/A|150000|4691968|K
46
-audio|1|42240|0.880000|42240|0.880000|1920|0.040000|N/A|N/A|7680|4842496|K
47
-video|0|23|0.920000|23|0.920000|1|0.040000|N/A|N/A|150000|4904960|K
48
-audio|1|44160|0.920000|44160|0.920000|1920|0.040000|N/A|N/A|7680|5055488|K
49
-video|0|24|0.960000|24|0.960000|1|0.040000|N/A|N/A|150000|5117952|K
50
-audio|1|46080|0.960000|46080|0.960000|1920|0.040000|N/A|N/A|7680|5268480|K
51
-video|0|25|1.000000|25|1.000000|1|0.040000|N/A|N/A|150000|4265984|K
52
-audio|1|48000|1.000000|48000|1.000000|1920|0.040000|N/A|N/A|7680|4416512|K
53
-video|0|26|1.040000|26|1.040000|1|0.040000|N/A|N/A|150000|4478976|K
54
-audio|1|49920|1.040000|49920|1.040000|1920|0.040000|N/A|N/A|7680|4629504|K
55
-video|0|27|1.080000|27|1.080000|1|0.040000|N/A|N/A|150000|4691968|K
56
-audio|1|51840|1.080000|51840|1.080000|1920|0.040000|N/A|N/A|7680|4842496|K
57
-video|0|28|1.120000|28|1.120000|1|0.040000|N/A|N/A|150000|4904960|K
58
-audio|1|53760|1.120000|53760|1.120000|1920|0.040000|N/A|N/A|7680|5055488|K
59
-video|0|29|1.160000|29|1.160000|1|0.040000|N/A|N/A|150000|5117952|K
60
-audio|1|55680|1.160000|55680|1.160000|1920|0.040000|N/A|N/A|7680|5268480|K
61
-video|0|30|1.200000|30|1.200000|1|0.040000|N/A|N/A|150000|1071104|K|1
1
+video|0|0|0.000000|0|0.000000|1|0.040000|N/A|N/A|150000|6144|K_
2
+audio|1|0|0.000000|0|0.000000|1920|0.040000|N/A|N/A|7680|156672|K_
3
+video|0|1|0.040000|1|0.040000|1|0.040000|N/A|N/A|150000|219136|K_
4
+audio|1|1920|0.040000|1920|0.040000|1920|0.040000|N/A|N/A|7680|369664|K_
5
+video|0|2|0.080000|2|0.080000|1|0.040000|N/A|N/A|150000|432128|K_
6
+audio|1|3840|0.080000|3840|0.080000|1920|0.040000|N/A|N/A|7680|582656|K_
7
+video|0|3|0.120000|3|0.120000|1|0.040000|N/A|N/A|150000|645120|K_
8
+audio|1|5760|0.120000|5760|0.120000|1920|0.040000|N/A|N/A|7680|795648|K_
9
+video|0|4|0.160000|4|0.160000|1|0.040000|N/A|N/A|150000|858112|K_
10
+audio|1|7680|0.160000|7680|0.160000|1920|0.040000|N/A|N/A|7680|1008640|K_
11
+video|0|5|0.200000|5|0.200000|1|0.040000|N/A|N/A|150000|1071104|K_
12
+audio|1|9600|0.200000|9600|0.200000|1920|0.040000|N/A|N/A|7680|1221632|K_
13
+video|0|6|0.240000|6|0.240000|1|0.040000|N/A|N/A|150000|1284096|K_
14
+audio|1|11520|0.240000|11520|0.240000|1920|0.040000|N/A|N/A|7680|1434624|K_
15
+video|0|7|0.280000|7|0.280000|1|0.040000|N/A|N/A|150000|1497088|K_
16
+audio|1|13440|0.280000|13440|0.280000|1920|0.040000|N/A|N/A|7680|1647616|K_
17
+video|0|8|0.320000|8|0.320000|1|0.040000|N/A|N/A|150000|1710080|K_
18
+audio|1|15360|0.320000|15360|0.320000|1920|0.040000|N/A|N/A|7680|1860608|K_
19
+video|0|9|0.360000|9|0.360000|1|0.040000|N/A|N/A|150000|1923072|K_
20
+audio|1|17280|0.360000|17280|0.360000|1920|0.040000|N/A|N/A|7680|2073600|K_
21
+video|0|10|0.400000|10|0.400000|1|0.040000|N/A|N/A|150000|2136064|K_
22
+audio|1|19200|0.400000|19200|0.400000|1920|0.040000|N/A|N/A|7680|2286592|K_
23
+video|0|11|0.440000|11|0.440000|1|0.040000|N/A|N/A|150000|2349056|K_
24
+audio|1|21120|0.440000|21120|0.440000|1920|0.040000|N/A|N/A|7680|2499584|K_
25
+video|0|12|0.480000|12|0.480000|1|0.040000|N/A|N/A|150000|2562048|K_
26
+audio|1|23040|0.480000|23040|0.480000|1920|0.040000|N/A|N/A|7680|2712576|K_
27
+video|0|13|0.520000|13|0.520000|1|0.040000|N/A|N/A|150000|2775040|K_
28
+audio|1|24960|0.520000|24960|0.520000|1920|0.040000|N/A|N/A|7680|2925568|K_
29
+video|0|14|0.560000|14|0.560000|1|0.040000|N/A|N/A|150000|2988032|K_
30
+audio|1|26880|0.560000|26880|0.560000|1920|0.040000|N/A|N/A|7680|3138560|K_
31
+video|0|15|0.600000|15|0.600000|1|0.040000|N/A|N/A|150000|3201024|K_
32
+audio|1|28800|0.600000|28800|0.600000|1920|0.040000|N/A|N/A|7680|3351552|K_
33
+video|0|16|0.640000|16|0.640000|1|0.040000|N/A|N/A|150000|3414016|K_
34
+audio|1|30720|0.640000|30720|0.640000|1920|0.040000|N/A|N/A|7680|3564544|K_
35
+video|0|17|0.680000|17|0.680000|1|0.040000|N/A|N/A|150000|3627008|K_
36
+audio|1|32640|0.680000|32640|0.680000|1920|0.040000|N/A|N/A|7680|3777536|K_
37
+video|0|18|0.720000|18|0.720000|1|0.040000|N/A|N/A|150000|3840000|K_
38
+audio|1|34560|0.720000|34560|0.720000|1920|0.040000|N/A|N/A|7680|3990528|K_
39
+video|0|19|0.760000|19|0.760000|1|0.040000|N/A|N/A|150000|4052992|K_
40
+audio|1|36480|0.760000|36480|0.760000|1920|0.040000|N/A|N/A|7680|4203520|K_
41
+video|0|20|0.800000|20|0.800000|1|0.040000|N/A|N/A|150000|4265984|K_
42
+audio|1|38400|0.800000|38400|0.800000|1920|0.040000|N/A|N/A|7680|4416512|K_
43
+video|0|21|0.840000|21|0.840000|1|0.040000|N/A|N/A|150000|4478976|K_
44
+audio|1|40320|0.840000|40320|0.840000|1920|0.040000|N/A|N/A|7680|4629504|K_
45
+video|0|22|0.880000|22|0.880000|1|0.040000|N/A|N/A|150000|4691968|K_
46
+audio|1|42240|0.880000|42240|0.880000|1920|0.040000|N/A|N/A|7680|4842496|K_
47
+video|0|23|0.920000|23|0.920000|1|0.040000|N/A|N/A|150000|4904960|K_
48
+audio|1|44160|0.920000|44160|0.920000|1920|0.040000|N/A|N/A|7680|5055488|K_
49
+video|0|24|0.960000|24|0.960000|1|0.040000|N/A|N/A|150000|5117952|K_
50
+audio|1|46080|0.960000|46080|0.960000|1920|0.040000|N/A|N/A|7680|5268480|K_
51
+video|0|25|1.000000|25|1.000000|1|0.040000|N/A|N/A|150000|4265984|K_
52
+audio|1|48000|1.000000|48000|1.000000|1920|0.040000|N/A|N/A|7680|4416512|K_
53
+video|0|26|1.040000|26|1.040000|1|0.040000|N/A|N/A|150000|4478976|K_
54
+audio|1|49920|1.040000|49920|1.040000|1920|0.040000|N/A|N/A|7680|4629504|K_
55
+video|0|27|1.080000|27|1.080000|1|0.040000|N/A|N/A|150000|4691968|K_
56
+audio|1|51840|1.080000|51840|1.080000|1920|0.040000|N/A|N/A|7680|4842496|K_
57
+video|0|28|1.120000|28|1.120000|1|0.040000|N/A|N/A|150000|4904960|K_
58
+audio|1|53760|1.120000|53760|1.120000|1920|0.040000|N/A|N/A|7680|5055488|K_
59
+video|0|29|1.160000|29|1.160000|1|0.040000|N/A|N/A|150000|5117952|K_
60
+audio|1|55680|1.160000|55680|1.160000|1920|0.040000|N/A|N/A|7680|5268480|K_
61
+video|0|30|1.200000|30|1.200000|1|0.040000|N/A|N/A|150000|1071104|K_|1
62 62
 Strings Metadata|8
63
-audio|1|57600|1.200000|57600|1.200000|1920|0.040000|N/A|N/A|7680|1221632|K|1
63
+audio|1|57600|1.200000|57600|1.200000|1920|0.040000|N/A|N/A|7680|1221632|K_|1
64 64
 Strings Metadata|8
65
-video|0|31|1.240000|31|1.240000|1|0.040000|N/A|N/A|150000|1284096|K|1
65
+video|0|31|1.240000|31|1.240000|1|0.040000|N/A|N/A|150000|1284096|K_|1
66 66
 Strings Metadata|8
67
-audio|1|59520|1.240000|59520|1.240000|1920|0.040000|N/A|N/A|7680|1434624|K|1
67
+audio|1|59520|1.240000|59520|1.240000|1920|0.040000|N/A|N/A|7680|1434624|K_|1
68 68
 Strings Metadata|8
69
-video|0|32|1.280000|32|1.280000|1|0.040000|N/A|N/A|150000|1497088|K|1
69
+video|0|32|1.280000|32|1.280000|1|0.040000|N/A|N/A|150000|1497088|K_|1
70 70
 Strings Metadata|8
71
-audio|1|61440|1.280000|61440|1.280000|1920|0.040000|N/A|N/A|7680|1647616|K|1
71
+audio|1|61440|1.280000|61440|1.280000|1920|0.040000|N/A|N/A|7680|1647616|K_|1
72 72
 Strings Metadata|8
73
-video|0|33|1.320000|33|1.320000|1|0.040000|N/A|N/A|150000|1710080|K|1
73
+video|0|33|1.320000|33|1.320000|1|0.040000|N/A|N/A|150000|1710080|K_|1
74 74
 Strings Metadata|8
75
-audio|1|63360|1.320000|63360|1.320000|1920|0.040000|N/A|N/A|7680|1860608|K|1
75
+audio|1|63360|1.320000|63360|1.320000|1920|0.040000|N/A|N/A|7680|1860608|K_|1
76 76
 Strings Metadata|8
77
-video|0|34|1.360000|34|1.360000|1|0.040000|N/A|N/A|150000|1923072|K|1
77
+video|0|34|1.360000|34|1.360000|1|0.040000|N/A|N/A|150000|1923072|K_|1
78 78
 Strings Metadata|8
79
-audio|1|65280|1.360000|65280|1.360000|1920|0.040000|N/A|N/A|7680|2073600|K|1
79
+audio|1|65280|1.360000|65280|1.360000|1920|0.040000|N/A|N/A|7680|2073600|K_|1
80 80
 Strings Metadata|8
81 81
 0|mpeg2video|0|video|1/25|[0][0][0][0]|0x0000|720|608|0|0|0|1:1|45:38|yuv422p|5|tv|unknown|unknown|unknown|topleft|N/A|1|N/A|25/1|25/1|1/25|0|0.000000|N/A|N/A|30000000|N/A|N/A|N/A|N/A|35|0|0|0|0|0|0|0|0|0|0|0|0x060A2B340101010501010D001300000000000000000000000000000000000001
82 82
 1|pcm_s16le|unknown|audio|1/48000|[0][0][0][0]|0x0000|s16|48000|2|unknown|16|N/A|0/0|0/0|1/48000|0|0.000000|N/A|N/A|1536000|N/A|N/A|N/A|N/A|35|0|0|0|0|0|0|0|0|0|0|0|0x060A2B340101010501010D001300000000000000000000000000000000000001
... ...
@@ -1,151 +1,151 @@
1
-video|1|982|0.010911|-2618|-0.029089|3600|0.040000|N/A|N/A|24815|564|K
2
-video|1|4582|0.050911|982|0.010911|3600|0.040000|N/A|N/A|16443|27072|_
3
-video|1|8182|0.090911|4582|0.050911|3600|0.040000|N/A|N/A|14522|44932|_
4
-video|1|11782|0.130911|8182|0.090911|3600|0.040000|N/A|N/A|12636|60536|_
5
-video|1|15382|0.170911|11782|0.130911|3600|0.040000|N/A|N/A|13407|74260|_
6
-video|1|18982|0.210911|15382|0.170911|3600|0.040000|N/A|N/A|13106|88924|_
7
-video|1|22582|0.250911|18982|0.210911|3600|0.040000|N/A|N/A|12769|102836|_
8
-video|1|26182|0.290911|22582|0.250911|3600|0.040000|N/A|N/A|12037|116748|_
9
-audio|0|0|0.000000|0|0.000000|2351|0.026122|N/A|N/A|222|159988|K
10
-audio|0|2351|0.026122|2351|0.026122|2351|0.026122|N/A|N/A|209|N/A|K
11
-audio|0|4702|0.052244|4702|0.052244|2351|0.026122|N/A|N/A|209|N/A|K
12
-audio|0|7053|0.078367|7053|0.078367|2351|0.026122|N/A|N/A|209|N/A|K
13
-audio|0|9404|0.104489|9404|0.104489|2351|0.026122|N/A|N/A|209|N/A|K
14
-audio|0|11755|0.130611|11755|0.130611|2351|0.026122|N/A|N/A|209|N/A|K
15
-audio|0|14106|0.156733|14106|0.156733|2351|0.026122|N/A|N/A|209|N/A|K
16
-audio|0|16457|0.182856|16457|0.182856|2351|0.026122|N/A|N/A|209|N/A|K
17
-audio|0|18808|0.208978|18808|0.208978|2351|0.026122|N/A|N/A|209|N/A|K
18
-audio|0|21159|0.235100|21159|0.235100|2351|0.026122|N/A|N/A|209|N/A|K
19
-audio|0|23510|0.261222|23510|0.261222|2351|0.026122|N/A|N/A|209|N/A|K
20
-audio|0|25861|0.287344|25861|0.287344|2351|0.026122|N/A|N/A|209|N/A|K
21
-audio|0|28212|0.313467|28212|0.313467|2351|0.026122|N/A|N/A|209|N/A|K
22
-audio|0|30563|0.339589|30563|0.339589|2351|0.026122|N/A|N/A|209|N/A|K
23
-video|1|29782|0.330911|26182|0.290911|3600|0.040000|N/A|N/A|14112|130096|_
24
-video|1|33382|0.370911|29782|0.330911|3600|0.040000|N/A|N/A|13343|145324|_
25
-video|1|36982|0.410911|33382|0.370911|3600|0.040000|N/A|N/A|12149|162996|_
26
-video|1|40582|0.450911|36982|0.410911|3600|0.040000|N/A|N/A|12296|176344|_
27
-video|1|44182|0.490911|40582|0.450911|3600|0.040000|N/A|N/A|24800|189692|K
28
-video|1|47782|0.530911|44182|0.490911|3600|0.040000|N/A|N/A|17454|216388|_
29
-video|1|51382|0.570911|47782|0.530911|3600|0.040000|N/A|N/A|15033|235000|_
30
-video|1|54982|0.610911|51382|0.570911|3600|0.040000|N/A|N/A|13463|251356|_
31
-video|1|58582|0.650911|54982|0.610911|3600|0.040000|N/A|N/A|12412|266020|_
32
-video|1|62182|0.690911|58582|0.650911|3600|0.040000|N/A|N/A|13469|279744|_
33
-audio|0|32915|0.365722|32915|0.365722|2351|0.026122|N/A|N/A|223|322608|K
34
-audio|0|35266|0.391844|35266|0.391844|2351|0.026122|N/A|N/A|209|N/A|K
35
-audio|0|37617|0.417967|37617|0.417967|2351|0.026122|N/A|N/A|209|N/A|K
36
-audio|0|39968|0.444089|39968|0.444089|2351|0.026122|N/A|N/A|209|N/A|K
37
-audio|0|42319|0.470211|42319|0.470211|2351|0.026122|N/A|N/A|209|N/A|K
38
-audio|0|44670|0.496333|44670|0.496333|2351|0.026122|N/A|N/A|209|N/A|K
39
-audio|0|47021|0.522456|47021|0.522456|2351|0.026122|N/A|N/A|209|N/A|K
40
-audio|0|49372|0.548578|49372|0.548578|2351|0.026122|N/A|N/A|209|N/A|K
41
-audio|0|51723|0.574700|51723|0.574700|2351|0.026122|N/A|N/A|209|N/A|K
42
-audio|0|54074|0.600822|54074|0.600822|2351|0.026122|N/A|N/A|209|N/A|K
43
-audio|0|56425|0.626944|56425|0.626944|2351|0.026122|N/A|N/A|209|N/A|K
44
-audio|0|58776|0.653067|58776|0.653067|2351|0.026122|N/A|N/A|209|N/A|K
45
-audio|0|61127|0.679189|61127|0.679189|2351|0.026122|N/A|N/A|209|N/A|K
46
-audio|0|63478|0.705311|63478|0.705311|2351|0.026122|N/A|N/A|209|N/A|K
47
-video|1|65782|0.730911|62182|0.690911|3600|0.040000|N/A|N/A|13850|294408|_
48
-video|1|69382|0.770911|65782|0.730911|3600|0.040000|N/A|N/A|12177|309448|_
49
-video|1|72982|0.810911|69382|0.770911|3600|0.040000|N/A|N/A|12706|325992|_
50
-video|1|76582|0.850911|72982|0.810911|3600|0.040000|N/A|N/A|10838|339528|_
51
-video|1|80182|0.890911|76582|0.850911|3600|0.040000|N/A|N/A|11300|351372|_
52
-audio|0|65829|0.731433|65829|0.731433|2351|0.026122|N/A|N/A|223|404576|K
53
-audio|0|68180|0.757556|68180|0.757556|2351|0.026122|N/A|N/A|209|N/A|K
54
-audio|0|70531|0.783678|70531|0.783678|2351|0.026122|N/A|N/A|209|N/A|K
55
-audio|0|72882|0.809800|72882|0.809800|2351|0.026122|N/A|N/A|209|N/A|K
56
-audio|0|75233|0.835922|75233|0.835922|2351|0.026122|N/A|N/A|209|N/A|K
57
-audio|0|77584|0.862044|77584|0.862044|2351|0.026122|N/A|N/A|209|N/A|K
58
-audio|0|79935|0.888167|79935|0.888167|2351|0.026122|N/A|N/A|209|N/A|K
59
-audio|0|82286|0.914289|82286|0.914289|2351|0.026122|N/A|N/A|209|N/A|K
60
-audio|0|84637|0.940411|84637|0.940411|2351|0.026122|N/A|N/A|209|N/A|K
61
-audio|0|86988|0.966533|86988|0.966533|2351|0.026122|N/A|N/A|209|N/A|K
62
-audio|0|89339|0.992656|89339|0.992656|2351|0.026122|N/A|N/A|209|N/A|K
63
-video|1|83782|0.930911|80182|0.890911|3600|0.040000|N/A|N/A|12692|363592|_
64
-video|1|87382|0.970911|83782|0.930911|3600|0.040000|N/A|N/A|24711|377880|K
65
-video|1|91964|1.021822|88364|0.981822|3600|0.040000|N/A|N/A|24815|564|K
66
-video|1|95564|1.061822|91964|1.021822|3600|0.040000|N/A|N/A|16443|27072|_
67
-video|1|99164|1.101822|95564|1.061822|3600|0.040000|N/A|N/A|14522|44932|_
68
-video|1|102764|1.141822|99164|1.101822|3600|0.040000|N/A|N/A|12636|60536|_
69
-video|1|106364|1.181822|102764|1.141822|3600|0.040000|N/A|N/A|13407|74260|_
70
-video|1|109964|1.221822|106364|1.181822|3600|0.040000|N/A|N/A|13106|88924|_
71
-video|1|113564|1.261822|109964|1.221822|3600|0.040000|N/A|N/A|12769|102836|_
72
-video|1|117164|1.301822|113564|1.261822|3600|0.040000|N/A|N/A|12037|116748|_
73
-audio|0|90982|1.010911|90982|1.010911|2351|0.026122|N/A|N/A|222|159988|K
74
-audio|0|93333|1.037033|93333|1.037033|2351|0.026122|N/A|N/A|209|N/A|K
75
-audio|0|95684|1.063156|95684|1.063156|2351|0.026122|N/A|N/A|209|N/A|K
76
-audio|0|98035|1.089278|98035|1.089278|2351|0.026122|N/A|N/A|209|N/A|K
77
-audio|0|100386|1.115400|100386|1.115400|2351|0.026122|N/A|N/A|209|N/A|K
78
-audio|0|102737|1.141522|102737|1.141522|2351|0.026122|N/A|N/A|209|N/A|K
79
-audio|0|105088|1.167644|105088|1.167644|2351|0.026122|N/A|N/A|209|N/A|K
80
-audio|0|107439|1.193767|107439|1.193767|2351|0.026122|N/A|N/A|209|N/A|K
81
-audio|0|109790|1.219889|109790|1.219889|2351|0.026122|N/A|N/A|209|N/A|K
82
-audio|0|112141|1.246011|112141|1.246011|2351|0.026122|N/A|N/A|209|N/A|K
83
-audio|0|114492|1.272133|114492|1.272133|2351|0.026122|N/A|N/A|209|N/A|K
84
-audio|0|116843|1.298256|116843|1.298256|2351|0.026122|N/A|N/A|209|N/A|K
85
-audio|0|119194|1.324378|119194|1.324378|2351|0.026122|N/A|N/A|209|N/A|K
86
-audio|0|121545|1.350500|121545|1.350500|2351|0.026122|N/A|N/A|209|N/A|K
87
-video|1|120764|1.341822|117164|1.301822|3600|0.040000|N/A|N/A|14112|130096|_
88
-video|1|124364|1.381822|120764|1.341822|3600|0.040000|N/A|N/A|13343|145324|_
89
-video|1|127964|1.421822|124364|1.381822|3600|0.040000|N/A|N/A|12149|162996|_
90
-video|1|131564|1.461822|127964|1.421822|3600|0.040000|N/A|N/A|12296|176344|_
91
-video|1|135164|1.501822|131564|1.461822|3600|0.040000|N/A|N/A|24800|189692|K
92
-video|1|138764|1.541822|135164|1.501822|3600|0.040000|N/A|N/A|17454|216388|_
93
-video|1|142364|1.581822|138764|1.541822|3600|0.040000|N/A|N/A|15033|235000|_
94
-video|1|145964|1.621822|142364|1.581822|3600|0.040000|N/A|N/A|13463|251356|_
95
-video|1|149564|1.661822|145964|1.621822|3600|0.040000|N/A|N/A|12412|266020|_
96
-video|1|153164|1.701822|149564|1.661822|3600|0.040000|N/A|N/A|13469|279744|_
97
-audio|0|123897|1.376633|123897|1.376633|2351|0.026122|N/A|N/A|223|322608|K
98
-audio|0|126248|1.402756|126248|1.402756|2351|0.026122|N/A|N/A|209|N/A|K
99
-audio|0|128599|1.428878|128599|1.428878|2351|0.026122|N/A|N/A|209|N/A|K
100
-audio|0|130950|1.455000|130950|1.455000|2351|0.026122|N/A|N/A|209|N/A|K
101
-audio|0|133301|1.481122|133301|1.481122|2351|0.026122|N/A|N/A|209|N/A|K
102
-audio|0|135652|1.507244|135652|1.507244|2351|0.026122|N/A|N/A|209|N/A|K
103
-audio|0|138003|1.533367|138003|1.533367|2351|0.026122|N/A|N/A|209|N/A|K
104
-audio|0|140354|1.559489|140354|1.559489|2351|0.026122|N/A|N/A|209|N/A|K
105
-audio|0|142705|1.585611|142705|1.585611|2351|0.026122|N/A|N/A|209|N/A|K
106
-audio|0|145056|1.611733|145056|1.611733|2351|0.026122|N/A|N/A|209|N/A|K
107
-audio|0|147407|1.637856|147407|1.637856|2351|0.026122|N/A|N/A|209|N/A|K
108
-audio|0|149758|1.663978|149758|1.663978|2351|0.026122|N/A|N/A|209|N/A|K
109
-audio|0|152109|1.690100|152109|1.690100|2351|0.026122|N/A|N/A|209|N/A|K
110
-audio|0|154460|1.716222|154460|1.716222|2351|0.026122|N/A|N/A|209|N/A|K
111
-video|1|156764|1.741822|153164|1.701822|3600|0.040000|N/A|N/A|13850|294408|_
112
-video|1|160364|1.781822|156764|1.741822|3600|0.040000|N/A|N/A|12177|309448|_
113
-video|1|163964|1.821822|160364|1.781822|3600|0.040000|N/A|N/A|12706|325992|_
114
-video|1|167564|1.861822|163964|1.821822|3600|0.040000|N/A|N/A|10838|339528|_
115
-video|1|171164|1.901822|167564|1.861822|3600|0.040000|N/A|N/A|11300|351372|_
116
-audio|0|156811|1.742344|156811|1.742344|2351|0.026122|N/A|N/A|223|404576|K
117
-audio|0|159162|1.768467|159162|1.768467|2351|0.026122|N/A|N/A|209|N/A|K
118
-audio|0|161513|1.794589|161513|1.794589|2351|0.026122|N/A|N/A|209|N/A|K
119
-audio|0|163864|1.820711|163864|1.820711|2351|0.026122|N/A|N/A|209|N/A|K
120
-audio|0|166215|1.846833|166215|1.846833|2351|0.026122|N/A|N/A|209|N/A|K
121
-audio|0|168566|1.872956|168566|1.872956|2351|0.026122|N/A|N/A|209|N/A|K
122
-audio|0|170917|1.899078|170917|1.899078|2351|0.026122|N/A|N/A|209|N/A|K
123
-audio|0|173268|1.925200|173268|1.925200|2351|0.026122|N/A|N/A|209|N/A|K
124
-audio|0|175619|1.951322|175619|1.951322|2351|0.026122|N/A|N/A|209|N/A|K
125
-audio|0|177970|1.977444|177970|1.977444|2351|0.026122|N/A|N/A|209|N/A|K
126
-audio|0|180321|2.003567|180321|2.003567|2351|0.026122|N/A|N/A|209|N/A|K
127
-video|1|174764|1.941822|171164|1.901822|3600|0.040000|N/A|N/A|12692|363592|_
128
-video|1|178364|1.981822|174764|1.941822|3600|0.040000|N/A|N/A|24711|377880|K
129
-video|1|139582|1.550911|135982|1.510911|3600|0.040000|N/A|N/A|12706|325992|_
130
-video|1|143182|1.590911|139582|1.550911|3600|0.040000|N/A|N/A|10838|339528|_
131
-video|1|146782|1.630911|143182|1.590911|3600|0.040000|N/A|N/A|11300|351372|_
132
-audio|0|132429|1.471433|132429|1.471433|2351|0.026122|N/A|N/A|223|404576|K
133
-audio|0|134780|1.497556|134780|1.497556|2351|0.026122|N/A|N/A|209|N/A|K
134
-audio|0|137131|1.523678|137131|1.523678|2351|0.026122|N/A|N/A|209|N/A|K
135
-audio|0|139482|1.549800|139482|1.549800|2351|0.026122|N/A|N/A|209|N/A|K
136
-audio|0|141833|1.575922|141833|1.575922|2351|0.026122|N/A|N/A|209|N/A|K
137
-audio|0|144184|1.602044|144184|1.602044|2351|0.026122|N/A|N/A|209|N/A|K
138
-audio|0|146535|1.628167|146535|1.628167|2351|0.026122|N/A|N/A|209|N/A|K
139
-audio|0|148886|1.654289|148886|1.654289|2351|0.026122|N/A|N/A|209|N/A|K
140
-audio|0|151237|1.680411|151237|1.680411|2351|0.026122|N/A|N/A|209|N/A|K
141
-audio|0|153588|1.706533|153588|1.706533|2351|0.026122|N/A|N/A|209|N/A|K
142
-audio|0|155939|1.732656|155939|1.732656|2351|0.026122|N/A|N/A|209|N/A|K
143
-video|1|150382|1.670911|146782|1.630911|3600|0.040000|N/A|N/A|12692|363592|_
144
-video|1|153982|1.710911|150382|1.670911|3600|0.040000|N/A|N/A|24711|377880|K
145
-video|1|161182|1.790911|157582|1.750911|3600|0.040000|N/A|N/A|12149|162996|_
146
-video|1|164782|1.830911|161182|1.790911|3600|0.040000|N/A|N/A|12296|176344|_
147
-video|1|168382|1.870911|164782|1.830911|3600|0.040000|N/A|N/A|24800|189692|K
148
-video|1|171982|1.910911|168382|1.870911|3600|0.040000|N/A|N/A|17454|216388|_
149
-video|1|175582|1.950911|171982|1.910911|3600|0.040000|N/A|N/A|15033|235000|_
1
+video|1|982|0.010911|-2618|-0.029089|3600|0.040000|N/A|N/A|24815|564|K_
2
+video|1|4582|0.050911|982|0.010911|3600|0.040000|N/A|N/A|16443|27072|__
3
+video|1|8182|0.090911|4582|0.050911|3600|0.040000|N/A|N/A|14522|44932|__
4
+video|1|11782|0.130911|8182|0.090911|3600|0.040000|N/A|N/A|12636|60536|__
5
+video|1|15382|0.170911|11782|0.130911|3600|0.040000|N/A|N/A|13407|74260|__
6
+video|1|18982|0.210911|15382|0.170911|3600|0.040000|N/A|N/A|13106|88924|__
7
+video|1|22582|0.250911|18982|0.210911|3600|0.040000|N/A|N/A|12769|102836|__
8
+video|1|26182|0.290911|22582|0.250911|3600|0.040000|N/A|N/A|12037|116748|__
9
+audio|0|0|0.000000|0|0.000000|2351|0.026122|N/A|N/A|222|159988|K_
10
+audio|0|2351|0.026122|2351|0.026122|2351|0.026122|N/A|N/A|209|N/A|K_
11
+audio|0|4702|0.052244|4702|0.052244|2351|0.026122|N/A|N/A|209|N/A|K_
12
+audio|0|7053|0.078367|7053|0.078367|2351|0.026122|N/A|N/A|209|N/A|K_
13
+audio|0|9404|0.104489|9404|0.104489|2351|0.026122|N/A|N/A|209|N/A|K_
14
+audio|0|11755|0.130611|11755|0.130611|2351|0.026122|N/A|N/A|209|N/A|K_
15
+audio|0|14106|0.156733|14106|0.156733|2351|0.026122|N/A|N/A|209|N/A|K_
16
+audio|0|16457|0.182856|16457|0.182856|2351|0.026122|N/A|N/A|209|N/A|K_
17
+audio|0|18808|0.208978|18808|0.208978|2351|0.026122|N/A|N/A|209|N/A|K_
18
+audio|0|21159|0.235100|21159|0.235100|2351|0.026122|N/A|N/A|209|N/A|K_
19
+audio|0|23510|0.261222|23510|0.261222|2351|0.026122|N/A|N/A|209|N/A|K_
20
+audio|0|25861|0.287344|25861|0.287344|2351|0.026122|N/A|N/A|209|N/A|K_
21
+audio|0|28212|0.313467|28212|0.313467|2351|0.026122|N/A|N/A|209|N/A|K_
22
+audio|0|30563|0.339589|30563|0.339589|2351|0.026122|N/A|N/A|209|N/A|K_
23
+video|1|29782|0.330911|26182|0.290911|3600|0.040000|N/A|N/A|14112|130096|__
24
+video|1|33382|0.370911|29782|0.330911|3600|0.040000|N/A|N/A|13343|145324|__
25
+video|1|36982|0.410911|33382|0.370911|3600|0.040000|N/A|N/A|12149|162996|__
26
+video|1|40582|0.450911|36982|0.410911|3600|0.040000|N/A|N/A|12296|176344|__
27
+video|1|44182|0.490911|40582|0.450911|3600|0.040000|N/A|N/A|24800|189692|K_
28
+video|1|47782|0.530911|44182|0.490911|3600|0.040000|N/A|N/A|17454|216388|__
29
+video|1|51382|0.570911|47782|0.530911|3600|0.040000|N/A|N/A|15033|235000|__
30
+video|1|54982|0.610911|51382|0.570911|3600|0.040000|N/A|N/A|13463|251356|__
31
+video|1|58582|0.650911|54982|0.610911|3600|0.040000|N/A|N/A|12412|266020|__
32
+video|1|62182|0.690911|58582|0.650911|3600|0.040000|N/A|N/A|13469|279744|__
33
+audio|0|32915|0.365722|32915|0.365722|2351|0.026122|N/A|N/A|223|322608|K_
34
+audio|0|35266|0.391844|35266|0.391844|2351|0.026122|N/A|N/A|209|N/A|K_
35
+audio|0|37617|0.417967|37617|0.417967|2351|0.026122|N/A|N/A|209|N/A|K_
36
+audio|0|39968|0.444089|39968|0.444089|2351|0.026122|N/A|N/A|209|N/A|K_
37
+audio|0|42319|0.470211|42319|0.470211|2351|0.026122|N/A|N/A|209|N/A|K_
38
+audio|0|44670|0.496333|44670|0.496333|2351|0.026122|N/A|N/A|209|N/A|K_
39
+audio|0|47021|0.522456|47021|0.522456|2351|0.026122|N/A|N/A|209|N/A|K_
40
+audio|0|49372|0.548578|49372|0.548578|2351|0.026122|N/A|N/A|209|N/A|K_
41
+audio|0|51723|0.574700|51723|0.574700|2351|0.026122|N/A|N/A|209|N/A|K_
42
+audio|0|54074|0.600822|54074|0.600822|2351|0.026122|N/A|N/A|209|N/A|K_
43
+audio|0|56425|0.626944|56425|0.626944|2351|0.026122|N/A|N/A|209|N/A|K_
44
+audio|0|58776|0.653067|58776|0.653067|2351|0.026122|N/A|N/A|209|N/A|K_
45
+audio|0|61127|0.679189|61127|0.679189|2351|0.026122|N/A|N/A|209|N/A|K_
46
+audio|0|63478|0.705311|63478|0.705311|2351|0.026122|N/A|N/A|209|N/A|K_
47
+video|1|65782|0.730911|62182|0.690911|3600|0.040000|N/A|N/A|13850|294408|__
48
+video|1|69382|0.770911|65782|0.730911|3600|0.040000|N/A|N/A|12177|309448|__
49
+video|1|72982|0.810911|69382|0.770911|3600|0.040000|N/A|N/A|12706|325992|__
50
+video|1|76582|0.850911|72982|0.810911|3600|0.040000|N/A|N/A|10838|339528|__
51
+video|1|80182|0.890911|76582|0.850911|3600|0.040000|N/A|N/A|11300|351372|__
52
+audio|0|65829|0.731433|65829|0.731433|2351|0.026122|N/A|N/A|223|404576|K_
53
+audio|0|68180|0.757556|68180|0.757556|2351|0.026122|N/A|N/A|209|N/A|K_
54
+audio|0|70531|0.783678|70531|0.783678|2351|0.026122|N/A|N/A|209|N/A|K_
55
+audio|0|72882|0.809800|72882|0.809800|2351|0.026122|N/A|N/A|209|N/A|K_
56
+audio|0|75233|0.835922|75233|0.835922|2351|0.026122|N/A|N/A|209|N/A|K_
57
+audio|0|77584|0.862044|77584|0.862044|2351|0.026122|N/A|N/A|209|N/A|K_
58
+audio|0|79935|0.888167|79935|0.888167|2351|0.026122|N/A|N/A|209|N/A|K_
59
+audio|0|82286|0.914289|82286|0.914289|2351|0.026122|N/A|N/A|209|N/A|K_
60
+audio|0|84637|0.940411|84637|0.940411|2351|0.026122|N/A|N/A|209|N/A|K_
61
+audio|0|86988|0.966533|86988|0.966533|2351|0.026122|N/A|N/A|209|N/A|K_
62
+audio|0|89339|0.992656|89339|0.992656|2351|0.026122|N/A|N/A|209|N/A|K_
63
+video|1|83782|0.930911|80182|0.890911|3600|0.040000|N/A|N/A|12692|363592|__
64
+video|1|87382|0.970911|83782|0.930911|3600|0.040000|N/A|N/A|24711|377880|K_
65
+video|1|91964|1.021822|88364|0.981822|3600|0.040000|N/A|N/A|24815|564|K_
66
+video|1|95564|1.061822|91964|1.021822|3600|0.040000|N/A|N/A|16443|27072|__
67
+video|1|99164|1.101822|95564|1.061822|3600|0.040000|N/A|N/A|14522|44932|__
68
+video|1|102764|1.141822|99164|1.101822|3600|0.040000|N/A|N/A|12636|60536|__
69
+video|1|106364|1.181822|102764|1.141822|3600|0.040000|N/A|N/A|13407|74260|__
70
+video|1|109964|1.221822|106364|1.181822|3600|0.040000|N/A|N/A|13106|88924|__
71
+video|1|113564|1.261822|109964|1.221822|3600|0.040000|N/A|N/A|12769|102836|__
72
+video|1|117164|1.301822|113564|1.261822|3600|0.040000|N/A|N/A|12037|116748|__
73
+audio|0|90982|1.010911|90982|1.010911|2351|0.026122|N/A|N/A|222|159988|K_
74
+audio|0|93333|1.037033|93333|1.037033|2351|0.026122|N/A|N/A|209|N/A|K_
75
+audio|0|95684|1.063156|95684|1.063156|2351|0.026122|N/A|N/A|209|N/A|K_
76
+audio|0|98035|1.089278|98035|1.089278|2351|0.026122|N/A|N/A|209|N/A|K_
77
+audio|0|100386|1.115400|100386|1.115400|2351|0.026122|N/A|N/A|209|N/A|K_
78
+audio|0|102737|1.141522|102737|1.141522|2351|0.026122|N/A|N/A|209|N/A|K_
79
+audio|0|105088|1.167644|105088|1.167644|2351|0.026122|N/A|N/A|209|N/A|K_
80
+audio|0|107439|1.193767|107439|1.193767|2351|0.026122|N/A|N/A|209|N/A|K_
81
+audio|0|109790|1.219889|109790|1.219889|2351|0.026122|N/A|N/A|209|N/A|K_
82
+audio|0|112141|1.246011|112141|1.246011|2351|0.026122|N/A|N/A|209|N/A|K_
83
+audio|0|114492|1.272133|114492|1.272133|2351|0.026122|N/A|N/A|209|N/A|K_
84
+audio|0|116843|1.298256|116843|1.298256|2351|0.026122|N/A|N/A|209|N/A|K_
85
+audio|0|119194|1.324378|119194|1.324378|2351|0.026122|N/A|N/A|209|N/A|K_
86
+audio|0|121545|1.350500|121545|1.350500|2351|0.026122|N/A|N/A|209|N/A|K_
87
+video|1|120764|1.341822|117164|1.301822|3600|0.040000|N/A|N/A|14112|130096|__
88
+video|1|124364|1.381822|120764|1.341822|3600|0.040000|N/A|N/A|13343|145324|__
89
+video|1|127964|1.421822|124364|1.381822|3600|0.040000|N/A|N/A|12149|162996|__
90
+video|1|131564|1.461822|127964|1.421822|3600|0.040000|N/A|N/A|12296|176344|__
91
+video|1|135164|1.501822|131564|1.461822|3600|0.040000|N/A|N/A|24800|189692|K_
92
+video|1|138764|1.541822|135164|1.501822|3600|0.040000|N/A|N/A|17454|216388|__
93
+video|1|142364|1.581822|138764|1.541822|3600|0.040000|N/A|N/A|15033|235000|__
94
+video|1|145964|1.621822|142364|1.581822|3600|0.040000|N/A|N/A|13463|251356|__
95
+video|1|149564|1.661822|145964|1.621822|3600|0.040000|N/A|N/A|12412|266020|__
96
+video|1|153164|1.701822|149564|1.661822|3600|0.040000|N/A|N/A|13469|279744|__
97
+audio|0|123897|1.376633|123897|1.376633|2351|0.026122|N/A|N/A|223|322608|K_
98
+audio|0|126248|1.402756|126248|1.402756|2351|0.026122|N/A|N/A|209|N/A|K_
99
+audio|0|128599|1.428878|128599|1.428878|2351|0.026122|N/A|N/A|209|N/A|K_
100
+audio|0|130950|1.455000|130950|1.455000|2351|0.026122|N/A|N/A|209|N/A|K_
101
+audio|0|133301|1.481122|133301|1.481122|2351|0.026122|N/A|N/A|209|N/A|K_
102
+audio|0|135652|1.507244|135652|1.507244|2351|0.026122|N/A|N/A|209|N/A|K_
103
+audio|0|138003|1.533367|138003|1.533367|2351|0.026122|N/A|N/A|209|N/A|K_
104
+audio|0|140354|1.559489|140354|1.559489|2351|0.026122|N/A|N/A|209|N/A|K_
105
+audio|0|142705|1.585611|142705|1.585611|2351|0.026122|N/A|N/A|209|N/A|K_
106
+audio|0|145056|1.611733|145056|1.611733|2351|0.026122|N/A|N/A|209|N/A|K_
107
+audio|0|147407|1.637856|147407|1.637856|2351|0.026122|N/A|N/A|209|N/A|K_
108
+audio|0|149758|1.663978|149758|1.663978|2351|0.026122|N/A|N/A|209|N/A|K_
109
+audio|0|152109|1.690100|152109|1.690100|2351|0.026122|N/A|N/A|209|N/A|K_
110
+audio|0|154460|1.716222|154460|1.716222|2351|0.026122|N/A|N/A|209|N/A|K_
111
+video|1|156764|1.741822|153164|1.701822|3600|0.040000|N/A|N/A|13850|294408|__
112
+video|1|160364|1.781822|156764|1.741822|3600|0.040000|N/A|N/A|12177|309448|__
113
+video|1|163964|1.821822|160364|1.781822|3600|0.040000|N/A|N/A|12706|325992|__
114
+video|1|167564|1.861822|163964|1.821822|3600|0.040000|N/A|N/A|10838|339528|__
115
+video|1|171164|1.901822|167564|1.861822|3600|0.040000|N/A|N/A|11300|351372|__
116
+audio|0|156811|1.742344|156811|1.742344|2351|0.026122|N/A|N/A|223|404576|K_
117
+audio|0|159162|1.768467|159162|1.768467|2351|0.026122|N/A|N/A|209|N/A|K_
118
+audio|0|161513|1.794589|161513|1.794589|2351|0.026122|N/A|N/A|209|N/A|K_
119
+audio|0|163864|1.820711|163864|1.820711|2351|0.026122|N/A|N/A|209|N/A|K_
120
+audio|0|166215|1.846833|166215|1.846833|2351|0.026122|N/A|N/A|209|N/A|K_
121
+audio|0|168566|1.872956|168566|1.872956|2351|0.026122|N/A|N/A|209|N/A|K_
122
+audio|0|170917|1.899078|170917|1.899078|2351|0.026122|N/A|N/A|209|N/A|K_
123
+audio|0|173268|1.925200|173268|1.925200|2351|0.026122|N/A|N/A|209|N/A|K_
124
+audio|0|175619|1.951322|175619|1.951322|2351|0.026122|N/A|N/A|209|N/A|K_
125
+audio|0|177970|1.977444|177970|1.977444|2351|0.026122|N/A|N/A|209|N/A|K_
126
+audio|0|180321|2.003567|180321|2.003567|2351|0.026122|N/A|N/A|209|N/A|K_
127
+video|1|174764|1.941822|171164|1.901822|3600|0.040000|N/A|N/A|12692|363592|__
128
+video|1|178364|1.981822|174764|1.941822|3600|0.040000|N/A|N/A|24711|377880|K_
129
+video|1|139582|1.550911|135982|1.510911|3600|0.040000|N/A|N/A|12706|325992|__
130
+video|1|143182|1.590911|139582|1.550911|3600|0.040000|N/A|N/A|10838|339528|__
131
+video|1|146782|1.630911|143182|1.590911|3600|0.040000|N/A|N/A|11300|351372|__
132
+audio|0|132429|1.471433|132429|1.471433|2351|0.026122|N/A|N/A|223|404576|K_
133
+audio|0|134780|1.497556|134780|1.497556|2351|0.026122|N/A|N/A|209|N/A|K_
134
+audio|0|137131|1.523678|137131|1.523678|2351|0.026122|N/A|N/A|209|N/A|K_
135
+audio|0|139482|1.549800|139482|1.549800|2351|0.026122|N/A|N/A|209|N/A|K_
136
+audio|0|141833|1.575922|141833|1.575922|2351|0.026122|N/A|N/A|209|N/A|K_
137
+audio|0|144184|1.602044|144184|1.602044|2351|0.026122|N/A|N/A|209|N/A|K_
138
+audio|0|146535|1.628167|146535|1.628167|2351|0.026122|N/A|N/A|209|N/A|K_
139
+audio|0|148886|1.654289|148886|1.654289|2351|0.026122|N/A|N/A|209|N/A|K_
140
+audio|0|151237|1.680411|151237|1.680411|2351|0.026122|N/A|N/A|209|N/A|K_
141
+audio|0|153588|1.706533|153588|1.706533|2351|0.026122|N/A|N/A|209|N/A|K_
142
+audio|0|155939|1.732656|155939|1.732656|2351|0.026122|N/A|N/A|209|N/A|K_
143
+video|1|150382|1.670911|146782|1.630911|3600|0.040000|N/A|N/A|12692|363592|__
144
+video|1|153982|1.710911|150382|1.670911|3600|0.040000|N/A|N/A|24711|377880|K_
145
+video|1|161182|1.790911|157582|1.750911|3600|0.040000|N/A|N/A|12149|162996|__
146
+video|1|164782|1.830911|161182|1.790911|3600|0.040000|N/A|N/A|12296|176344|__
147
+video|1|168382|1.870911|164782|1.830911|3600|0.040000|N/A|N/A|24800|189692|K_
148
+video|1|171982|1.910911|168382|1.870911|3600|0.040000|N/A|N/A|17454|216388|__
149
+video|1|175582|1.950911|171982|1.910911|3600|0.040000|N/A|N/A|15033|235000|__
150 150
 0|mp2|unknown|audio|1/44100|[3][0][0][0]|0x0003|s16p|44100|1|mono|0|N/A|0/0|0/0|1/90000|0|0.000000|N/A|N/A|64000|N/A|N/A|N/A|N/A|89|0|0|0|0|0|0|0|0|0|0|0
151 151
 1|mpeg2video|4|video|1/25|[2][0][0][0]|0x0002|352|288|0|0|1|1:1|11:9|yuv420p|8|tv|unknown|unknown|unknown|left|N/A|1|N/A|25/1|25/1|1/90000|N/A|N/A|N/A|N/A|N/A|N/A|N/A|N/A|N/A|60|0|0|0|0|0|0|0|0|0|0|0
... ...
@@ -1,30 +1,30 @@
1
-packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=647|flags=K
1
+packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=647|flags=K_
2 2
 frame|media_type=audio|stream_index=0|key_frame=1|pkt_pts=0|pkt_pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=647|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown
3
-packet|codec_type=video|stream_index=1|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=2722|flags=K
3
+packet|codec_type=video|stream_index=1|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=2722|flags=K_
4 4
 frame|media_type=video|stream_index=1|key_frame=1|pkt_pts=0|pkt_pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=2722|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0
5
-packet|codec_type=video|stream_index=2|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=233143|flags=K
5
+packet|codec_type=video|stream_index=2|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=233143|flags=K_
6 6
 frame|media_type=video|stream_index=2|key_frame=1|pkt_pts=0|pkt_pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=233143|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0
7
-packet|codec_type=audio|stream_index=0|pts=1024|pts_time=0.023220|dts=1024|dts_time=0.023220|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=263148|flags=K
7
+packet|codec_type=audio|stream_index=0|pts=1024|pts_time=0.023220|dts=1024|dts_time=0.023220|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=263148|flags=K_
8 8
 frame|media_type=audio|stream_index=0|key_frame=1|pkt_pts=1024|pkt_pts_time=0.023220|pkt_dts=1024|pkt_dts_time=0.023220|best_effort_timestamp=1024|best_effort_timestamp_time=0.023220|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=263148|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown
9
-packet|codec_type=video|stream_index=1|pts=2048|pts_time=0.040000|dts=2048|dts_time=0.040000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=265226|flags=K
9
+packet|codec_type=video|stream_index=1|pts=2048|pts_time=0.040000|dts=2048|dts_time=0.040000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=265226|flags=K_
10 10
 frame|media_type=video|stream_index=1|key_frame=1|pkt_pts=2048|pkt_pts_time=0.040000|pkt_dts=2048|pkt_dts_time=0.040000|best_effort_timestamp=2048|best_effort_timestamp_time=0.040000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=265226|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0
11
-packet|codec_type=video|stream_index=2|pts=2048|pts_time=0.040000|dts=2048|dts_time=0.040000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=495650|flags=K
11
+packet|codec_type=video|stream_index=2|pts=2048|pts_time=0.040000|dts=2048|dts_time=0.040000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=495650|flags=K_
12 12
 frame|media_type=video|stream_index=2|key_frame=1|pkt_pts=2048|pkt_pts_time=0.040000|pkt_dts=2048|pkt_dts_time=0.040000|best_effort_timestamp=2048|best_effort_timestamp_time=0.040000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=495650|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0
13
-packet|codec_type=audio|stream_index=0|pts=2048|pts_time=0.046440|dts=2048|dts_time=0.046440|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=525655|flags=K
13
+packet|codec_type=audio|stream_index=0|pts=2048|pts_time=0.046440|dts=2048|dts_time=0.046440|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=525655|flags=K_
14 14
 frame|media_type=audio|stream_index=0|key_frame=1|pkt_pts=2048|pkt_pts_time=0.046440|pkt_dts=2048|pkt_dts_time=0.046440|best_effort_timestamp=2048|best_effort_timestamp_time=0.046440|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=525655|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown
15
-packet|codec_type=audio|stream_index=0|pts=3072|pts_time=0.069660|dts=3072|dts_time=0.069660|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=527726|flags=K
15
+packet|codec_type=audio|stream_index=0|pts=3072|pts_time=0.069660|dts=3072|dts_time=0.069660|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=527726|flags=K_
16 16
 frame|media_type=audio|stream_index=0|key_frame=1|pkt_pts=3072|pkt_pts_time=0.069660|pkt_dts=3072|pkt_dts_time=0.069660|best_effort_timestamp=3072|best_effort_timestamp_time=0.069660|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=527726|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown
17
-packet|codec_type=video|stream_index=1|pts=4096|pts_time=0.080000|dts=4096|dts_time=0.080000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=529804|flags=K
17
+packet|codec_type=video|stream_index=1|pts=4096|pts_time=0.080000|dts=4096|dts_time=0.080000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=529804|flags=K_
18 18
 frame|media_type=video|stream_index=1|key_frame=1|pkt_pts=4096|pkt_pts_time=0.080000|pkt_dts=4096|pkt_dts_time=0.080000|best_effort_timestamp=4096|best_effort_timestamp_time=0.080000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=529804|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0
19
-packet|codec_type=video|stream_index=2|pts=4096|pts_time=0.080000|dts=4096|dts_time=0.080000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=760228|flags=K
19
+packet|codec_type=video|stream_index=2|pts=4096|pts_time=0.080000|dts=4096|dts_time=0.080000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=760228|flags=K_
20 20
 frame|media_type=video|stream_index=2|key_frame=1|pkt_pts=4096|pkt_pts_time=0.080000|pkt_dts=4096|pkt_dts_time=0.080000|best_effort_timestamp=4096|best_effort_timestamp_time=0.080000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=760228|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0
21
-packet|codec_type=audio|stream_index=0|pts=4096|pts_time=0.092880|dts=4096|dts_time=0.092880|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=790233|flags=K
21
+packet|codec_type=audio|stream_index=0|pts=4096|pts_time=0.092880|dts=4096|dts_time=0.092880|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=790233|flags=K_
22 22
 frame|media_type=audio|stream_index=0|key_frame=1|pkt_pts=4096|pkt_pts_time=0.092880|pkt_dts=4096|pkt_dts_time=0.092880|best_effort_timestamp=4096|best_effort_timestamp_time=0.092880|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=790233|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown
23
-packet|codec_type=audio|stream_index=0|pts=5120|pts_time=0.116100|dts=5120|dts_time=0.116100|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=792304|flags=K
23
+packet|codec_type=audio|stream_index=0|pts=5120|pts_time=0.116100|dts=5120|dts_time=0.116100|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=792304|flags=K_
24 24
 frame|media_type=audio|stream_index=0|key_frame=1|pkt_pts=5120|pkt_pts_time=0.116100|pkt_dts=5120|pkt_dts_time=0.116100|best_effort_timestamp=5120|best_effort_timestamp_time=0.116100|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=792304|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown
25
-packet|codec_type=video|stream_index=1|pts=6144|pts_time=0.120000|dts=6144|dts_time=0.120000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=794382|flags=K
25
+packet|codec_type=video|stream_index=1|pts=6144|pts_time=0.120000|dts=6144|dts_time=0.120000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=794382|flags=K_
26 26
 frame|media_type=video|stream_index=1|key_frame=1|pkt_pts=6144|pkt_pts_time=0.120000|pkt_dts=6144|pkt_dts_time=0.120000|best_effort_timestamp=6144|best_effort_timestamp_time=0.120000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=794382|pkt_size=230400|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0
27
-packet|codec_type=video|stream_index=2|pts=6144|pts_time=0.120000|dts=6144|dts_time=0.120000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=1024806|flags=K
27
+packet|codec_type=video|stream_index=2|pts=6144|pts_time=0.120000|dts=6144|dts_time=0.120000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=1024806|flags=K_
28 28
 frame|media_type=video|stream_index=2|key_frame=1|pkt_pts=6144|pkt_pts_time=0.120000|pkt_dts=6144|pkt_dts_time=0.120000|best_effort_timestamp=6144|best_effort_timestamp_time=0.120000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=1024806|pkt_size=30000|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0
29 29
 stream|index=0|codec_name=pcm_s16le|profile=unknown|codec_type=audio|codec_time_base=1/44100|codec_tag_string=PSD[16]|codec_tag=0x10445350|sample_fmt=s16|sample_rate=44100|channels=1|channel_layout=unknown|bits_per_sample=16|id=N/A|r_frame_rate=0/0|avg_frame_rate=0/0|time_base=1/44100|start_pts=0|start_time=0.000000|duration_ts=N/A|duration=N/A|bit_rate=705600|max_bit_rate=N/A|bits_per_raw_sample=N/A|nb_frames=N/A|nb_read_frames=6|nb_read_packets=6|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|tag:E=mc²|tag:encoder=Lavc pcm_s16le
30 30
 stream|index=1|codec_name=rawvideo|profile=unknown|codec_type=video|codec_time_base=1/25|codec_tag_string=RGB[24]|codec_tag=0x18424752|width=320|height=240|coded_width=320|coded_height=240|has_b_frames=0|sample_aspect_ratio=1:1|display_aspect_ratio=4:3|pix_fmt=rgb24|level=-99|color_range=N/A|color_space=unknown|color_transfer=unknown|color_primaries=unknown|chroma_location=unspecified|timecode=N/A|refs=1|id=N/A|r_frame_rate=25/1|avg_frame_rate=25/1|time_base=1/51200|start_pts=0|start_time=0.000000|duration_ts=N/A|duration=N/A|bit_rate=N/A|max_bit_rate=N/A|bits_per_raw_sample=N/A|nb_frames=N/A|nb_read_frames=4|nb_read_packets=4|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|tag:title=foobar|tag:duration_ts=field-and-tags-conflict-attempt|tag:encoder=Lavc rawvideo
... ...
@@ -1,30 +1,30 @@
1
-packet,audio,0,0,0.000000,0,0.000000,1024,0.023220,N/A,N/A,2048,647,K
1
+packet,audio,0,0,0.000000,0,0.000000,1024,0.023220,N/A,N/A,2048,647,K_
2 2
 frame,audio,0,1,0,0.000000,0,0.000000,0,0.000000,1024,0.023220,647,2048,s16,1024,1,unknown
3
-packet,video,1,0,0.000000,0,0.000000,2048,0.040000,N/A,N/A,230400,2722,K
3
+packet,video,1,0,0.000000,0,0.000000,2048,0.040000,N/A,N/A,230400,2722,K_
4 4
 frame,video,1,1,0,0.000000,0,0.000000,0,0.000000,2048,0.040000,2722,230400,320,240,rgb24,1:1,I,0,0,0,0,0
5
-packet,video,2,0,0.000000,0,0.000000,2048,0.040000,N/A,N/A,30000,233143,K
5
+packet,video,2,0,0.000000,0,0.000000,2048,0.040000,N/A,N/A,30000,233143,K_
6 6
 frame,video,2,1,0,0.000000,0,0.000000,0,0.000000,2048,0.040000,233143,30000,100,100,rgb24,1:1,I,0,0,0,0,0
7
-packet,audio,0,1024,0.023220,1024,0.023220,1024,0.023220,N/A,N/A,2048,263148,K
7
+packet,audio,0,1024,0.023220,1024,0.023220,1024,0.023220,N/A,N/A,2048,263148,K_
8 8
 frame,audio,0,1,1024,0.023220,1024,0.023220,1024,0.023220,1024,0.023220,263148,2048,s16,1024,1,unknown
9
-packet,video,1,2048,0.040000,2048,0.040000,2048,0.040000,N/A,N/A,230400,265226,K
9
+packet,video,1,2048,0.040000,2048,0.040000,2048,0.040000,N/A,N/A,230400,265226,K_
10 10
 frame,video,1,1,2048,0.040000,2048,0.040000,2048,0.040000,2048,0.040000,265226,230400,320,240,rgb24,1:1,I,0,0,0,0,0
11
-packet,video,2,2048,0.040000,2048,0.040000,2048,0.040000,N/A,N/A,30000,495650,K
11
+packet,video,2,2048,0.040000,2048,0.040000,2048,0.040000,N/A,N/A,30000,495650,K_
12 12
 frame,video,2,1,2048,0.040000,2048,0.040000,2048,0.040000,2048,0.040000,495650,30000,100,100,rgb24,1:1,I,0,0,0,0,0
13
-packet,audio,0,2048,0.046440,2048,0.046440,1024,0.023220,N/A,N/A,2048,525655,K
13
+packet,audio,0,2048,0.046440,2048,0.046440,1024,0.023220,N/A,N/A,2048,525655,K_
14 14
 frame,audio,0,1,2048,0.046440,2048,0.046440,2048,0.046440,1024,0.023220,525655,2048,s16,1024,1,unknown
15
-packet,audio,0,3072,0.069660,3072,0.069660,1024,0.023220,N/A,N/A,2048,527726,K
15
+packet,audio,0,3072,0.069660,3072,0.069660,1024,0.023220,N/A,N/A,2048,527726,K_
16 16
 frame,audio,0,1,3072,0.069660,3072,0.069660,3072,0.069660,1024,0.023220,527726,2048,s16,1024,1,unknown
17
-packet,video,1,4096,0.080000,4096,0.080000,2048,0.040000,N/A,N/A,230400,529804,K
17
+packet,video,1,4096,0.080000,4096,0.080000,2048,0.040000,N/A,N/A,230400,529804,K_
18 18
 frame,video,1,1,4096,0.080000,4096,0.080000,4096,0.080000,2048,0.040000,529804,230400,320,240,rgb24,1:1,I,0,0,0,0,0
19
-packet,video,2,4096,0.080000,4096,0.080000,2048,0.040000,N/A,N/A,30000,760228,K
19
+packet,video,2,4096,0.080000,4096,0.080000,2048,0.040000,N/A,N/A,30000,760228,K_
20 20
 frame,video,2,1,4096,0.080000,4096,0.080000,4096,0.080000,2048,0.040000,760228,30000,100,100,rgb24,1:1,I,0,0,0,0,0
21
-packet,audio,0,4096,0.092880,4096,0.092880,1024,0.023220,N/A,N/A,2048,790233,K
21
+packet,audio,0,4096,0.092880,4096,0.092880,1024,0.023220,N/A,N/A,2048,790233,K_
22 22
 frame,audio,0,1,4096,0.092880,4096,0.092880,4096,0.092880,1024,0.023220,790233,2048,s16,1024,1,unknown
23
-packet,audio,0,5120,0.116100,5120,0.116100,1024,0.023220,N/A,N/A,2048,792304,K
23
+packet,audio,0,5120,0.116100,5120,0.116100,1024,0.023220,N/A,N/A,2048,792304,K_
24 24
 frame,audio,0,1,5120,0.116100,5120,0.116100,5120,0.116100,1024,0.023220,792304,2048,s16,1024,1,unknown
25
-packet,video,1,6144,0.120000,6144,0.120000,2048,0.040000,N/A,N/A,230400,794382,K
25
+packet,video,1,6144,0.120000,6144,0.120000,2048,0.040000,N/A,N/A,230400,794382,K_
26 26
 frame,video,1,1,6144,0.120000,6144,0.120000,6144,0.120000,2048,0.040000,794382,230400,320,240,rgb24,1:1,I,0,0,0,0,0
27
-packet,video,2,6144,0.120000,6144,0.120000,2048,0.040000,N/A,N/A,30000,1024806,K
27
+packet,video,2,6144,0.120000,6144,0.120000,2048,0.040000,N/A,N/A,30000,1024806,K_
28 28
 frame,video,2,1,6144,0.120000,6144,0.120000,6144,0.120000,2048,0.040000,1024806,30000,100,100,rgb24,1:1,I,0,0,0,0,0
29 29
 stream,0,pcm_s16le,unknown,audio,1/44100,PSD[16],0x10445350,s16,44100,1,unknown,16,N/A,0/0,0/0,1/44100,0,0.000000,N/A,N/A,705600,N/A,N/A,N/A,6,6,0,0,0,0,0,0,0,0,0,0,0,mc²,Lavc pcm_s16le
30 30
 stream,1,rawvideo,unknown,video,1/25,RGB[24],0x18424752,320,240,320,240,0,1:1,4:3,rgb24,-99,N/A,unknown,unknown,unknown,unspecified,N/A,1,N/A,25/1,25/1,1/51200,0,0.000000,N/A,N/A,N/A,N/A,N/A,N/A,4,4,0,0,0,0,0,0,0,0,0,0,0,foobar,field-and-tags-conflict-attempt,Lavc rawvideo
... ...
@@ -11,7 +11,7 @@ convergence_duration=N/A
11 11
 convergence_duration_time=N/A
12 12
 size=2048
13 13
 pos=647
14
-flags=K
14
+flags=K_
15 15
 [/PACKET]
16 16
 [FRAME]
17 17
 media_type=audio
... ...
@@ -45,7 +45,7 @@ convergence_duration=N/A
45 45
 convergence_duration_time=N/A
46 46
 size=230400
47 47
 pos=2722
48
-flags=K
48
+flags=K_
49 49
 [/PACKET]
50 50
 [FRAME]
51 51
 media_type=video
... ...
@@ -85,7 +85,7 @@ convergence_duration=N/A
85 85
 convergence_duration_time=N/A
86 86
 size=30000
87 87
 pos=233143
88
-flags=K
88
+flags=K_
89 89
 [/PACKET]
90 90
 [FRAME]
91 91
 media_type=video
... ...
@@ -125,7 +125,7 @@ convergence_duration=N/A
125 125
 convergence_duration_time=N/A
126 126
 size=2048
127 127
 pos=263148
128
-flags=K
128
+flags=K_
129 129
 [/PACKET]
130 130
 [FRAME]
131 131
 media_type=audio
... ...
@@ -159,7 +159,7 @@ convergence_duration=N/A
159 159
 convergence_duration_time=N/A
160 160
 size=230400
161 161
 pos=265226
162
-flags=K
162
+flags=K_
163 163
 [/PACKET]
164 164
 [FRAME]
165 165
 media_type=video
... ...
@@ -199,7 +199,7 @@ convergence_duration=N/A
199 199
 convergence_duration_time=N/A
200 200
 size=30000
201 201
 pos=495650
202
-flags=K
202
+flags=K_
203 203
 [/PACKET]
204 204
 [FRAME]
205 205
 media_type=video
... ...
@@ -239,7 +239,7 @@ convergence_duration=N/A
239 239
 convergence_duration_time=N/A
240 240
 size=2048
241 241
 pos=525655
242
-flags=K
242
+flags=K_
243 243
 [/PACKET]
244 244
 [FRAME]
245 245
 media_type=audio
... ...
@@ -273,7 +273,7 @@ convergence_duration=N/A
273 273
 convergence_duration_time=N/A
274 274
 size=2048
275 275
 pos=527726
276
-flags=K
276
+flags=K_
277 277
 [/PACKET]
278 278
 [FRAME]
279 279
 media_type=audio
... ...
@@ -307,7 +307,7 @@ convergence_duration=N/A
307 307
 convergence_duration_time=N/A
308 308
 size=230400
309 309
 pos=529804
310
-flags=K
310
+flags=K_
311 311
 [/PACKET]
312 312
 [FRAME]
313 313
 media_type=video
... ...
@@ -347,7 +347,7 @@ convergence_duration=N/A
347 347
 convergence_duration_time=N/A
348 348
 size=30000
349 349
 pos=760228
350
-flags=K
350
+flags=K_
351 351
 [/PACKET]
352 352
 [FRAME]
353 353
 media_type=video
... ...
@@ -387,7 +387,7 @@ convergence_duration=N/A
387 387
 convergence_duration_time=N/A
388 388
 size=2048
389 389
 pos=790233
390
-flags=K
390
+flags=K_
391 391
 [/PACKET]
392 392
 [FRAME]
393 393
 media_type=audio
... ...
@@ -421,7 +421,7 @@ convergence_duration=N/A
421 421
 convergence_duration_time=N/A
422 422
 size=2048
423 423
 pos=792304
424
-flags=K
424
+flags=K_
425 425
 [/PACKET]
426 426
 [FRAME]
427 427
 media_type=audio
... ...
@@ -455,7 +455,7 @@ convergence_duration=N/A
455 455
 convergence_duration_time=N/A
456 456
 size=230400
457 457
 pos=794382
458
-flags=K
458
+flags=K_
459 459
 [/PACKET]
460 460
 [FRAME]
461 461
 media_type=video
... ...
@@ -495,7 +495,7 @@ convergence_duration=N/A
495 495
 convergence_duration_time=N/A
496 496
 size=30000
497 497
 pos=1024806
498
-flags=K
498
+flags=K_
499 499
 [/PACKET]
500 500
 [FRAME]
501 501
 media_type=video
... ...
@@ -10,7 +10,7 @@ packets_and_frames.packet.0.convergence_duration="N/A"
10 10
 packets_and_frames.packet.0.convergence_duration_time="N/A"
11 11
 packets_and_frames.packet.0.size="2048"
12 12
 packets_and_frames.packet.0.pos="647"
13
-packets_and_frames.packet.0.flags="K"
13
+packets_and_frames.packet.0.flags="K_"
14 14
 packets_and_frames.frame.0.media_type="audio"
15 15
 packets_and_frames.frame.0.stream_index=0
16 16
 packets_and_frames.frame.0.key_frame=1
... ...
@@ -40,7 +40,7 @@ packets_and_frames.packet.1.convergence_duration="N/A"
40 40
 packets_and_frames.packet.1.convergence_duration_time="N/A"
41 41
 packets_and_frames.packet.1.size="230400"
42 42
 packets_and_frames.packet.1.pos="2722"
43
-packets_and_frames.packet.1.flags="K"
43
+packets_and_frames.packet.1.flags="K_"
44 44
 packets_and_frames.frame.1.media_type="video"
45 45
 packets_and_frames.frame.1.stream_index=1
46 46
 packets_and_frames.frame.1.key_frame=1
... ...
@@ -76,7 +76,7 @@ packets_and_frames.packet.2.convergence_duration="N/A"
76 76
 packets_and_frames.packet.2.convergence_duration_time="N/A"
77 77
 packets_and_frames.packet.2.size="30000"
78 78
 packets_and_frames.packet.2.pos="233143"
79
-packets_and_frames.packet.2.flags="K"
79
+packets_and_frames.packet.2.flags="K_"
80 80
 packets_and_frames.frame.2.media_type="video"
81 81
 packets_and_frames.frame.2.stream_index=2
82 82
 packets_and_frames.frame.2.key_frame=1
... ...
@@ -112,7 +112,7 @@ packets_and_frames.packet.3.convergence_duration="N/A"
112 112
 packets_and_frames.packet.3.convergence_duration_time="N/A"
113 113
 packets_and_frames.packet.3.size="2048"
114 114
 packets_and_frames.packet.3.pos="263148"
115
-packets_and_frames.packet.3.flags="K"
115
+packets_and_frames.packet.3.flags="K_"
116 116
 packets_and_frames.frame.3.media_type="audio"
117 117
 packets_and_frames.frame.3.stream_index=0
118 118
 packets_and_frames.frame.3.key_frame=1
... ...
@@ -142,7 +142,7 @@ packets_and_frames.packet.4.convergence_duration="N/A"
142 142
 packets_and_frames.packet.4.convergence_duration_time="N/A"
143 143
 packets_and_frames.packet.4.size="230400"
144 144
 packets_and_frames.packet.4.pos="265226"
145
-packets_and_frames.packet.4.flags="K"
145
+packets_and_frames.packet.4.flags="K_"
146 146
 packets_and_frames.frame.4.media_type="video"
147 147
 packets_and_frames.frame.4.stream_index=1
148 148
 packets_and_frames.frame.4.key_frame=1
... ...
@@ -178,7 +178,7 @@ packets_and_frames.packet.5.convergence_duration="N/A"
178 178
 packets_and_frames.packet.5.convergence_duration_time="N/A"
179 179
 packets_and_frames.packet.5.size="30000"
180 180
 packets_and_frames.packet.5.pos="495650"
181
-packets_and_frames.packet.5.flags="K"
181
+packets_and_frames.packet.5.flags="K_"
182 182
 packets_and_frames.frame.5.media_type="video"
183 183
 packets_and_frames.frame.5.stream_index=2
184 184
 packets_and_frames.frame.5.key_frame=1
... ...
@@ -214,7 +214,7 @@ packets_and_frames.packet.6.convergence_duration="N/A"
214 214
 packets_and_frames.packet.6.convergence_duration_time="N/A"
215 215
 packets_and_frames.packet.6.size="2048"
216 216
 packets_and_frames.packet.6.pos="525655"
217
-packets_and_frames.packet.6.flags="K"
217
+packets_and_frames.packet.6.flags="K_"
218 218
 packets_and_frames.frame.6.media_type="audio"
219 219
 packets_and_frames.frame.6.stream_index=0
220 220
 packets_and_frames.frame.6.key_frame=1
... ...
@@ -244,7 +244,7 @@ packets_and_frames.packet.7.convergence_duration="N/A"
244 244
 packets_and_frames.packet.7.convergence_duration_time="N/A"
245 245
 packets_and_frames.packet.7.size="2048"
246 246
 packets_and_frames.packet.7.pos="527726"
247
-packets_and_frames.packet.7.flags="K"
247
+packets_and_frames.packet.7.flags="K_"
248 248
 packets_and_frames.frame.7.media_type="audio"
249 249
 packets_and_frames.frame.7.stream_index=0
250 250
 packets_and_frames.frame.7.key_frame=1
... ...
@@ -274,7 +274,7 @@ packets_and_frames.packet.8.convergence_duration="N/A"
274 274
 packets_and_frames.packet.8.convergence_duration_time="N/A"
275 275
 packets_and_frames.packet.8.size="230400"
276 276
 packets_and_frames.packet.8.pos="529804"
277
-packets_and_frames.packet.8.flags="K"
277
+packets_and_frames.packet.8.flags="K_"
278 278
 packets_and_frames.frame.8.media_type="video"
279 279
 packets_and_frames.frame.8.stream_index=1
280 280
 packets_and_frames.frame.8.key_frame=1
... ...
@@ -310,7 +310,7 @@ packets_and_frames.packet.9.convergence_duration="N/A"
310 310
 packets_and_frames.packet.9.convergence_duration_time="N/A"
311 311
 packets_and_frames.packet.9.size="30000"
312 312
 packets_and_frames.packet.9.pos="760228"
313
-packets_and_frames.packet.9.flags="K"
313
+packets_and_frames.packet.9.flags="K_"
314 314
 packets_and_frames.frame.9.media_type="video"
315 315
 packets_and_frames.frame.9.stream_index=2
316 316
 packets_and_frames.frame.9.key_frame=1
... ...
@@ -346,7 +346,7 @@ packets_and_frames.packet.10.convergence_duration="N/A"
346 346
 packets_and_frames.packet.10.convergence_duration_time="N/A"
347 347
 packets_and_frames.packet.10.size="2048"
348 348
 packets_and_frames.packet.10.pos="790233"
349
-packets_and_frames.packet.10.flags="K"
349
+packets_and_frames.packet.10.flags="K_"
350 350
 packets_and_frames.frame.10.media_type="audio"
351 351
 packets_and_frames.frame.10.stream_index=0
352 352
 packets_and_frames.frame.10.key_frame=1
... ...
@@ -376,7 +376,7 @@ packets_and_frames.packet.11.convergence_duration="N/A"
376 376
 packets_and_frames.packet.11.convergence_duration_time="N/A"
377 377
 packets_and_frames.packet.11.size="2048"
378 378
 packets_and_frames.packet.11.pos="792304"
379
-packets_and_frames.packet.11.flags="K"
379
+packets_and_frames.packet.11.flags="K_"
380 380
 packets_and_frames.frame.11.media_type="audio"
381 381
 packets_and_frames.frame.11.stream_index=0
382 382
 packets_and_frames.frame.11.key_frame=1
... ...
@@ -406,7 +406,7 @@ packets_and_frames.packet.12.convergence_duration="N/A"
406 406
 packets_and_frames.packet.12.convergence_duration_time="N/A"
407 407
 packets_and_frames.packet.12.size="230400"
408 408
 packets_and_frames.packet.12.pos="794382"
409
-packets_and_frames.packet.12.flags="K"
409
+packets_and_frames.packet.12.flags="K_"
410 410
 packets_and_frames.frame.12.media_type="video"
411 411
 packets_and_frames.frame.12.stream_index=1
412 412
 packets_and_frames.frame.12.key_frame=1
... ...
@@ -442,7 +442,7 @@ packets_and_frames.packet.13.convergence_duration="N/A"
442 442
 packets_and_frames.packet.13.convergence_duration_time="N/A"
443 443
 packets_and_frames.packet.13.size="30000"
444 444
 packets_and_frames.packet.13.pos="1024806"
445
-packets_and_frames.packet.13.flags="K"
445
+packets_and_frames.packet.13.flags="K_"
446 446
 packets_and_frames.frame.13.media_type="video"
447 447
 packets_and_frames.frame.13.stream_index=2
448 448
 packets_and_frames.frame.13.key_frame=1
... ...
@@ -13,7 +13,7 @@ convergence_duration=N/A
13 13
 convergence_duration_time=N/A
14 14
 size=2048
15 15
 pos=647
16
-flags=K
16
+flags=K_
17 17
 
18 18
 [packets_and_frames.frame.0]
19 19
 media_type=audio
... ...
@@ -47,7 +47,7 @@ convergence_duration=N/A
47 47
 convergence_duration_time=N/A
48 48
 size=230400
49 49
 pos=2722
50
-flags=K
50
+flags=K_
51 51
 
52 52
 [packets_and_frames.frame.1]
53 53
 media_type=video
... ...
@@ -87,7 +87,7 @@ convergence_duration=N/A
87 87
 convergence_duration_time=N/A
88 88
 size=30000
89 89
 pos=233143
90
-flags=K
90
+flags=K_
91 91
 
92 92
 [packets_and_frames.frame.2]
93 93
 media_type=video
... ...
@@ -127,7 +127,7 @@ convergence_duration=N/A
127 127
 convergence_duration_time=N/A
128 128
 size=2048
129 129
 pos=263148
130
-flags=K
130
+flags=K_
131 131
 
132 132
 [packets_and_frames.frame.3]
133 133
 media_type=audio
... ...
@@ -161,7 +161,7 @@ convergence_duration=N/A
161 161
 convergence_duration_time=N/A
162 162
 size=230400
163 163
 pos=265226
164
-flags=K
164
+flags=K_
165 165
 
166 166
 [packets_and_frames.frame.4]
167 167
 media_type=video
... ...
@@ -201,7 +201,7 @@ convergence_duration=N/A
201 201
 convergence_duration_time=N/A
202 202
 size=30000
203 203
 pos=495650
204
-flags=K
204
+flags=K_
205 205
 
206 206
 [packets_and_frames.frame.5]
207 207
 media_type=video
... ...
@@ -241,7 +241,7 @@ convergence_duration=N/A
241 241
 convergence_duration_time=N/A
242 242
 size=2048
243 243
 pos=525655
244
-flags=K
244
+flags=K_
245 245
 
246 246
 [packets_and_frames.frame.6]
247 247
 media_type=audio
... ...
@@ -275,7 +275,7 @@ convergence_duration=N/A
275 275
 convergence_duration_time=N/A
276 276
 size=2048
277 277
 pos=527726
278
-flags=K
278
+flags=K_
279 279
 
280 280
 [packets_and_frames.frame.7]
281 281
 media_type=audio
... ...
@@ -309,7 +309,7 @@ convergence_duration=N/A
309 309
 convergence_duration_time=N/A
310 310
 size=230400
311 311
 pos=529804
312
-flags=K
312
+flags=K_
313 313
 
314 314
 [packets_and_frames.frame.8]
315 315
 media_type=video
... ...
@@ -349,7 +349,7 @@ convergence_duration=N/A
349 349
 convergence_duration_time=N/A
350 350
 size=30000
351 351
 pos=760228
352
-flags=K
352
+flags=K_
353 353
 
354 354
 [packets_and_frames.frame.9]
355 355
 media_type=video
... ...
@@ -389,7 +389,7 @@ convergence_duration=N/A
389 389
 convergence_duration_time=N/A
390 390
 size=2048
391 391
 pos=790233
392
-flags=K
392
+flags=K_
393 393
 
394 394
 [packets_and_frames.frame.10]
395 395
 media_type=audio
... ...
@@ -423,7 +423,7 @@ convergence_duration=N/A
423 423
 convergence_duration_time=N/A
424 424
 size=2048
425 425
 pos=792304
426
-flags=K
426
+flags=K_
427 427
 
428 428
 [packets_and_frames.frame.11]
429 429
 media_type=audio
... ...
@@ -457,7 +457,7 @@ convergence_duration=N/A
457 457
 convergence_duration_time=N/A
458 458
 size=230400
459 459
 pos=794382
460
-flags=K
460
+flags=K_
461 461
 
462 462
 [packets_and_frames.frame.12]
463 463
 media_type=video
... ...
@@ -497,7 +497,7 @@ convergence_duration=N/A
497 497
 convergence_duration_time=N/A
498 498
 size=30000
499 499
 pos=1024806
500
-flags=K
500
+flags=K_
501 501
 
502 502
 [packets_and_frames.frame.13]
503 503
 media_type=video
... ...
@@ -12,7 +12,7 @@
12 12
             "duration_time": "0.023220",
13 13
             "size": "2048",
14 14
             "pos": "647",
15
-            "flags": "K"
15
+            "flags": "K_"
16 16
         },
17 17
         {
18 18
             "type": "frame",
... ...
@@ -45,7 +45,7 @@
45 45
             "duration_time": "0.040000",
46 46
             "size": "230400",
47 47
             "pos": "2722",
48
-            "flags": "K"
48
+            "flags": "K_"
49 49
         },
50 50
         {
51 51
             "type": "frame",
... ...
@@ -85,7 +85,7 @@
85 85
             "duration_time": "0.040000",
86 86
             "size": "30000",
87 87
             "pos": "233143",
88
-            "flags": "K"
88
+            "flags": "K_"
89 89
         },
90 90
         {
91 91
             "type": "frame",
... ...
@@ -125,7 +125,7 @@
125 125
             "duration_time": "0.023220",
126 126
             "size": "2048",
127 127
             "pos": "263148",
128
-            "flags": "K"
128
+            "flags": "K_"
129 129
         },
130 130
         {
131 131
             "type": "frame",
... ...
@@ -158,7 +158,7 @@
158 158
             "duration_time": "0.040000",
159 159
             "size": "230400",
160 160
             "pos": "265226",
161
-            "flags": "K"
161
+            "flags": "K_"
162 162
         },
163 163
         {
164 164
             "type": "frame",
... ...
@@ -198,7 +198,7 @@
198 198
             "duration_time": "0.040000",
199 199
             "size": "30000",
200 200
             "pos": "495650",
201
-            "flags": "K"
201
+            "flags": "K_"
202 202
         },
203 203
         {
204 204
             "type": "frame",
... ...
@@ -238,7 +238,7 @@
238 238
             "duration_time": "0.023220",
239 239
             "size": "2048",
240 240
             "pos": "525655",
241
-            "flags": "K"
241
+            "flags": "K_"
242 242
         },
243 243
         {
244 244
             "type": "frame",
... ...
@@ -271,7 +271,7 @@
271 271
             "duration_time": "0.023220",
272 272
             "size": "2048",
273 273
             "pos": "527726",
274
-            "flags": "K"
274
+            "flags": "K_"
275 275
         },
276 276
         {
277 277
             "type": "frame",
... ...
@@ -304,7 +304,7 @@
304 304
             "duration_time": "0.040000",
305 305
             "size": "230400",
306 306
             "pos": "529804",
307
-            "flags": "K"
307
+            "flags": "K_"
308 308
         },
309 309
         {
310 310
             "type": "frame",
... ...
@@ -344,7 +344,7 @@
344 344
             "duration_time": "0.040000",
345 345
             "size": "30000",
346 346
             "pos": "760228",
347
-            "flags": "K"
347
+            "flags": "K_"
348 348
         },
349 349
         {
350 350
             "type": "frame",
... ...
@@ -384,7 +384,7 @@
384 384
             "duration_time": "0.023220",
385 385
             "size": "2048",
386 386
             "pos": "790233",
387
-            "flags": "K"
387
+            "flags": "K_"
388 388
         },
389 389
         {
390 390
             "type": "frame",
... ...
@@ -417,7 +417,7 @@
417 417
             "duration_time": "0.023220",
418 418
             "size": "2048",
419 419
             "pos": "792304",
420
-            "flags": "K"
420
+            "flags": "K_"
421 421
         },
422 422
         {
423 423
             "type": "frame",
... ...
@@ -450,7 +450,7 @@
450 450
             "duration_time": "0.040000",
451 451
             "size": "230400",
452 452
             "pos": "794382",
453
-            "flags": "K"
453
+            "flags": "K_"
454 454
         },
455 455
         {
456 456
             "type": "frame",
... ...
@@ -490,7 +490,7 @@
490 490
             "duration_time": "0.040000",
491 491
             "size": "30000",
492 492
             "pos": "1024806",
493
-            "flags": "K"
493
+            "flags": "K_"
494 494
         },
495 495
         {
496 496
             "type": "frame",
... ...
@@ -1,33 +1,33 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <ffprobe>
3 3
     <packets_and_frames>
4
-        <packet codec_type="audio" stream_index="0" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="1024" duration_time="0.023220" size="2048" pos="647" flags="K"/>
4
+        <packet codec_type="audio" stream_index="0" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="1024" duration_time="0.023220" size="2048" pos="647" flags="K_"/>
5 5
         <frame media_type="audio" stream_index="0" key_frame="1" pkt_pts="0" pkt_pts_time="0.000000" pkt_dts="0" pkt_dts_time="0.000000" best_effort_timestamp="0" best_effort_timestamp_time="0.000000" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="647" pkt_size="2048" sample_fmt="s16" nb_samples="1024" channels="1"/>
6
-        <packet codec_type="video" stream_index="1" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="2048" duration_time="0.040000" size="230400" pos="2722" flags="K"/>
6
+        <packet codec_type="video" stream_index="1" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="2048" duration_time="0.040000" size="230400" pos="2722" flags="K_"/>
7 7
         <frame media_type="video" stream_index="1" key_frame="1" pkt_pts="0" pkt_pts_time="0.000000" pkt_dts="0" pkt_dts_time="0.000000" best_effort_timestamp="0" best_effort_timestamp_time="0.000000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="2722" pkt_size="230400" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0"/>
8
-        <packet codec_type="video" stream_index="2" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="2048" duration_time="0.040000" size="30000" pos="233143" flags="K"/>
8
+        <packet codec_type="video" stream_index="2" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="2048" duration_time="0.040000" size="30000" pos="233143" flags="K_"/>
9 9
         <frame media_type="video" stream_index="2" key_frame="1" pkt_pts="0" pkt_pts_time="0.000000" pkt_dts="0" pkt_dts_time="0.000000" best_effort_timestamp="0" best_effort_timestamp_time="0.000000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="233143" pkt_size="30000" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0"/>
10
-        <packet codec_type="audio" stream_index="0" pts="1024" pts_time="0.023220" dts="1024" dts_time="0.023220" duration="1024" duration_time="0.023220" size="2048" pos="263148" flags="K"/>
10
+        <packet codec_type="audio" stream_index="0" pts="1024" pts_time="0.023220" dts="1024" dts_time="0.023220" duration="1024" duration_time="0.023220" size="2048" pos="263148" flags="K_"/>
11 11
         <frame media_type="audio" stream_index="0" key_frame="1" pkt_pts="1024" pkt_pts_time="0.023220" pkt_dts="1024" pkt_dts_time="0.023220" best_effort_timestamp="1024" best_effort_timestamp_time="0.023220" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="263148" pkt_size="2048" sample_fmt="s16" nb_samples="1024" channels="1"/>
12
-        <packet codec_type="video" stream_index="1" pts="2048" pts_time="0.040000" dts="2048" dts_time="0.040000" duration="2048" duration_time="0.040000" size="230400" pos="265226" flags="K"/>
12
+        <packet codec_type="video" stream_index="1" pts="2048" pts_time="0.040000" dts="2048" dts_time="0.040000" duration="2048" duration_time="0.040000" size="230400" pos="265226" flags="K_"/>
13 13
         <frame media_type="video" stream_index="1" key_frame="1" pkt_pts="2048" pkt_pts_time="0.040000" pkt_dts="2048" pkt_dts_time="0.040000" best_effort_timestamp="2048" best_effort_timestamp_time="0.040000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="265226" pkt_size="230400" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0"/>
14
-        <packet codec_type="video" stream_index="2" pts="2048" pts_time="0.040000" dts="2048" dts_time="0.040000" duration="2048" duration_time="0.040000" size="30000" pos="495650" flags="K"/>
14
+        <packet codec_type="video" stream_index="2" pts="2048" pts_time="0.040000" dts="2048" dts_time="0.040000" duration="2048" duration_time="0.040000" size="30000" pos="495650" flags="K_"/>
15 15
         <frame media_type="video" stream_index="2" key_frame="1" pkt_pts="2048" pkt_pts_time="0.040000" pkt_dts="2048" pkt_dts_time="0.040000" best_effort_timestamp="2048" best_effort_timestamp_time="0.040000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="495650" pkt_size="30000" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0"/>
16
-        <packet codec_type="audio" stream_index="0" pts="2048" pts_time="0.046440" dts="2048" dts_time="0.046440" duration="1024" duration_time="0.023220" size="2048" pos="525655" flags="K"/>
16
+        <packet codec_type="audio" stream_index="0" pts="2048" pts_time="0.046440" dts="2048" dts_time="0.046440" duration="1024" duration_time="0.023220" size="2048" pos="525655" flags="K_"/>
17 17
         <frame media_type="audio" stream_index="0" key_frame="1" pkt_pts="2048" pkt_pts_time="0.046440" pkt_dts="2048" pkt_dts_time="0.046440" best_effort_timestamp="2048" best_effort_timestamp_time="0.046440" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="525655" pkt_size="2048" sample_fmt="s16" nb_samples="1024" channels="1"/>
18
-        <packet codec_type="audio" stream_index="0" pts="3072" pts_time="0.069660" dts="3072" dts_time="0.069660" duration="1024" duration_time="0.023220" size="2048" pos="527726" flags="K"/>
18
+        <packet codec_type="audio" stream_index="0" pts="3072" pts_time="0.069660" dts="3072" dts_time="0.069660" duration="1024" duration_time="0.023220" size="2048" pos="527726" flags="K_"/>
19 19
         <frame media_type="audio" stream_index="0" key_frame="1" pkt_pts="3072" pkt_pts_time="0.069660" pkt_dts="3072" pkt_dts_time="0.069660" best_effort_timestamp="3072" best_effort_timestamp_time="0.069660" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="527726" pkt_size="2048" sample_fmt="s16" nb_samples="1024" channels="1"/>
20
-        <packet codec_type="video" stream_index="1" pts="4096" pts_time="0.080000" dts="4096" dts_time="0.080000" duration="2048" duration_time="0.040000" size="230400" pos="529804" flags="K"/>
20
+        <packet codec_type="video" stream_index="1" pts="4096" pts_time="0.080000" dts="4096" dts_time="0.080000" duration="2048" duration_time="0.040000" size="230400" pos="529804" flags="K_"/>
21 21
         <frame media_type="video" stream_index="1" key_frame="1" pkt_pts="4096" pkt_pts_time="0.080000" pkt_dts="4096" pkt_dts_time="0.080000" best_effort_timestamp="4096" best_effort_timestamp_time="0.080000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="529804" pkt_size="230400" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0"/>
22
-        <packet codec_type="video" stream_index="2" pts="4096" pts_time="0.080000" dts="4096" dts_time="0.080000" duration="2048" duration_time="0.040000" size="30000" pos="760228" flags="K"/>
22
+        <packet codec_type="video" stream_index="2" pts="4096" pts_time="0.080000" dts="4096" dts_time="0.080000" duration="2048" duration_time="0.040000" size="30000" pos="760228" flags="K_"/>
23 23
         <frame media_type="video" stream_index="2" key_frame="1" pkt_pts="4096" pkt_pts_time="0.080000" pkt_dts="4096" pkt_dts_time="0.080000" best_effort_timestamp="4096" best_effort_timestamp_time="0.080000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="760228" pkt_size="30000" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0"/>
24
-        <packet codec_type="audio" stream_index="0" pts="4096" pts_time="0.092880" dts="4096" dts_time="0.092880" duration="1024" duration_time="0.023220" size="2048" pos="790233" flags="K"/>
24
+        <packet codec_type="audio" stream_index="0" pts="4096" pts_time="0.092880" dts="4096" dts_time="0.092880" duration="1024" duration_time="0.023220" size="2048" pos="790233" flags="K_"/>
25 25
         <frame media_type="audio" stream_index="0" key_frame="1" pkt_pts="4096" pkt_pts_time="0.092880" pkt_dts="4096" pkt_dts_time="0.092880" best_effort_timestamp="4096" best_effort_timestamp_time="0.092880" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="790233" pkt_size="2048" sample_fmt="s16" nb_samples="1024" channels="1"/>
26
-        <packet codec_type="audio" stream_index="0" pts="5120" pts_time="0.116100" dts="5120" dts_time="0.116100" duration="1024" duration_time="0.023220" size="2048" pos="792304" flags="K"/>
26
+        <packet codec_type="audio" stream_index="0" pts="5120" pts_time="0.116100" dts="5120" dts_time="0.116100" duration="1024" duration_time="0.023220" size="2048" pos="792304" flags="K_"/>
27 27
         <frame media_type="audio" stream_index="0" key_frame="1" pkt_pts="5120" pkt_pts_time="0.116100" pkt_dts="5120" pkt_dts_time="0.116100" best_effort_timestamp="5120" best_effort_timestamp_time="0.116100" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="792304" pkt_size="2048" sample_fmt="s16" nb_samples="1024" channels="1"/>
28
-        <packet codec_type="video" stream_index="1" pts="6144" pts_time="0.120000" dts="6144" dts_time="0.120000" duration="2048" duration_time="0.040000" size="230400" pos="794382" flags="K"/>
28
+        <packet codec_type="video" stream_index="1" pts="6144" pts_time="0.120000" dts="6144" dts_time="0.120000" duration="2048" duration_time="0.040000" size="230400" pos="794382" flags="K_"/>
29 29
         <frame media_type="video" stream_index="1" key_frame="1" pkt_pts="6144" pkt_pts_time="0.120000" pkt_dts="6144" pkt_dts_time="0.120000" best_effort_timestamp="6144" best_effort_timestamp_time="0.120000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="794382" pkt_size="230400" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0"/>
30
-        <packet codec_type="video" stream_index="2" pts="6144" pts_time="0.120000" dts="6144" dts_time="0.120000" duration="2048" duration_time="0.040000" size="30000" pos="1024806" flags="K"/>
30
+        <packet codec_type="video" stream_index="2" pts="6144" pts_time="0.120000" dts="6144" dts_time="0.120000" duration="2048" duration_time="0.040000" size="30000" pos="1024806" flags="K_"/>
31 31
         <frame media_type="video" stream_index="2" key_frame="1" pkt_pts="6144" pkt_pts_time="0.120000" pkt_dts="6144" pkt_dts_time="0.120000" best_effort_timestamp="6144" best_effort_timestamp_time="0.120000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="1024806" pkt_size="30000" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0"/>
32 32
     </packets_and_frames>
33 33