From: "Xiang, Haihao" <haihao.xiang@intel.com> To: "ffmpeg-devel@ffmpeg.org" <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] ffprobe: add missing separator when printing side data in compact output Date: Thu, 23 Dec 2021 13:16:29 +0000 Message-ID: <f6034153916c86bc46edb06099518d5ec646e1f6.camel@intel.com> (raw) In-Reply-To: <20211220195704.55507-1-jamrial@gmail.com> On Mon, 2021-12-20 at 16:57 -0300, James Almer wrote: > Should fix ticket #7153 Since this commit, the command below prints out widthxheightx instead of widthxheight $ ffprobe -v quiet -select_streams v:0 -show_entries stream=width,height -of csv=s=x:p=0 <mpeg2 stream> Is this the expected output ? Thanks Haihao > > Signed-off-by: James Almer <jamrial@gmail.com> > --- > fftools/ffprobe.c | 4 +- > .../ref/fate/concat-demuxer-simple1-lavf-mxf | 63 +- > .../fate/concat-demuxer-simple1-lavf-mxf_d10 | 30 +- > tests/ref/fate/concat-demuxer-simple2-lavf-ts | 128 +-- > tests/ref/fate/flv-demux | 4 +- > tests/ref/fate/gapless-mp3-side-data | 6 +- > tests/ref/fate/gaplessenc-itunes-to-ipod-aac | 2 +- > tests/ref/fate/gaplessenc-pcm-to-mov-aac | 2 +- > tests/ref/fate/gaplessinfo-itunes1 | 2 +- > tests/ref/fate/gaplessinfo-itunes2 | 2 +- > tests/ref/fate/mov-aac-2048-priming | 2 +- > tests/ref/fate/mov-zombie | 133 ++- > tests/ref/fate/oggopus-demux | 4 +- > tests/ref/fate/ts-demux | 39 +- > tests/ref/fate/ts-opus-demux | 1024 ++++++++--------- > tests/ref/fate/ts-small-demux | 146 +-- > 16 files changed, 780 insertions(+), 811 deletions(-) > > diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c > index 0711e02922..906bb03b16 100644 > --- a/fftools/ffprobe.c > +++ b/fftools/ffprobe.c > @@ -1151,8 +1151,10 @@ static void compact_print_section_header(WriterContext > *wctx) > if (parent_section && compact->has_nested_elems[wctx->level-1] && > (section->flags & SECTION_FLAG_IS_ARRAY)) { > compact->terminate_line[wctx->level-1] = 0; > - printf("\n"); > } > + if (parent_section && !(parent_section->flags & > (SECTION_FLAG_IS_WRAPPER|SECTION_FLAG_IS_ARRAY)) && > + wctx->level && wctx->nb_item[wctx->level-1]) > + printf("%c", compact->item_sep); > if (compact->print_section && > !(section->flags & > (SECTION_FLAG_IS_WRAPPER|SECTION_FLAG_IS_ARRAY))) > printf("%s%c", section->name, compact->item_sep); > diff --git a/tests/ref/fate/concat-demuxer-simple1-lavf-mxf > b/tests/ref/fate/concat-demuxer-simple1-lavf-mxf > index 2fe703e2a6..f09e6fda4e 100644 > --- a/tests/ref/fate/concat-demuxer-simple1-lavf-mxf > +++ b/tests/ref/fate/concat-demuxer-simple1-lavf-mxf > @@ -78,47 +78,26 @@ video|0|27|1.080000|27|1.080000|1|0.040000|10840|491008|__ > audio|1|53760|1.120000|53760|1.120000|1920|0.040000|3840|502272|K_ > video|0|28|1.120000|28|1.120000|1|0.040000|13350|506880|__ > audio|1|55680|1.160000|55680|1.160000|1920|0.040000|3840|520704|K_ > -video|0|25|1.000000|24|0.960000|1|0.040000|24801|7168|K_|1 > -Strings Metadata > -audio|1|48000|1.000000|48000|1.000000|1920|0.040000|3840|32256|K_|1 > -Strings Metadata > -video|0|28|1.120000|25|1.000000|1|0.040000|16743|36864|__|1 > -Strings Metadata > -audio|1|49920|1.040000|49920|1.040000|1920|0.040000|3840|53760|K_|1 > -Strings Metadata > -video|0|26|1.040000|26|1.040000|1|0.040000|13812|58368|__|1 > -Strings Metadata > -audio|1|51840|1.080000|51840|1.080000|1920|0.040000|3840|72704|K_|1 > -Strings Metadata > -video|0|27|1.080000|27|1.080000|1|0.040000|13607|77312|__|1 > -Strings Metadata > -audio|1|53760|1.120000|53760|1.120000|1920|0.040000|3840|91136|K_|1 > -Strings Metadata > -video|0|31|1.240000|28|1.120000|1|0.040000|16158|95744|__|1 > -Strings Metadata > -audio|1|55680|1.160000|55680|1.160000|1920|0.040000|3840|112128|K_|1 > -Strings Metadata > -video|0|29|1.160000|29|1.160000|1|0.040000|13943|116736|__|1 > -Strings Metadata > -audio|1|57600|1.200000|57600|1.200000|1920|0.040000|3840|131072|K_|1 > -Strings Metadata > -video|0|30|1.200000|30|1.200000|1|0.040000|11223|135680|__|1 > -Strings Metadata > -audio|1|59520|1.240000|59520|1.240000|1920|0.040000|3840|146944|K_|1 > -Strings Metadata > -video|0|34|1.360000|31|1.240000|1|0.040000|20298|151552|__|1 > -Strings Metadata > -audio|1|61440|1.280000|61440|1.280000|1920|0.040000|3840|172032|K_|1 > -Strings Metadata > -video|0|32|1.280000|32|1.280000|1|0.040000|13341|176640|__|1 > -Strings Metadata > -audio|1|63360|1.320000|63360|1.320000|1920|0.040000|3840|190464|K_|1 > -Strings Metadata > -video|0|33|1.320000|33|1.320000|1|0.040000|12362|195072|__|1 > -Strings Metadata > -audio|1|65280|1.360000|65280|1.360000|1920|0.040000|3840|207872|K_|1 > -Strings Metadata > -video|0|37|1.480000|34|1.360000|1|0.040000|24786|212480|K_|1 > -Strings Metadata > +video|0|25|1.000000|24|0.960000|1|0.040000|24801|7168|K_|1|Strings Metadata > +audio|1|48000|1.000000|48000|1.000000|1920|0.040000|3840|32256|K_|1|Strings > Metadata > +video|0|28|1.120000|25|1.000000|1|0.040000|16743|36864|__|1|Strings Metadata > +audio|1|49920|1.040000|49920|1.040000|1920|0.040000|3840|53760|K_|1|Strings > Metadata > +video|0|26|1.040000|26|1.040000|1|0.040000|13812|58368|__|1|Strings Metadata > +audio|1|51840|1.080000|51840|1.080000|1920|0.040000|3840|72704|K_|1|Strings > Metadata > +video|0|27|1.080000|27|1.080000|1|0.040000|13607|77312|__|1|Strings Metadata > +audio|1|53760|1.120000|53760|1.120000|1920|0.040000|3840|91136|K_|1|Strings > Metadata > +video|0|31|1.240000|28|1.120000|1|0.040000|16158|95744|__|1|Strings Metadata > +audio|1|55680|1.160000|55680|1.160000|1920|0.040000|3840|112128|K_|1|Strings > Metadata > +video|0|29|1.160000|29|1.160000|1|0.040000|13943|116736|__|1|Strings Metadata > +audio|1|57600|1.200000|57600|1.200000|1920|0.040000|3840|131072|K_|1|Strings > Metadata > +video|0|30|1.200000|30|1.200000|1|0.040000|11223|135680|__|1|Strings Metadata > +audio|1|59520|1.240000|59520|1.240000|1920|0.040000|3840|146944|K_|1|Strings > Metadata > +video|0|34|1.360000|31|1.240000|1|0.040000|20298|151552|__|1|Strings Metadata > +audio|1|61440|1.280000|61440|1.280000|1920|0.040000|3840|172032|K_|1|Strings > Metadata > +video|0|32|1.280000|32|1.280000|1|0.040000|13341|176640|__|1|Strings Metadata > +audio|1|63360|1.320000|63360|1.320000|1920|0.040000|3840|190464|K_|1|Strings > Metadata > +video|0|33|1.320000|33|1.320000|1|0.040000|12362|195072|__|1|Strings Metadata > +audio|1|65280|1.360000|65280|1.360000|1920|0.040000|3840|207872|K_|1|Strings > Metadata > +video|0|37|1.480000|34|1.360000|1|0.040000|24786|212480|K_|1|Strings Metadata > 0|mpeg2video|4|video|[0][0][0][0]|0x0000|352|288|0|0|0|0|1|1:1|11:9|yuv420p|8 > |tv|unknown|unknown|unknown|left|progressive|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|22|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0x060A2B340101 > 010501010D001300000000000000000000000000000000000001 > 1|pcm_s16le|unknown|audio|[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 > |0|0|0|0|0|0|0x060A2B340101010501010D00130000000000000000000000000000000000000 > 1 > diff --git a/tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10 > b/tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10 > index 0a3af658f6..654b6960e2 100644 > --- a/tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10 > +++ b/tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10 > @@ -58,25 +58,15 @@ > video|0|28|1.120000|28|1.120000|1|0.040000|150000|4905984|K_ > audio|1|53760|1.120000|53760|1.120000|1920|0.040000|7680|5056512|K_ > video|0|29|1.160000|29|1.160000|1|0.040000|150000|5118976|K_ > audio|1|55680|1.160000|55680|1.160000|1920|0.040000|7680|5269504|K_ > -video|0|30|1.200000|30|1.200000|1|0.040000|150000|1072128|K_|1 > -Strings Metadata > -audio|1|57600|1.200000|57600|1.200000|1920|0.040000|7680|1222656|K_|1 > -Strings Metadata > -video|0|31|1.240000|31|1.240000|1|0.040000|150000|1285120|K_|1 > -Strings Metadata > -audio|1|59520|1.240000|59520|1.240000|1920|0.040000|7680|1435648|K_|1 > -Strings Metadata > -video|0|32|1.280000|32|1.280000|1|0.040000|150000|1498112|K_|1 > -Strings Metadata > -audio|1|61440|1.280000|61440|1.280000|1920|0.040000|7680|1648640|K_|1 > -Strings Metadata > -video|0|33|1.320000|33|1.320000|1|0.040000|150000|1711104|K_|1 > -Strings Metadata > -audio|1|63360|1.320000|63360|1.320000|1920|0.040000|7680|1861632|K_|1 > -Strings Metadata > -video|0|34|1.360000|34|1.360000|1|0.040000|150000|1924096|K_|1 > -Strings Metadata > -audio|1|65280|1.360000|65280|1.360000|1920|0.040000|7680|2074624|K_|1 > -Strings Metadata > +video|0|30|1.200000|30|1.200000|1|0.040000|150000|1072128|K_|1|Strings > Metadata > +audio|1|57600|1.200000|57600|1.200000|1920|0.040000|7680|1222656|K_|1|Strings > Metadata > +video|0|31|1.240000|31|1.240000|1|0.040000|150000|1285120|K_|1|Strings > Metadata > +audio|1|59520|1.240000|59520|1.240000|1920|0.040000|7680|1435648|K_|1|Strings > Metadata > +video|0|32|1.280000|32|1.280000|1|0.040000|150000|1498112|K_|1|Strings > Metadata > +audio|1|61440|1.280000|61440|1.280000|1920|0.040000|7680|1648640|K_|1|Strings > Metadata > +video|0|33|1.320000|33|1.320000|1|0.040000|150000|1711104|K_|1|Strings > Metadata > +audio|1|63360|1.320000|63360|1.320000|1920|0.040000|7680|1861632|K_|1|Strings > Metadata > +video|0|34|1.360000|34|1.360000|1|0.040000|150000|1924096|K_|1|Strings > Metadata > +audio|1|65280|1.360000|65280|1.360000|1920|0.040000|7680|2074624|K_|1|Strings > Metadata > 0|mpeg2video|0|video|[0][0][0][0]|0x0000|720|608|0|0|0|0|0|1:1|45:38|yuv422p| > 5|tv|unknown|unknown|unknown|topleft|tb|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|22|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0x060A2B340 > 101010501010D001300000000000000000000000000000000000001 > 1|pcm_s16le|unknown|audio|[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|0|0|0|0|0|0|0x060A2B340101010501010D0013000000000000000000000000000000000000 > 01 > diff --git a/tests/ref/fate/concat-demuxer-simple2-lavf-ts > b/tests/ref/fate/concat-demuxer-simple2-lavf-ts > index 76dde3b873..8e377324e3 100644 > --- a/tests/ref/fate/concat-demuxer-simple2-lavf-ts > +++ b/tests/ref/fate/concat-demuxer-simple2-lavf-ts > @@ -1,20 +1,20 @@ > -video|1|982|0.010911|-2618|-0.029089|3600|0.040000|24801|564|K_MPEGTS Stream > ID|224 > +video|1|982|0.010911|-2618|-0.029089|3600|0.040000|24801|564|K_|MPEGTS Stream > ID|224 > > -video|1|4582|0.050911|982|0.010911|3600|0.040000|16429|25944|__MPEGTS Stream > ID|224 > +video|1|4582|0.050911|982|0.010911|3600|0.040000|16429|25944|__|MPEGTS Stream > ID|224 > > -video|1|8182|0.090911|4582|0.050911|3600|0.040000|14508|42864|__MPEGTS Stream > ID|224 > +video|1|8182|0.090911|4582|0.050911|3600|0.040000|14508|42864|__|MPEGTS > Stream ID|224 > > -video|1|11782|0.130911|8182|0.090911|3600|0.040000|12622|58092|__MPEGTS > Stream ID|224 > +video|1|11782|0.130911|8182|0.090911|3600|0.040000|12622|58092|__|MPEGTS > Stream ID|224 > > -video|1|15382|0.170911|11782|0.130911|3600|0.040000|13393|71064|__MPEGTS > Stream ID|224 > +video|1|15382|0.170911|11782|0.130911|3600|0.040000|13393|71064|__|MPEGTS > Stream ID|224 > > -video|1|18982|0.210911|15382|0.170911|3600|0.040000|13092|84788|__MPEGTS > Stream ID|224 > +video|1|18982|0.210911|15382|0.170911|3600|0.040000|13092|84788|__|MPEGTS > Stream ID|224 > > -video|1|22582|0.250911|18982|0.210911|3600|0.040000|12755|98700|__MPEGTS > Stream ID|224 > +video|1|22582|0.250911|18982|0.210911|3600|0.040000|12755|98700|__|MPEGTS > Stream ID|224 > > -video|1|26182|0.290911|22582|0.250911|3600|0.040000|12023|111860|__MPEGTS > Stream ID|224 > +video|1|26182|0.290911|22582|0.250911|3600|0.040000|12023|111860|__|MPEGTS > Stream ID|224 > > -audio|0|0|0.000000|0|0.000000|2351|0.026122|208|152844|K_MPEGTS Stream ID|192 > +audio|0|0|0.000000|0|0.000000|2351|0.026122|208|152844|K_|MPEGTS Stream > ID|192 > > audio|0|2351|0.026122|2351|0.026122|2351|0.026122|209|N/A|K_ > audio|0|4702|0.052244|4702|0.052244|2351|0.026122|209|N/A|K_ > @@ -29,27 +29,27 @@ > audio|0|23510|0.261222|23510|0.261222|2351|0.026122|209|N/A|K_ > audio|0|25861|0.287344|25861|0.287344|2351|0.026122|209|N/A|K_ > audio|0|28212|0.313467|28212|0.313467|2351|0.026122|209|N/A|K_ > audio|0|30563|0.339589|30563|0.339589|2351|0.026122|209|N/A|K_ > -video|1|29782|0.330911|26182|0.290911|3600|0.040000|14098|124268|__MPEGTS > Stream ID|224 > +video|1|29782|0.330911|26182|0.290911|3600|0.040000|14098|124268|__|MPEGTS > Stream ID|224 > > -video|1|33382|0.370911|29782|0.330911|3600|0.040000|13329|139120|__MPEGTS > Stream ID|224 > +video|1|33382|0.370911|29782|0.330911|3600|0.040000|13329|139120|__|MPEGTS > Stream ID|224 > > -video|1|36982|0.410911|33382|0.370911|3600|0.040000|12135|155852|__MPEGTS > Stream ID|224 > +video|1|36982|0.410911|33382|0.370911|3600|0.040000|12135|155852|__|MPEGTS > Stream ID|224 > > -video|1|40582|0.450911|36982|0.410911|3600|0.040000|12282|168448|__MPEGTS > Stream ID|224 > +video|1|40582|0.450911|36982|0.410911|3600|0.040000|12282|168448|__|MPEGTS > Stream ID|224 > > -video|1|44182|0.490911|40582|0.450911|3600|0.040000|24786|181420|K_MPEGTS > Stream ID|224 > +video|1|44182|0.490911|40582|0.450911|3600|0.040000|24786|181420|K_|MPEGTS > Stream ID|224 > > -video|1|47782|0.530911|44182|0.490911|3600|0.040000|17440|206988|__MPEGTS > Stream ID|224 > +video|1|47782|0.530911|44182|0.490911|3600|0.040000|17440|206988|__|MPEGTS > Stream ID|224 > > -video|1|51382|0.570911|47782|0.530911|3600|0.040000|15019|224848|__MPEGTS > Stream ID|224 > +video|1|51382|0.570911|47782|0.530911|3600|0.040000|15019|224848|__|MPEGTS > Stream ID|224 > > -video|1|54982|0.610911|51382|0.570911|3600|0.040000|13449|240640|__MPEGTS > Stream ID|224 > +video|1|54982|0.610911|51382|0.570911|3600|0.040000|13449|240640|__|MPEGTS > Stream ID|224 > > -video|1|58582|0.650911|54982|0.610911|3600|0.040000|12398|254552|__MPEGTS > Stream ID|224 > +video|1|58582|0.650911|54982|0.610911|3600|0.040000|12398|254552|__|MPEGTS > Stream ID|224 > > -video|1|62182|0.690911|58582|0.650911|3600|0.040000|13455|267336|__MPEGTS > Stream ID|224 > +video|1|62182|0.690911|58582|0.650911|3600|0.040000|13455|267336|__|MPEGTS > Stream ID|224 > > -audio|0|32915|0.365722|32915|0.365722|2351|0.026122|209|308508|K_MPEGTS > Stream ID|192 > +audio|0|32915|0.365722|32915|0.365722|2351|0.026122|209|308508|K_|MPEGTS > Stream ID|192 > > audio|0|35266|0.391844|35266|0.391844|2351|0.026122|209|N/A|K_ > audio|0|37617|0.417967|37617|0.417967|2351|0.026122|209|N/A|K_ > @@ -64,17 +64,17 @@ > audio|0|56425|0.626944|56425|0.626944|2351|0.026122|209|N/A|K_ > audio|0|58776|0.653067|58776|0.653067|2351|0.026122|209|N/A|K_ > audio|0|61127|0.679189|61127|0.679189|2351|0.026122|209|N/A|K_ > audio|0|63478|0.705311|63478|0.705311|2351|0.026122|209|N/A|K_ > -video|1|65782|0.730911|62182|0.690911|3600|0.040000|13836|281624|__MPEGTS > Stream ID|224 > +video|1|65782|0.730911|62182|0.690911|3600|0.040000|13836|281624|__|MPEGTS > Stream ID|224 > > -video|1|69382|0.770911|65782|0.730911|3600|0.040000|12163|295912|__MPEGTS > Stream ID|224 > +video|1|69382|0.770911|65782|0.730911|3600|0.040000|12163|295912|__|MPEGTS > Stream ID|224 > > -video|1|72982|0.810911|69382|0.770911|3600|0.040000|12692|311516|__MPEGTS > Stream ID|224 > +video|1|72982|0.810911|69382|0.770911|3600|0.040000|12692|311516|__|MPEGTS > Stream ID|224 > > -video|1|76582|0.850911|72982|0.810911|3600|0.040000|10824|325052|__MPEGTS > Stream ID|224 > +video|1|76582|0.850911|72982|0.810911|3600|0.040000|10824|325052|__|MPEGTS > Stream ID|224 > > -video|1|80182|0.890911|76582|0.850911|3600|0.040000|11286|336144|__MPEGTS > Stream ID|224 > +video|1|80182|0.890911|76582|0.850911|3600|0.040000|11286|336144|__|MPEGTS > Stream ID|224 > > -audio|0|65829|0.731433|65829|0.731433|2351|0.026122|209|386716|K_MPEGTS > Stream ID|192 > +audio|0|65829|0.731433|65829|0.731433|2351|0.026122|209|386716|K_|MPEGTS > Stream ID|192 > > audio|0|68180|0.757556|68180|0.757556|2351|0.026122|209|N/A|K_ > audio|0|70531|0.783678|70531|0.783678|2351|0.026122|209|N/A|K_ > @@ -86,26 +86,26 @@ > audio|0|82286|0.914289|82286|0.914289|2351|0.026122|209|N/A|K_ > audio|0|84637|0.940411|84637|0.940411|2351|0.026122|209|N/A|K_ > audio|0|86988|0.966533|86988|0.966533|2351|0.026122|209|N/A|K_ > audio|0|89339|0.992656|89339|0.992656|2351|0.026122|209|N/A|K_ > -video|1|83782|0.930911|80182|0.890911|3600|0.040000|12678|347800|__MPEGTS > Stream ID|224 > +video|1|83782|0.930911|80182|0.890911|3600|0.040000|12678|347800|__|MPEGTS > Stream ID|224 > > video|1|87382|0.970911|83782|0.930911|3600|0.040000|24711|361336|K_ > -video|1|91964|1.021822|88364|0.981822|3600|0.040000|24801|564|K_MPEGTS Stream > ID|224 > +video|1|91964|1.021822|88364|0.981822|3600|0.040000|24801|564|K_|MPEGTS > Stream ID|224 > > -video|1|95564|1.061822|91964|1.021822|3600|0.040000|16429|25944|__MPEGTS > Stream ID|224 > +video|1|95564|1.061822|91964|1.021822|3600|0.040000|16429|25944|__|MPEGTS > Stream ID|224 > > -video|1|99164|1.101822|95564|1.061822|3600|0.040000|14508|42864|__MPEGTS > Stream ID|224 > +video|1|99164|1.101822|95564|1.061822|3600|0.040000|14508|42864|__|MPEGTS > Stream ID|224 > > -video|1|102764|1.141822|99164|1.101822|3600|0.040000|12622|58092|__MPEGTS > Stream ID|224 > +video|1|102764|1.141822|99164|1.101822|3600|0.040000|12622|58092|__|MPEGTS > Stream ID|224 > > -video|1|106364|1.181822|102764|1.141822|3600|0.040000|13393|71064|__MPEGTS > Stream ID|224 > +video|1|106364|1.181822|102764|1.141822|3600|0.040000|13393|71064|__|MPEGTS > Stream ID|224 > > -video|1|109964|1.221822|106364|1.181822|3600|0.040000|13092|84788|__MPEGTS > Stream ID|224 > +video|1|109964|1.221822|106364|1.181822|3600|0.040000|13092|84788|__|MPEGTS > Stream ID|224 > > -video|1|113564|1.261822|109964|1.221822|3600|0.040000|12755|98700|__MPEGTS > Stream ID|224 > +video|1|113564|1.261822|109964|1.221822|3600|0.040000|12755|98700|__|MPEGTS > Stream ID|224 > > -video|1|117164|1.301822|113564|1.261822|3600|0.040000|12023|111860|__MPEGTS > Stream ID|224 > +video|1|117164|1.301822|113564|1.261822|3600|0.040000|12023|111860|__|MPEGTS > Stream ID|224 > > -audio|0|90982|1.010911|90982|1.010911|2351|0.026122|208|152844|K_MPEGTS > Stream ID|192 > +audio|0|90982|1.010911|90982|1.010911|2351|0.026122|208|152844|K_|MPEGTS > Stream ID|192 > > audio|0|93333|1.037033|93333|1.037033|2351|0.026122|209|N/A|K_ > audio|0|95684|1.063156|95684|1.063156|2351|0.026122|209|N/A|K_ > @@ -120,27 +120,27 @@ > audio|0|114492|1.272133|114492|1.272133|2351|0.026122|209|N/A|K_ > audio|0|116843|1.298256|116843|1.298256|2351|0.026122|209|N/A|K_ > audio|0|119194|1.324378|119194|1.324378|2351|0.026122|209|N/A|K_ > audio|0|121545|1.350500|121545|1.350500|2351|0.026122|209|N/A|K_ > -video|1|120764|1.341822|117164|1.301822|3600|0.040000|14098|124268|__MPEGTS > Stream ID|224 > +video|1|120764|1.341822|117164|1.301822|3600|0.040000|14098|124268|__|MPEGTS > Stream ID|224 > > -video|1|124364|1.381822|120764|1.341822|3600|0.040000|13329|139120|__MPEGTS > Stream ID|224 > +video|1|124364|1.381822|120764|1.341822|3600|0.040000|13329|139120|__|MPEGTS > Stream ID|224 > > -video|1|127964|1.421822|124364|1.381822|3600|0.040000|12135|155852|__MPEGTS > Stream ID|224 > +video|1|127964|1.421822|124364|1.381822|3600|0.040000|12135|155852|__|MPEGTS > Stream ID|224 > > -video|1|131564|1.461822|127964|1.421822|3600|0.040000|12282|168448|__MPEGTS > Stream ID|224 > +video|1|131564|1.461822|127964|1.421822|3600|0.040000|12282|168448|__|MPEGTS > Stream ID|224 > > -video|1|135164|1.501822|131564|1.461822|3600|0.040000|24786|181420|K_MPEGTS > Stream ID|224 > +video|1|135164|1.501822|131564|1.461822|3600|0.040000|24786|181420|K_|MPEGTS > Stream ID|224 > > -video|1|138764|1.541822|135164|1.501822|3600|0.040000|17440|206988|__MPEGTS > Stream ID|224 > +video|1|138764|1.541822|135164|1.501822|3600|0.040000|17440|206988|__|MPEGTS > Stream ID|224 > > -video|1|142364|1.581822|138764|1.541822|3600|0.040000|15019|224848|__MPEGTS > Stream ID|224 > +video|1|142364|1.581822|138764|1.541822|3600|0.040000|15019|224848|__|MPEGTS > Stream ID|224 > > -video|1|145964|1.621822|142364|1.581822|3600|0.040000|13449|240640|__MPEGTS > Stream ID|224 > +video|1|145964|1.621822|142364|1.581822|3600|0.040000|13449|240640|__|MPEGTS > Stream ID|224 > > -video|1|149564|1.661822|145964|1.621822|3600|0.040000|12398|254552|__MPEGTS > Stream ID|224 > +video|1|149564|1.661822|145964|1.621822|3600|0.040000|12398|254552|__|MPEGTS > Stream ID|224 > > -video|1|153164|1.701822|149564|1.661822|3600|0.040000|13455|267336|__MPEGTS > Stream ID|224 > +video|1|153164|1.701822|149564|1.661822|3600|0.040000|13455|267336|__|MPEGTS > Stream ID|224 > > -audio|0|123897|1.376633|123897|1.376633|2351|0.026122|209|308508|K_MPEGTS > Stream ID|192 > +audio|0|123897|1.376633|123897|1.376633|2351|0.026122|209|308508|K_|MPEGTS > Stream ID|192 > > audio|0|126248|1.402756|126248|1.402756|2351|0.026122|209|N/A|K_ > audio|0|128599|1.428878|128599|1.428878|2351|0.026122|209|N/A|K_ > @@ -155,17 +155,17 @@ > audio|0|147407|1.637856|147407|1.637856|2351|0.026122|209|N/A|K_ > audio|0|149758|1.663978|149758|1.663978|2351|0.026122|209|N/A|K_ > audio|0|152109|1.690100|152109|1.690100|2351|0.026122|209|N/A|K_ > audio|0|154460|1.716222|154460|1.716222|2351|0.026122|209|N/A|K_ > -video|1|156764|1.741822|153164|1.701822|3600|0.040000|13836|281624|__MPEGTS > Stream ID|224 > +video|1|156764|1.741822|153164|1.701822|3600|0.040000|13836|281624|__|MPEGTS > Stream ID|224 > > -video|1|160364|1.781822|156764|1.741822|3600|0.040000|12163|295912|__MPEGTS > Stream ID|224 > +video|1|160364|1.781822|156764|1.741822|3600|0.040000|12163|295912|__|MPEGTS > Stream ID|224 > > -video|1|163964|1.821822|160364|1.781822|3600|0.040000|12692|311516|__MPEGTS > Stream ID|224 > +video|1|163964|1.821822|160364|1.781822|3600|0.040000|12692|311516|__|MPEGTS > Stream ID|224 > > -video|1|167564|1.861822|163964|1.821822|3600|0.040000|10824|325052|__MPEGTS > Stream ID|224 > +video|1|167564|1.861822|163964|1.821822|3600|0.040000|10824|325052|__|MPEGTS > Stream ID|224 > > -video|1|171164|1.901822|167564|1.861822|3600|0.040000|11286|336144|__MPEGTS > Stream ID|224 > +video|1|171164|1.901822|167564|1.861822|3600|0.040000|11286|336144|__|MPEGTS > Stream ID|224 > > -audio|0|156811|1.742344|156811|1.742344|2351|0.026122|209|386716|K_MPEGTS > Stream ID|192 > +audio|0|156811|1.742344|156811|1.742344|2351|0.026122|209|386716|K_|MPEGTS > Stream ID|192 > > audio|0|159162|1.768467|159162|1.768467|2351|0.026122|209|N/A|K_ > audio|0|161513|1.794589|161513|1.794589|2351|0.026122|209|N/A|K_ > @@ -177,16 +177,16 @@ > audio|0|173268|1.925200|173268|1.925200|2351|0.026122|209|N/A|K_ > audio|0|175619|1.951322|175619|1.951322|2351|0.026122|209|N/A|K_ > audio|0|177970|1.977444|177970|1.977444|2351|0.026122|209|N/A|K_ > audio|0|180321|2.003567|180321|2.003567|2351|0.026122|209|N/A|K_ > -video|1|174764|1.941822|171164|1.901822|3600|0.040000|12678|347800|__MPEGTS > Stream ID|224 > +video|1|174764|1.941822|171164|1.901822|3600|0.040000|12678|347800|__|MPEGTS > Stream ID|224 > > video|1|178364|1.981822|174764|1.941822|3600|0.040000|24711|361336|K_ > -video|1|139582|1.550911|135982|1.510911|3600|0.040000|12692|311516|__MPEGTS > Stream ID|224 > +video|1|139582|1.550911|135982|1.510911|3600|0.040000|12692|311516|__|MPEGTS > Stream ID|224 > > -video|1|143182|1.590911|139582|1.550911|3600|0.040000|10824|325052|__MPEGTS > Stream ID|224 > +video|1|143182|1.590911|139582|1.550911|3600|0.040000|10824|325052|__|MPEGTS > Stream ID|224 > > -video|1|146782|1.630911|143182|1.590911|3600|0.040000|11286|336144|__MPEGTS > Stream ID|224 > +video|1|146782|1.630911|143182|1.590911|3600|0.040000|11286|336144|__|MPEGTS > Stream ID|224 > > -audio|0|132429|1.471433|132429|1.471433|2351|0.026122|209|386716|K_MPEGTS > Stream ID|192 > +audio|0|132429|1.471433|132429|1.471433|2351|0.026122|209|386716|K_|MPEGTS > Stream ID|192 > > audio|0|134780|1.497556|134780|1.497556|2351|0.026122|209|N/A|K_ > audio|0|137131|1.523678|137131|1.523678|2351|0.026122|209|N/A|K_ > @@ -198,18 +198,18 @@ > audio|0|148886|1.654289|148886|1.654289|2351|0.026122|209|N/A|K_ > audio|0|151237|1.680411|151237|1.680411|2351|0.026122|209|N/A|K_ > audio|0|153588|1.706533|153588|1.706533|2351|0.026122|209|N/A|K_ > audio|0|155939|1.732656|155939|1.732656|2351|0.026122|209|N/A|K_ > -video|1|150382|1.670911|146782|1.630911|3600|0.040000|12678|347800|__MPEGTS > Stream ID|224 > +video|1|150382|1.670911|146782|1.630911|3600|0.040000|12678|347800|__|MPEGTS > Stream ID|224 > > video|1|153982|1.710911|150382|1.670911|3600|0.040000|24711|361336|K_ > -video|1|161182|1.790911|157582|1.750911|3600|0.040000|12135|155852|__MPEGTS > Stream ID|224 > +video|1|161182|1.790911|157582|1.750911|3600|0.040000|12135|155852|__|MPEGTS > Stream ID|224 > > -video|1|164782|1.830911|161182|1.790911|3600|0.040000|12282|168448|__MPEGTS > Stream ID|224 > +video|1|164782|1.830911|161182|1.790911|3600|0.040000|12282|168448|__|MPEGTS > Stream ID|224 > > -video|1|168382|1.870911|164782|1.830911|3600|0.040000|24786|181420|K_MPEGTS > Stream ID|224 > +video|1|168382|1.870911|164782|1.830911|3600|0.040000|24786|181420|K_|MPEGTS > Stream ID|224 > > -video|1|171982|1.910911|168382|1.870911|3600|0.040000|17440|206988|__MPEGTS > Stream ID|224 > +video|1|171982|1.910911|168382|1.870911|3600|0.040000|17440|206988|__|MPEGTS > Stream ID|224 > > -video|1|175582|1.950911|171982|1.910911|3600|0.040000|15019|224848|__MPEGTS > Stream ID|224 > +video|1|175582|1.950911|171982|1.910911|3600|0.040000|15019|224848|__|MPEGTS > Stream ID|224 > > 0|mp2|unknown|audio|[3][0][0][0]|0x0003|s16p|44100|1|mono|0|N/A|0/0|0/0|1/900 > 00|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|0|0|0|0|0 > |0|this is stream 0 > 1|mpeg2video|4|video|[2][0][0][0]|0x0002|352|288|0|0|0|0|1|1:1|11:9|yuv420p|8 > |tv|unknown|unknown|unknown|left|progressive|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|22|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|this is > stream 1 > diff --git a/tests/ref/fate/flv-demux b/tests/ref/fate/flv-demux > index fffc1c38c4..a7c98d3d76 100644 > --- a/tests/ref/fate/flv-demux > +++ b/tests/ref/fate/flv-demux > @@ -1,6 +1,6 @@ > -packet|codec_type=audio|stream_index=1|pts=0|pts_time=0.000000|dts=0|dts_time > =0.000000|duration=46|duration_time=0.046000|size=9|pos=3241|flags=K_side_data > |side_data_type=New Extradata > +packet|codec_type=audio|stream_index=1|pts=0|pts_time=0.000000|dts=0|dts_time > =0.000000|duration=46|duration_time=0.046000|size=9|pos=3241|flags=K_|side_dat > a|side_data_type=New Extradata > |data_hash=CRC32:bbb61b93 > -packet|codec_type=video|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time > =0.000000|duration=33|duration_time=0.033000|size=135|pos=3267|flags=K_side_da > ta|side_data_type=New Extradata > +packet|codec_type=video|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time > =0.000000|duration=33|duration_time=0.033000|size=135|pos=3267|flags=K_|side_d > ata|side_data_type=New Extradata > |data_hash=CRC32:3f2ccc9e > packet|codec_type=video|stream_index=0|pts=33|pts_time=0.033000|dts=33|dts_ti > me=0.033000|duration=33|duration_time=0.033000|size=92|pos=3422|flags=__|data_ > hash=CRC32:c14e72b2 > packet|codec_type=audio|stream_index=1|pts=46|pts_time=0.046000|dts=46|dts_ti > me=0.046000|duration=46|duration_time=0.046000|size=9|pos=3534|flags=K_|data_h > ash=CRC32:bbb61b93 > diff --git a/tests/ref/fate/gapless-mp3-side-data b/tests/ref/fate/gapless- > mp3-side-data > index f0cfbd4c8c..59907f8ca4 100644 > --- a/tests/ref/fate/gapless-mp3-side-data > +++ b/tests/ref/fate/gapless-mp3-side-data > @@ -1,4 +1,4 @@ > -packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time > =0.000000|duration=368640|duration_time=0.026122|size=417|pos=1451|flags=K_sid > e_data|side_data_type=Skip > Samples|skip_samples=1105|discard_padding=0|skip_reason=0|discard_reason=0 > +packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time > =0.000000|duration=368640|duration_time=0.026122|size=417|pos=1451|flags=K_|si > de_data|side_data_type=Skip > Samples|skip_samples=1105|discard_padding=0|skip_reason=0|discard_reason=0 > |data_hash=CRC32:ae0a5066 > packet|codec_type=audio|stream_index=0|pts=368640|pts_time=0.026122|dts=36864 > 0|dts_time=0.026122|duration=368640|duration_time=0.026122|size=418|pos=1868|f > lags=K_|data_hash=CRC32:dbb7aa6c > packet|codec_type=audio|stream_index=0|pts=737280|pts_time=0.052245|dts=73728 > 0|dts_time=0.052245|duration=368640|duration_time=0.026122|size=418|pos=2286|f > lags=K_|data_hash=CRC32:5fe9fd6b > @@ -592,9 +592,9 @@ > packet|codec_type=audio|stream_index=0|pts=217128960|pts_time=15.386122|dts=21 > 71 > packet|codec_type=audio|stream_index=0|pts=217497600|pts_time=15.412245|dts=2 > 17497600|dts_time=15.412245|duration=368640|duration_time=0.026122|size=418|po > s=248046|flags=K_|data_hash=CRC32:dc78174d > packet|codec_type=audio|stream_index=0|pts=217866240|pts_time=15.438367|dts=2 > 17866240|dts_time=15.438367|duration=368640|duration_time=0.026122|size=418|po > s=248464|flags=K_|data_hash=CRC32:0b948a05 > packet|codec_type=audio|stream_index=0|pts=218234880|pts_time=15.464490|dts=2 > 18234880|dts_time=15.464490|duration=368640|duration_time=0.026122|size=418|po > s=248882|flags=K_|data_hash=CRC32:fbc83c3c > -packet|codec_type=audio|stream_index=0|pts=218603520|pts_time=15.490612|dts=2 > 18603520|dts_time=15.490612|duration=368640|duration_time=0.026122|size=418|po > s=249300|flags=K_side_data|side_data_type=Skip > Samples|skip_samples=0|discard_padding=303|skip_reason=0|discard_reason=0 > +packet|codec_type=audio|stream_index=0|pts=218603520|pts_time=15.490612|dts=2 > 18603520|dts_time=15.490612|duration=368640|duration_time=0.026122|size=418|po > s=249300|flags=K_|side_data|side_data_type=Skip > Samples|skip_samples=0|discard_padding=303|skip_reason=0|discard_reason=0 > |data_hash=CRC32:d5fb5f9c > -packet|codec_type=audio|stream_index=0|pts=218972160|pts_time=15.516735|dts=2 > 18972160|dts_time=15.516735|duration=368640|duration_time=0.026122|size=418|po > s=249718|flags=K_side_data|side_data_type=Skip > Samples|skip_samples=0|discard_padding=1152|skip_reason=0|discard_reason=0 > +packet|codec_type=audio|stream_index=0|pts=218972160|pts_time=15.516735|dts=2 > 18972160|dts_time=15.516735|duration=368640|duration_time=0.026122|size=418|po > s=249718|flags=K_|side_data|side_data_type=Skip > Samples|skip_samples=0|discard_padding=1152|skip_reason=0|discard_reason=0 > |data_hash=CRC32:3789f3cf > stream|index=0|codec_name=mp3|profile=unknown|codec_type=audio|codec_tag_stri > ng=[0][0][0][0]|codec_tag=0x0000|sample_fmt=fltp|sample_rate=44100|channels=2| > channel_layout=stereo|bits_per_sample=0|id=N/A|r_frame_rate=0/0|avg_frame_rate > =0/0|time_base=1/14112000|start_pts=353600|start_time=0.025057|duration_ts=219 > 340800|duration=15.542857|bit_rate=128000|max_bit_rate=N/A|bits_per_raw_sample > =N/A|nb_frames=N/A|nb_read_frames=N/A|nb_read_packets=595|disposition:default= > 0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:l > yrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaire > d=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:atta > ched_pic=0|disposition:timed_thumbnails=0|disposition:captions=0|disposition:d > escriptions=0|disposition:metadata=0|disposition:dependent=0|disposition:still > _image=0|tag:encoder=LAME3.93 > format|filename=gapless.mp3|nb_streams=1|nb_programs=0|format_name=mp3|start_ > time=0.025057|duration=15.542857|size=250264|bit_rate=128812|probe_score=51|ta > g:title=test > diff --git a/tests/ref/fate/gaplessenc-itunes-to-ipod-aac > b/tests/ref/fate/gaplessenc-itunes-to-ipod-aac > index 9b97b61aca..f967ac05bc 100644 > --- a/tests/ref/fate/gaplessenc-itunes-to-ipod-aac > +++ b/tests/ref/fate/gaplessenc-itunes-to-ipod-aac > @@ -7,7 +7,7 @@ duration_ts=103326 > start_time=0.000000 > duration=2.344000 > [/FORMAT] > -packet|pts=-1024|dts=-1024|duration=1024|flags=KDside_data| > +packet|pts=-1024|dts=-1024|duration=1024|flags=KD|side_data| > > packet|pts=0|dts=0|duration=1024|flags=K_ > packet|pts=1024|dts=1024|duration=1024|flags=K_ > diff --git a/tests/ref/fate/gaplessenc-pcm-to-mov-aac > b/tests/ref/fate/gaplessenc-pcm-to-mov-aac > index 43d13f5bc8..82bed6f936 100644 > --- a/tests/ref/fate/gaplessenc-pcm-to-mov-aac > +++ b/tests/ref/fate/gaplessenc-pcm-to-mov-aac > @@ -7,7 +7,7 @@ duration_ts=529200 > start_time=0.000000 > duration=12.000000 > [/FORMAT] > -packet|pts=-1024|dts=-1024|duration=1024|flags=KDside_data| > +packet|pts=-1024|dts=-1024|duration=1024|flags=KD|side_data| > > packet|pts=0|dts=0|duration=1024|flags=K_ > packet|pts=1024|dts=1024|duration=1024|flags=K_ > diff --git a/tests/ref/fate/gaplessinfo-itunes1 b/tests/ref/fate/gaplessinfo- > itunes1 > index 4944c78e3b..841bdb31d0 100644 > --- a/tests/ref/fate/gaplessinfo-itunes1 > +++ b/tests/ref/fate/gaplessinfo-itunes1 > @@ -7,7 +7,7 @@ duration_ts=1294336 > start_time=0.047889 > duration=29.350023 > [/FORMAT] > -packet|pts=0|dts=0|duration=1024|flags=K_side_data| > +packet|pts=0|dts=0|duration=1024|flags=K_|side_data| > > packet|pts=1024|dts=1024|duration=1024|flags=K_ > packet|pts=2048|dts=2048|duration=1024|flags=K_ > diff --git a/tests/ref/fate/gaplessinfo-itunes2 b/tests/ref/fate/gaplessinfo- > itunes2 > index cf6825d13c..3184a5ea59 100644 > --- a/tests/ref/fate/gaplessinfo-itunes2 > +++ b/tests/ref/fate/gaplessinfo-itunes2 > @@ -7,7 +7,7 @@ duration_ts=105472 > start_time=0.047891 > duration=2.391655 > [/FORMAT] > -packet|pts=0|dts=0|duration=1024|flags=K_side_data| > +packet|pts=0|dts=0|duration=1024|flags=K_|side_data| > > packet|pts=1024|dts=1024|duration=1024|flags=K_ > packet|pts=2048|dts=2048|duration=1024|flags=K_ > diff --git a/tests/ref/fate/mov-aac-2048-priming b/tests/ref/fate/mov-aac- > 2048-priming > index 5c6361558b..071c3627f3 100644 > --- a/tests/ref/fate/mov-aac-2048-priming > +++ b/tests/ref/fate/mov-aac-2048-priming > @@ -1,4 +1,4 @@ > -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=258|pos=36|flags=KDside_dat > a|side_data_type=Skip > Samples|skip_samples=2048|discard_padding=0|skip_reason=0|discard_reason=0 > +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=258|pos=36|flags=KD|side_da > ta|side_data_type=Skip > Samples|skip_samples=2048|discard_padding=0|skip_reason=0|discard_reason=0 > > 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=258|pos=294|flags=KD > 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=146|pos=552|flags=K_ > diff --git a/tests/ref/fate/mov-zombie b/tests/ref/fate/mov-zombie > index 2963de529d..798f47ab84 100644 > --- a/tests/ref/fate/mov-zombie > +++ b/tests/ref/fate/mov-zombie > @@ -1,198 +1,197 @@ > packet|codec_type=video|stream_index=0|pts=0|pts_time=0.000000|dts=- > 3004|dts_time=- > 0.033378|duration=3003|duration_time=0.033367|size=4133|pos=11309|flags=K_ > packet|codec_type=video|stream_index=0|pts=5440|pts_time=0.060444|dts=- > 567|dts_time=- > 0.006300|duration=3003|duration_time=0.033367|size=1077|pos=15442|flags=__ > -frame|media_type=video|stream_index=0|key_frame=1|pts=0|pts_time=0.000000|pkt > _dts=-567|pkt_dts_time=- > 0.006300|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|pkt_durat > ion=3003|pkt_duration_time=0.033367|pkt_pos=11309|pkt_size=4133|width=160|heig > ht=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1|pict_type=I|coded_picture_numbe > r=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict= > 0|color_range=tv|color_space=smpte170m|color_primaries=smpte170m|color_transfe > r=bt709|chroma_location=topleftside_data|side_data_type=H.26[45] User Data > Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=1|pts=0|pts_time=0.000000|pkt > _dts=-567|pkt_dts_time=- > 0.006300|best_effort_timestamp=0|best_effort_timestamp_time=0.000000|pkt_durat > ion=3003|pkt_duration_time=0.033367|pkt_pos=11309|pkt_size=4133|width=160|heig > ht=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1|pict_type=I|coded_picture_numbe > r=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict= > 0|color_range=tv|color_space=smpte170m|color_primaries=smpte170m|color_transfe > r=bt709|chroma_location=topleft|side_data|side_data_type=H.26[45] User Data > Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=2437|pts_time=0.027078|dts=2436|dt > s_time=0.027067|duration=3003|duration_time=0.033367|size=355|pos=16519|flags= > __ > -frame|media_type=video|stream_index=0|key_frame=0|pts=2437|pts_time=0.027078| > pkt_dts=2436|pkt_dts_time=0.027067|best_effort_timestamp=2437|best_effort_time > stamp_time=0.027078|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=16519 > |pkt_size=355|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1|pic > t_type=B|coded_picture_number=2|display_picture_number=0|interlaced_frame=0|to > p_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_prima > ries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_data > _type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=2437|pts_time=0.027078| > pkt_dts=2436|pkt_dts_time=0.027067|best_effort_timestamp=2437|best_effort_time > stamp_time=0.027078|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=16519 > |pkt_size=355|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1|pic > t_type=B|coded_picture_number=2|display_picture_number=0|interlaced_frame=0|to > p_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_prima > ries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side_dat > a_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=11446|pts_time=0.127178|dts=5439|d > ts_time=0.060433|duration=3003|duration_time=0.033367|size=1110|pos=16874|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=5440|pts_time=0.060444| > pkt_dts=5439|pkt_dts_time=0.060433|best_effort_timestamp=5440|best_effort_time > stamp_time=0.060444|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=15442 > |pkt_size=1077|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1|pi > ct_type=P|coded_picture_number=1|display_picture_number=0|interlaced_frame=0|t > op_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_prim > aries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_dat > a_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=5440|pts_time=0.060444| > pkt_dts=5439|pkt_dts_time=0.060433|best_effort_timestamp=5440|best_effort_time > stamp_time=0.060444|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=15442 > |pkt_size=1077|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1|pi > ct_type=P|coded_picture_number=1|display_picture_number=0|interlaced_frame=0|t > op_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_prim > aries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side_da > ta_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=8443|pts_time=0.093811|dts=8442|dt > s_time=0.093800|duration=3003|duration_time=0.033367|size=430|pos=17984|flags= > __ > -frame|media_type=video|stream_index=0|key_frame=0|pts=8443|pts_time=0.093811| > pkt_dts=8442|pkt_dts_time=0.093800|best_effort_timestamp=8443|best_effort_time > stamp_time=0.093811|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=17984 > |pkt_size=430|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1|pic > t_type=B|coded_picture_number=4|display_picture_number=0|interlaced_frame=0|to > p_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_prima > ries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_data > _type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=8443|pts_time=0.093811| > pkt_dts=8442|pkt_dts_time=0.093800|best_effort_timestamp=8443|best_effort_time > stamp_time=0.093811|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=17984 > |pkt_size=430|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1|pic > t_type=B|coded_picture_number=4|display_picture_number=0|interlaced_frame=0|to > p_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_prima > ries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side_dat > a_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=17452|pts_time=0.193911|dts=11445| > dts_time=0.127167|duration=3003|duration_time=0.033367|size=1485|pos=18414|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=11446|pts_time=0.127178 > |pkt_dts=11445|pkt_dts_time=0.127167|best_effort_timestamp=11446|best_effort_t > imestamp_time=0.127178|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=16 > 874|pkt_size=1110|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=3|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=11446|pts_time=0.127178 > |pkt_dts=11445|pkt_dts_time=0.127167|best_effort_timestamp=11446|best_effort_t > imestamp_time=0.127178|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=16 > 874|pkt_size=1110|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=3|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=14449|pts_time=0.160544|dts=14448| > dts_time=0.160533|duration=3003|duration_time=0.033367|size=1005|pos=19899|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=14449|pts_time=0.160544 > |pkt_dts=14448|pkt_dts_time=0.160533|best_effort_timestamp=14449|best_effort_t > imestamp_time=0.160544|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=19 > 899|pkt_size=1005|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=B|coded_picture_number=6|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=14449|pts_time=0.160544 > |pkt_dts=14448|pkt_dts_time=0.160533|best_effort_timestamp=14449|best_effort_t > imestamp_time=0.160544|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=19 > 899|pkt_size=1005|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=B|coded_picture_number=6|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=23458|pts_time=0.260644|dts=17451| > dts_time=0.193900|duration=3003|duration_time=0.033367|size=1976|pos=20904|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=17452|pts_time=0.193911 > |pkt_dts=17451|pkt_dts_time=0.193900|best_effort_timestamp=17452|best_effort_t > imestamp_time=0.193911|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=18 > 414|pkt_size=1485|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=5|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=17452|pts_time=0.193911 > |pkt_dts=17451|pkt_dts_time=0.193900|best_effort_timestamp=17452|best_effort_t > imestamp_time=0.193911|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=18 > 414|pkt_size=1485|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=5|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=20455|pts_time=0.227278|dts=20454| > dts_time=0.227267|duration=3003|duration_time=0.033367|size=904|pos=22880|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=20455|pts_time=0.227278 > |pkt_dts=20454|pkt_dts_time=0.227267|best_effort_timestamp=20455|best_effort_t > imestamp_time=0.227278|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=22 > 880|pkt_size=904|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=8|display_picture_number=0|interlaced_frame=0 > |top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_pr > imaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_d > ata_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=20455|pts_time=0.227278 > |pkt_dts=20454|pkt_dts_time=0.227267|best_effort_timestamp=20455|best_effort_t > imestamp_time=0.227278|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=22 > 880|pkt_size=904|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=8|display_picture_number=0|interlaced_frame=0 > |top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_pr > imaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=29464|pts_time=0.327378|dts=23457| > dts_time=0.260633|duration=3003|duration_time=0.033367|size=1254|pos=23784|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=23458|pts_time=0.260644 > |pkt_dts=23457|pkt_dts_time=0.260633|best_effort_timestamp=23458|best_effort_t > imestamp_time=0.260644|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=20 > 904|pkt_size=1976|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=7|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=23458|pts_time=0.260644 > |pkt_dts=23457|pkt_dts_time=0.260633|best_effort_timestamp=23458|best_effort_t > imestamp_time=0.260644|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=20 > 904|pkt_size=1976|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=7|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=26461|pts_time=0.294011|dts=26460| > dts_time=0.294000|duration=3003|duration_time=0.033367|size=700|pos=25038|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=26461|pts_time=0.294011 > |pkt_dts=26460|pkt_dts_time=0.294000|best_effort_timestamp=26461|best_effort_t > imestamp_time=0.294011|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=25 > 038|pkt_size=700|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=10|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=26461|pts_time=0.294011 > |pkt_dts=26460|pkt_dts_time=0.294000|best_effort_timestamp=26461|best_effort_t > imestamp_time=0.294011|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=25 > 038|pkt_size=700|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=10|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=35470|pts_time=0.394111|dts=29463| > dts_time=0.327367|duration=3003|duration_time=0.033367|size=1311|pos=25738|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=29464|pts_time=0.327378 > |pkt_dts=29463|pkt_dts_time=0.327367|best_effort_timestamp=29464|best_effort_t > imestamp_time=0.327378|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=23 > 784|pkt_size=1254|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=9|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=29464|pts_time=0.327378 > |pkt_dts=29463|pkt_dts_time=0.327367|best_effort_timestamp=29464|best_effort_t > imestamp_time=0.327378|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=23 > 784|pkt_size=1254|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=9|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=32467|pts_time=0.360744|dts=32466| > dts_time=0.360733|duration=3003|duration_time=0.033367|size=631|pos=27049|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=32467|pts_time=0.360744 > |pkt_dts=32466|pkt_dts_time=0.360733|best_effort_timestamp=32467|best_effort_t > imestamp_time=0.360744|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=27 > 049|pkt_size=631|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=12|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=32467|pts_time=0.360744 > |pkt_dts=32466|pkt_dts_time=0.360733|best_effort_timestamp=32467|best_effort_t > imestamp_time=0.360744|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=27 > 049|pkt_size=631|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=12|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=41476|pts_time=0.460844|dts=35469| > dts_time=0.394100|duration=3003|duration_time=0.033367|size=1296|pos=27680|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=35470|pts_time=0.394111 > |pkt_dts=35469|pkt_dts_time=0.394100|best_effort_timestamp=35470|best_effort_t > imestamp_time=0.394111|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=25 > 738|pkt_size=1311|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=11|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=35470|pts_time=0.394111 > |pkt_dts=35469|pkt_dts_time=0.394100|best_effort_timestamp=35470|best_effort_t > imestamp_time=0.394111|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=25 > 738|pkt_size=1311|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=11|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=38473|pts_time=0.427478|dts=38472| > dts_time=0.427467|duration=3003|duration_time=0.033367|size=466|pos=28976|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=38473|pts_time=0.427478 > |pkt_dts=38472|pkt_dts_time=0.427467|best_effort_timestamp=38473|best_effort_t > imestamp_time=0.427478|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=28 > 976|pkt_size=466|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=14|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=38473|pts_time=0.427478 > |pkt_dts=38472|pkt_dts_time=0.427467|best_effort_timestamp=38473|best_effort_t > imestamp_time=0.427478|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=28 > 976|pkt_size=466|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=14|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=47482|pts_time=0.527578|dts=41475| > dts_time=0.460833|duration=3003|duration_time=0.033367|size=1638|pos=29442|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=41476|pts_time=0.460844 > |pkt_dts=41475|pkt_dts_time=0.460833|best_effort_timestamp=41476|best_effort_t > imestamp_time=0.460844|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=27 > 680|pkt_size=1296|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=13|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=41476|pts_time=0.460844 > |pkt_dts=41475|pkt_dts_time=0.460833|best_effort_timestamp=41476|best_effort_t > imestamp_time=0.460844|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=27 > 680|pkt_size=1296|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=13|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=44479|pts_time=0.494211|dts=44478| > dts_time=0.494200|duration=3003|duration_time=0.033367|size=907|pos=31080|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=44479|pts_time=0.494211 > |pkt_dts=44478|pkt_dts_time=0.494200|best_effort_timestamp=44479|best_effort_t > imestamp_time=0.494211|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=31 > 080|pkt_size=907|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=16|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=44479|pts_time=0.494211 > |pkt_dts=44478|pkt_dts_time=0.494200|best_effort_timestamp=44479|best_effort_t > imestamp_time=0.494211|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=31 > 080|pkt_size=907|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=16|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=53488|pts_time=0.594311|dts=47481| > dts_time=0.527567|duration=3003|duration_time=0.033367|size=1362|pos=31987|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=47482|pts_time=0.527578 > |pkt_dts=47481|pkt_dts_time=0.527567|best_effort_timestamp=47482|best_effort_t > imestamp_time=0.527578|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=29 > 442|pkt_size=1638|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=15|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=47482|pts_time=0.527578 > |pkt_dts=47481|pkt_dts_time=0.527567|best_effort_timestamp=47482|best_effort_t > imestamp_time=0.527578|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=29 > 442|pkt_size=1638|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=15|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=50485|pts_time=0.560944|dts=50484| > dts_time=0.560933|duration=3003|duration_time=0.033367|size=682|pos=33349|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=50485|pts_time=0.560944 > |pkt_dts=50484|pkt_dts_time=0.560933|best_effort_timestamp=50485|best_effort_t > imestamp_time=0.560944|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=33 > 349|pkt_size=682|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=18|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=50485|pts_time=0.560944 > |pkt_dts=50484|pkt_dts_time=0.560933|best_effort_timestamp=50485|best_effort_t > imestamp_time=0.560944|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=33 > 349|pkt_size=682|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=18|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=59494|pts_time=0.661044|dts=53487| > dts_time=0.594300|duration=3003|duration_time=0.033367|size=2917|pos=34031|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=53488|pts_time=0.594311 > |pkt_dts=53487|pkt_dts_time=0.594300|best_effort_timestamp=53488|best_effort_t > imestamp_time=0.594311|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=31 > 987|pkt_size=1362|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=17|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=53488|pts_time=0.594311 > |pkt_dts=53487|pkt_dts_time=0.594300|best_effort_timestamp=53488|best_effort_t > imestamp_time=0.594311|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=31 > 987|pkt_size=1362|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=17|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=56491|pts_time=0.627678|dts=56490| > dts_time=0.627667|duration=3003|duration_time=0.033367|size=1174|pos=36948|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=56491|pts_time=0.627678 > |pkt_dts=56490|pkt_dts_time=0.627667|best_effort_timestamp=56491|best_effort_t > imestamp_time=0.627678|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=36 > 948|pkt_size=1174|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=B|coded_picture_number=20|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=56491|pts_time=0.627678 > |pkt_dts=56490|pkt_dts_time=0.627667|best_effort_timestamp=56491|best_effort_t > imestamp_time=0.627678|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=36 > 948|pkt_size=1174|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=B|coded_picture_number=20|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=65500|pts_time=0.727778|dts=59493| > dts_time=0.661033|duration=3003|duration_time=0.033367|size=1748|pos=38122|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=59494|pts_time=0.661044 > |pkt_dts=59493|pkt_dts_time=0.661033|best_effort_timestamp=59494|best_effort_t > imestamp_time=0.661044|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=34 > 031|pkt_size=2917|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=19|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=59494|pts_time=0.661044 > |pkt_dts=59493|pkt_dts_time=0.661033|best_effort_timestamp=59494|best_effort_t > imestamp_time=0.661044|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=34 > 031|pkt_size=2917|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=19|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=62497|pts_time=0.694411|dts=62496| > dts_time=0.694400|duration=3003|duration_time=0.033367|size=926|pos=39870|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=62497|pts_time=0.694411 > |pkt_dts=62496|pkt_dts_time=0.694400|best_effort_timestamp=62497|best_effort_t > imestamp_time=0.694411|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=39 > 870|pkt_size=926|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=22|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=62497|pts_time=0.694411 > |pkt_dts=62496|pkt_dts_time=0.694400|best_effort_timestamp=62497|best_effort_t > imestamp_time=0.694411|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=39 > 870|pkt_size=926|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=22|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=68503|pts_time=0.761144|dts=65499| > dts_time=0.727767|duration=3003|duration_time=0.033367|size=918|pos=40796|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=65500|pts_time=0.727778 > |pkt_dts=65499|pkt_dts_time=0.727767|best_effort_timestamp=65500|best_effort_t > imestamp_time=0.727778|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=38 > 122|pkt_size=1748|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=21|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=65500|pts_time=0.727778 > |pkt_dts=65499|pkt_dts_time=0.727767|best_effort_timestamp=65500|best_effort_t > imestamp_time=0.727778|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=38 > 122|pkt_size=1748|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=21|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=71506|pts_time=0.794511|dts=68502| > dts_time=0.761133|duration=3003|duration_time=0.033367|size=3846|pos=41714|fla > gs=K_ > -frame|media_type=video|stream_index=0|key_frame=0|pts=68503|pts_time=0.761144 > |pkt_dts=68502|pkt_dts_time=0.761133|best_effort_timestamp=68503|best_effort_t > imestamp_time=0.761144|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=40 > 796|pkt_size=918|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=P|coded_picture_number=23|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=68503|pts_time=0.761144 > |pkt_dts=68502|pkt_dts_time=0.761133|best_effort_timestamp=68503|best_effort_t > imestamp_time=0.761144|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=40 > 796|pkt_size=918|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=P|coded_picture_number=23|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=77512|pts_time=0.861244|dts=71505| > dts_time=0.794500|duration=3003|duration_time=0.033367|size=1932|pos=45560|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=1|pts=71506|pts_time=0.794511 > |pkt_dts=71505|pkt_dts_time=0.794500|best_effort_timestamp=71506|best_effort_t > imestamp_time=0.794511|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=41 > 714|pkt_size=3846|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=I|coded_picture_number=24|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=1|pts=71506|pts_time=0.794511 > |pkt_dts=71505|pkt_dts_time=0.794500|best_effort_timestamp=71506|best_effort_t > imestamp_time=0.794511|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=41 > 714|pkt_size=3846|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=I|coded_picture_number=24|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=74509|pts_time=0.827878|dts=74508| > dts_time=0.827867|duration=3003|duration_time=0.033367|size=1159|pos=47492|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=74509|pts_time=0.827878 > |pkt_dts=74508|pkt_dts_time=0.827867|best_effort_timestamp=74509|best_effort_t > imestamp_time=0.827878|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=47 > 492|pkt_size=1159|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=B|coded_picture_number=26|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=74509|pts_time=0.827878 > |pkt_dts=74508|pkt_dts_time=0.827867|best_effort_timestamp=74509|best_effort_t > imestamp_time=0.827878|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=47 > 492|pkt_size=1159|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=B|coded_picture_number=26|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=83518|pts_time=0.927978|dts=77511| > dts_time=0.861233|duration=3003|duration_time=0.033367|size=1522|pos=48651|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=77512|pts_time=0.861244 > |pkt_dts=77511|pkt_dts_time=0.861233|best_effort_timestamp=77512|best_effort_t > imestamp_time=0.861244|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=45 > 560|pkt_size=1932|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=25|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=77512|pts_time=0.861244 > |pkt_dts=77511|pkt_dts_time=0.861233|best_effort_timestamp=77512|best_effort_t > imestamp_time=0.861244|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=45 > 560|pkt_size=1932|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=25|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=80515|pts_time=0.894611|dts=80514| > dts_time=0.894600|duration=3003|duration_time=0.033367|size=719|pos=50173|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=80515|pts_time=0.894611 > |pkt_dts=80514|pkt_dts_time=0.894600|best_effort_timestamp=80515|best_effort_t > imestamp_time=0.894611|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=50 > 173|pkt_size=719|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=28|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=80515|pts_time=0.894611 > |pkt_dts=80514|pkt_dts_time=0.894600|best_effort_timestamp=80515|best_effort_t > imestamp_time=0.894611|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=50 > 173|pkt_size=719|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=28|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=89524|pts_time=0.994711|dts=83517| > dts_time=0.927967|duration=3003|duration_time=0.033367|size=1700|pos=50892|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=83518|pts_time=0.927978 > |pkt_dts=83517|pkt_dts_time=0.927967|best_effort_timestamp=83518|best_effort_t > imestamp_time=0.927978|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=48 > 651|pkt_size=1522|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=27|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=83518|pts_time=0.927978 > |pkt_dts=83517|pkt_dts_time=0.927967|best_effort_timestamp=83518|best_effort_t > imestamp_time=0.927978|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=48 > 651|pkt_size=1522|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=27|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=86521|pts_time=0.961344|dts=86520| > dts_time=0.961333|duration=3003|duration_time=0.033367|size=1099|pos=52592|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=86521|pts_time=0.961344 > |pkt_dts=86520|pkt_dts_time=0.961333|best_effort_timestamp=86521|best_effort_t > imestamp_time=0.961344|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=52 > 592|pkt_size=1099|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=B|coded_picture_number=30|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=86521|pts_time=0.961344 > |pkt_dts=86520|pkt_dts_time=0.961333|best_effort_timestamp=86521|best_effort_t > imestamp_time=0.961344|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=52 > 592|pkt_size=1099|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=B|coded_picture_number=30|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=95530|pts_time=1.061444|dts=89523| > dts_time=0.994700|duration=3003|duration_time=0.033367|size=2558|pos=53691|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=89524|pts_time=0.994711 > |pkt_dts=89523|pkt_dts_time=0.994700|best_effort_timestamp=89524|best_effort_t > imestamp_time=0.994711|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=50 > 892|pkt_size=1700|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=29|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=89524|pts_time=0.994711 > |pkt_dts=89523|pkt_dts_time=0.994700|best_effort_timestamp=89524|best_effort_t > imestamp_time=0.994711|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=50 > 892|pkt_size=1700|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=29|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=92527|pts_time=1.028078|dts=92526| > dts_time=1.028067|duration=3003|duration_time=0.033367|size=1008|pos=56249|fla > gs=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=92527|pts_time=1.028078 > |pkt_dts=92526|pkt_dts_time=1.028067|best_effort_timestamp=92527|best_effort_t > imestamp_time=1.028078|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=56 > 249|pkt_size=1008|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=B|coded_picture_number=32|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=92527|pts_time=1.028078 > |pkt_dts=92526|pkt_dts_time=1.028067|best_effort_timestamp=92527|best_effort_t > imestamp_time=1.028078|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=56 > 249|pkt_size=1008|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=B|coded_picture_number=32|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=101536|pts_time=1.128178|dts=95529 > |dts_time=1.061433|duration=3003|duration_time=0.033367|size=1236|pos=57257|fl > ags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=95530|pts_time=1.061444 > |pkt_dts=95529|pkt_dts_time=1.061433|best_effort_timestamp=95530|best_effort_t > imestamp_time=1.061444|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=53 > 691|pkt_size=2558|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=31|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side > _data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=95530|pts_time=1.061444 > |pkt_dts=95529|pkt_dts_time=1.061433|best_effort_timestamp=95530|best_effort_t > imestamp_time=1.061444|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=53 > 691|pkt_size=2558|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1 > |pict_type=P|coded_picture_number=31|display_picture_number=0|interlaced_frame > =0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_ > primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|sid > e_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=98533|pts_time=1.094811|dts=98532| > dts_time=1.094800|duration=3003|duration_time=0.033367|size=607|pos=58493|flag > s=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=98533|pts_time=1.094811 > |pkt_dts=98532|pkt_dts_time=1.094800|best_effort_timestamp=98533|best_effort_t > imestamp_time=1.094811|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=58 > 493|pkt_size=607|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=34|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_ > data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=98533|pts_time=1.094811 > |pkt_dts=98532|pkt_dts_time=1.094800|best_effort_timestamp=98533|best_effort_t > imestamp_time=1.094811|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=58 > 493|pkt_size=607|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1| > pict_type=B|coded_picture_number=34|display_picture_number=0|interlaced_frame= > 0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_p > rimaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side > _data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=107542|pts_time=1.194911|dts=10153 > 5|dts_time=1.128167|duration=3003|duration_time=0.033367|size=1883|pos=59100|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=101536|pts_time=1.12817 > 8|pkt_dts=101535|pkt_dts_time=1.128167|best_effort_timestamp=101536|best_effor > t_timestamp_time=1.128178|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =57257|pkt_size=1236|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=33|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=101536|pts_time=1.12817 > 8|pkt_dts=101535|pkt_dts_time=1.128167|best_effort_timestamp=101536|best_effor > t_timestamp_time=1.128178|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =57257|pkt_size=1236|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=33|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=104539|pts_time=1.161544|dts=10453 > 8|dts_time=1.161533|duration=3003|duration_time=0.033367|size=893|pos=60983|fl > ags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=104539|pts_time=1.16154 > 4|pkt_dts=104538|pkt_dts_time=1.161533|best_effort_timestamp=104539|best_effor > t_timestamp_time=1.161544|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =60983|pkt_size=893|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=36|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|si > de_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=104539|pts_time=1.16154 > 4|pkt_dts=104538|pkt_dts_time=1.161533|best_effort_timestamp=104539|best_effor > t_timestamp_time=1.161544|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =60983|pkt_size=893|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=36|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=113548|pts_time=1.261644|dts=10754 > 1|dts_time=1.194900|duration=3003|duration_time=0.033367|size=1305|pos=61876|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=107542|pts_time=1.19491 > 1|pkt_dts=107541|pkt_dts_time=1.194900|best_effort_timestamp=107542|best_effor > t_timestamp_time=1.194911|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =59100|pkt_size=1883|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=35|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=107542|pts_time=1.19491 > 1|pkt_dts=107541|pkt_dts_time=1.194900|best_effort_timestamp=107542|best_effor > t_timestamp_time=1.194911|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =59100|pkt_size=1883|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=35|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=110545|pts_time=1.228278|dts=11054 > 4|dts_time=1.228267|duration=3003|duration_time=0.033367|size=472|pos=63181|fl > ags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=110545|pts_time=1.22827 > 8|pkt_dts=110544|pkt_dts_time=1.228267|best_effort_timestamp=110545|best_effor > t_timestamp_time=1.228278|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =63181|pkt_size=472|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=38|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|si > de_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=110545|pts_time=1.22827 > 8|pkt_dts=110544|pkt_dts_time=1.228267|best_effort_timestamp=110545|best_effor > t_timestamp_time=1.228278|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =63181|pkt_size=472|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=38|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=119554|pts_time=1.328378|dts=11354 > 7|dts_time=1.261633|duration=3003|duration_time=0.033367|size=1411|pos=63653|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=113548|pts_time=1.26164 > 4|pkt_dts=113547|pkt_dts_time=1.261633|best_effort_timestamp=113548|best_effor > t_timestamp_time=1.261644|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =61876|pkt_size=1305|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=37|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=113548|pts_time=1.26164 > 4|pkt_dts=113547|pkt_dts_time=1.261633|best_effort_timestamp=113548|best_effor > t_timestamp_time=1.261644|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =61876|pkt_size=1305|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=37|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=116551|pts_time=1.295011|dts=11655 > 0|dts_time=1.295000|duration=3003|duration_time=0.033367|size=616|pos=65064|fl > ags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=116551|pts_time=1.29501 > 1|pkt_dts=116550|pkt_dts_time=1.295000|best_effort_timestamp=116551|best_effor > t_timestamp_time=1.295011|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =65064|pkt_size=616|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=40|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|si > de_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=116551|pts_time=1.29501 > 1|pkt_dts=116550|pkt_dts_time=1.295000|best_effort_timestamp=116551|best_effor > t_timestamp_time=1.295011|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =65064|pkt_size=616|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=40|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=125560|pts_time=1.395111|dts=11955 > 3|dts_time=1.328367|duration=3003|duration_time=0.033367|size=1291|pos=65680|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=119554|pts_time=1.32837 > 8|pkt_dts=119553|pkt_dts_time=1.328367|best_effort_timestamp=119554|best_effor > t_timestamp_time=1.328378|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =63653|pkt_size=1411|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=39|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=119554|pts_time=1.32837 > 8|pkt_dts=119553|pkt_dts_time=1.328367|best_effort_timestamp=119554|best_effor > t_timestamp_time=1.328378|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =63653|pkt_size=1411|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=39|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=122557|pts_time=1.361744|dts=12255 > 6|dts_time=1.361733|duration=3003|duration_time=0.033367|size=470|pos=66971|fl > ags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=122557|pts_time=1.36174 > 4|pkt_dts=122556|pkt_dts_time=1.361733|best_effort_timestamp=122557|best_effor > t_timestamp_time=1.361744|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =66971|pkt_size=470|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=42|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|si > de_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=122557|pts_time=1.36174 > 4|pkt_dts=122556|pkt_dts_time=1.361733|best_effort_timestamp=122557|best_effor > t_timestamp_time=1.361744|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =66971|pkt_size=470|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=42|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=131566|pts_time=1.461844|dts=12555 > 9|dts_time=1.395100|duration=3003|duration_time=0.033367|size=1977|pos=67441|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=125560|pts_time=1.39511 > 1|pkt_dts=125559|pkt_dts_time=1.395100|best_effort_timestamp=125560|best_effor > t_timestamp_time=1.395111|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =65680|pkt_size=1291|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=41|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=125560|pts_time=1.39511 > 1|pkt_dts=125559|pkt_dts_time=1.395100|best_effort_timestamp=125560|best_effor > t_timestamp_time=1.395111|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =65680|pkt_size=1291|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=41|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=128563|pts_time=1.428478|dts=12856 > 2|dts_time=1.428467|duration=3003|duration_time=0.033367|size=436|pos=69418|fl > ags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=128563|pts_time=1.42847 > 8|pkt_dts=128562|pkt_dts_time=1.428467|best_effort_timestamp=128563|best_effor > t_timestamp_time=1.428478|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =69418|pkt_size=436|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=44|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|si > de_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=128563|pts_time=1.42847 > 8|pkt_dts=128562|pkt_dts_time=1.428467|best_effort_timestamp=128563|best_effor > t_timestamp_time=1.428478|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =69418|pkt_size=436|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=44|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=137572|pts_time=1.528578|dts=13156 > 5|dts_time=1.461833|duration=3003|duration_time=0.033367|size=2566|pos=69854|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=131566|pts_time=1.46184 > 4|pkt_dts=131565|pkt_dts_time=1.461833|best_effort_timestamp=131566|best_effor > t_timestamp_time=1.461844|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =67441|pkt_size=1977|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=43|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=131566|pts_time=1.46184 > 4|pkt_dts=131565|pkt_dts_time=1.461833|best_effort_timestamp=131566|best_effor > t_timestamp_time=1.461844|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =67441|pkt_size=1977|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=43|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=134569|pts_time=1.495211|dts=13456 > 8|dts_time=1.495200|duration=3003|duration_time=0.033367|size=886|pos=72420|fl > ags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=134569|pts_time=1.49521 > 1|pkt_dts=134568|pkt_dts_time=1.495200|best_effort_timestamp=134569|best_effor > t_timestamp_time=1.495211|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =72420|pkt_size=886|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=46|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|si > de_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=134569|pts_time=1.49521 > 1|pkt_dts=134568|pkt_dts_time=1.495200|best_effort_timestamp=134569|best_effor > t_timestamp_time=1.495211|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =72420|pkt_size=886|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=46|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=140575|pts_time=1.561944|dts=13757 > 1|dts_time=1.528567|duration=3003|duration_time=0.033367|size=1330|pos=73306|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=137572|pts_time=1.52857 > 8|pkt_dts=137571|pkt_dts_time=1.528567|best_effort_timestamp=137572|best_effor > t_timestamp_time=1.528578|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =69854|pkt_size=2566|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=45|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=137572|pts_time=1.52857 > 8|pkt_dts=137571|pkt_dts_time=1.528567|best_effort_timestamp=137572|best_effor > t_timestamp_time=1.528578|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =69854|pkt_size=2566|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=45|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=143578|pts_time=1.595311|dts=14057 > 4|dts_time=1.561933|duration=3003|duration_time=0.033367|size=2227|pos=74636|f > lags=K_ > -frame|media_type=video|stream_index=0|key_frame=0|pts=140575|pts_time=1.56194 > 4|pkt_dts=140574|pkt_dts_time=1.561933|best_effort_timestamp=140575|best_effor > t_timestamp_time=1.561944|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =73306|pkt_size=1330|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=47|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=140575|pts_time=1.56194 > 4|pkt_dts=140574|pkt_dts_time=1.561933|best_effort_timestamp=140575|best_effor > t_timestamp_time=1.561944|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =73306|pkt_size=1330|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=47|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=149584|pts_time=1.662044|dts=14357 > 7|dts_time=1.595300|duration=3003|duration_time=0.033367|size=2210|pos=76863|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=1|pts=143578|pts_time=1.59531 > 1|pkt_dts=143577|pkt_dts_time=1.595300|best_effort_timestamp=143578|best_effor > t_timestamp_time=1.595311|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =74636|pkt_size=2227|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=I|coded_picture_number=48|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=1|pts=143578|pts_time=1.59531 > 1|pkt_dts=143577|pkt_dts_time=1.595300|best_effort_timestamp=143578|best_effor > t_timestamp_time=1.595311|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =74636|pkt_size=2227|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=I|coded_picture_number=48|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=146581|pts_time=1.628678|dts=14658 > 0|dts_time=1.628667|duration=3003|duration_time=0.033367|size=1498|pos=79073|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=146581|pts_time=1.62867 > 8|pkt_dts=146580|pkt_dts_time=1.628667|best_effort_timestamp=146581|best_effor > t_timestamp_time=1.628678|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =79073|pkt_size=1498|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=50|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=146581|pts_time=1.62867 > 8|pkt_dts=146580|pkt_dts_time=1.628667|best_effort_timestamp=146581|best_effor > t_timestamp_time=1.628678|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =79073|pkt_size=1498|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=50|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=155590|pts_time=1.728778|dts=14958 > 3|dts_time=1.662033|duration=3003|duration_time=0.033367|size=1721|pos=80571|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=149584|pts_time=1.66204 > 4|pkt_dts=149583|pkt_dts_time=1.662033|best_effort_timestamp=149584|best_effor > t_timestamp_time=1.662044|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =76863|pkt_size=2210|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=49|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=149584|pts_time=1.66204 > 4|pkt_dts=149583|pkt_dts_time=1.662033|best_effort_timestamp=149584|best_effor > t_timestamp_time=1.662044|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =76863|pkt_size=2210|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=49|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=152587|pts_time=1.695411|dts=15258 > 6|dts_time=1.695400|duration=3003|duration_time=0.033367|size=1238|pos=82292|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=152587|pts_time=1.69541 > 1|pkt_dts=152586|pkt_dts_time=1.695400|best_effort_timestamp=152587|best_effor > t_timestamp_time=1.695411|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =82292|pkt_size=1238|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=52|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=152587|pts_time=1.69541 > 1|pkt_dts=152586|pkt_dts_time=1.695400|best_effort_timestamp=152587|best_effor > t_timestamp_time=1.695411|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =82292|pkt_size=1238|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=52|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=161596|pts_time=1.795511|dts=15558 > 9|dts_time=1.728767|duration=3003|duration_time=0.033367|size=1753|pos=83530|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=155590|pts_time=1.72877 > 8|pkt_dts=155589|pkt_dts_time=1.728767|best_effort_timestamp=155590|best_effor > t_timestamp_time=1.728778|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =80571|pkt_size=1721|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=51|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=155590|pts_time=1.72877 > 8|pkt_dts=155589|pkt_dts_time=1.728767|best_effort_timestamp=155590|best_effor > t_timestamp_time=1.728778|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =80571|pkt_size=1721|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=51|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=158593|pts_time=1.762144|dts=15859 > 2|dts_time=1.762133|duration=3003|duration_time=0.033367|size=1014|pos=85283|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=158593|pts_time=1.76214 > 4|pkt_dts=158592|pkt_dts_time=1.762133|best_effort_timestamp=158593|best_effor > t_timestamp_time=1.762144|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =85283|pkt_size=1014|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=54|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=158593|pts_time=1.76214 > 4|pkt_dts=158592|pkt_dts_time=1.762133|best_effort_timestamp=158593|best_effor > t_timestamp_time=1.762144|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =85283|pkt_size=1014|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=54|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=167602|pts_time=1.862244|dts=16159 > 5|dts_time=1.795500|duration=3003|duration_time=0.033367|size=2408|pos=86297|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=161596|pts_time=1.79551 > 1|pkt_dts=161595|pkt_dts_time=1.795500|best_effort_timestamp=161596|best_effor > t_timestamp_time=1.795511|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =83530|pkt_size=1753|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=53|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=161596|pts_time=1.79551 > 1|pkt_dts=161595|pkt_dts_time=1.795500|best_effort_timestamp=161596|best_effor > t_timestamp_time=1.795511|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =83530|pkt_size=1753|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=53|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=164599|pts_time=1.828878|dts=16459 > 8|dts_time=1.828867|duration=3003|duration_time=0.033367|size=1727|pos=88705|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=164599|pts_time=1.82887 > 8|pkt_dts=164598|pkt_dts_time=1.828867|best_effort_timestamp=164599|best_effor > t_timestamp_time=1.828878|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =88705|pkt_size=1727|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=56|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=164599|pts_time=1.82887 > 8|pkt_dts=164598|pkt_dts_time=1.828867|best_effort_timestamp=164599|best_effor > t_timestamp_time=1.828878|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =88705|pkt_size=1727|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=56|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=173608|pts_time=1.928978|dts=16760 > 1|dts_time=1.862233|duration=3003|duration_time=0.033367|size=1504|pos=90432|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=167602|pts_time=1.86224 > 4|pkt_dts=167601|pkt_dts_time=1.862233|best_effort_timestamp=167602|best_effor > t_timestamp_time=1.862244|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =86297|pkt_size=2408|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=55|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=167602|pts_time=1.86224 > 4|pkt_dts=167601|pkt_dts_time=1.862233|best_effort_timestamp=167602|best_effor > t_timestamp_time=1.862244|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =86297|pkt_size=2408|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=55|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=170605|pts_time=1.895611|dts=17060 > 4|dts_time=1.895600|duration=3003|duration_time=0.033367|size=957|pos=91936|fl > ags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=170605|pts_time=1.89561 > 1|pkt_dts=170604|pkt_dts_time=1.895600|best_effort_timestamp=170605|best_effor > t_timestamp_time=1.895611|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =91936|pkt_size=957|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=58|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|si > de_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=170605|pts_time=1.89561 > 1|pkt_dts=170604|pkt_dts_time=1.895600|best_effort_timestamp=170605|best_effor > t_timestamp_time=1.895611|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =91936|pkt_size=957|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2 > :1|pict_type=B|coded_picture_number=58|display_picture_number=0|interlaced_fra > me=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|colo > r_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=179614|pts_time=1.995711|dts=17360 > 7|dts_time=1.928967|duration=3003|duration_time=0.033367|size=1890|pos=92893|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=173608|pts_time=1.92897 > 8|pkt_dts=173607|pkt_dts_time=1.928967|best_effort_timestamp=173608|best_effor > t_timestamp_time=1.928978|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =90432|pkt_size=1504|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=57|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=173608|pts_time=1.92897 > 8|pkt_dts=173607|pkt_dts_time=1.928967|best_effort_timestamp=173608|best_effor > t_timestamp_time=1.928978|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =90432|pkt_size=1504|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=57|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=176611|pts_time=1.962344|dts=17661 > 0|dts_time=1.962333|duration=3003|duration_time=0.033367|size=1239|pos=94783|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=176611|pts_time=1.96234 > 4|pkt_dts=176610|pkt_dts_time=1.962333|best_effort_timestamp=176611|best_effor > t_timestamp_time=1.962344|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =94783|pkt_size=1239|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=60|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=176611|pts_time=1.96234 > 4|pkt_dts=176610|pkt_dts_time=1.962333|best_effort_timestamp=176611|best_effor > t_timestamp_time=1.962344|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =94783|pkt_size=1239|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=60|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=185620|pts_time=2.062444|dts=17961 > 3|dts_time=1.995700|duration=3003|duration_time=0.033367|size=1856|pos=96022|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=179614|pts_time=1.99571 > 1|pkt_dts=179613|pkt_dts_time=1.995700|best_effort_timestamp=179614|best_effor > t_timestamp_time=1.995711|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =92893|pkt_size=1890|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=59|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=179614|pts_time=1.99571 > 1|pkt_dts=179613|pkt_dts_time=1.995700|best_effort_timestamp=179614|best_effor > t_timestamp_time=1.995711|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =92893|pkt_size=1890|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=59|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=182617|pts_time=2.029078|dts=18261 > 6|dts_time=2.029067|duration=3003|duration_time=0.033367|size=1302|pos=97878|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=182617|pts_time=2.02907 > 8|pkt_dts=182616|pkt_dts_time=2.029067|best_effort_timestamp=182617|best_effor > t_timestamp_time=2.029078|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =97878|pkt_size=1302|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=62|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=182617|pts_time=2.02907 > 8|pkt_dts=182616|pkt_dts_time=2.029067|best_effort_timestamp=182617|best_effor > t_timestamp_time=2.029078|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =97878|pkt_size=1302|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=62|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=191626|pts_time=2.129178|dts=18561 > 9|dts_time=2.062433|duration=3003|duration_time=0.033367|size=1666|pos=99180|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=185620|pts_time=2.06244 > 4|pkt_dts=185619|pkt_dts_time=2.062433|best_effort_timestamp=185620|best_effor > t_timestamp_time=2.062444|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =96022|pkt_size=1856|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=61|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=185620|pts_time=2.06244 > 4|pkt_dts=185619|pkt_dts_time=2.062433|best_effort_timestamp=185620|best_effor > t_timestamp_time=2.062444|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =96022|pkt_size=1856|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=P|coded_picture_number=61|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=188623|pts_time=2.095811|dts=18862 > 2|dts_time=2.095800|duration=3003|duration_time=0.033367|size=974|pos=100846|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=188623|pts_time=2.09581 > 1|pkt_dts=188622|pkt_dts_time=2.095800|best_effort_timestamp=188623|best_effor > t_timestamp_time=2.095811|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =100846|pkt_size=974|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=64|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|s > ide_data_type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=188623|pts_time=2.09581 > 1|pkt_dts=188622|pkt_dts_time=2.095800|best_effort_timestamp=188623|best_effor > t_timestamp_time=2.095811|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos > =100846|pkt_size=974|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio= > 2:1|pict_type=B|coded_picture_number=64|display_picture_number=0|interlaced_fr > ame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|col > or_primaries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data| > side_data_type=H.26[45] User Data Unregistered SEI message > > packet|codec_type=video|stream_index=0|pts=197632|pts_time=2.195911|dts=19162 > 5|dts_time=2.129167|duration=3003|duration_time=0.033367|size=580|pos=101820|f > lags=__ > -frame|media_type=video|stream_index=0|key_frame=0|pts=191626|pts_time=2.12917 > 8|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=191626|best_effort_timest > amp_time=2.129178|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=99180|p > kt_size=1666|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1|pict > _type=P|coded_picture_number=63|display_picture_number=0|interlaced_frame=0|to > p_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_prima > ries=smpte170m|color_transfer=bt709|chroma_location=topleftside_data|side_data > _type=H.26[45] User Data Unregistered SEI message > +frame|media_type=video|stream_index=0|key_frame=0|pts=191626|pts_time=2.12917 > 8|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=191626|best_effort_timest > amp_time=2.129178|pkt_duration=3003|pkt_duration_time=0.033367|pkt_pos=99180|p > kt_size=1666|width=160|height=240|pix_fmt=yuv420p|sample_aspect_ratio=2:1|pict > _type=P|coded_picture_number=63|display_picture_number=0|interlaced_frame=0|to > p_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color_prima > ries=smpte170m|color_transfer=bt709|chroma_location=topleft|side_data|side_dat > a_type=H.26[45] User Data Unregistered SEI message > > -stream|index=0|codec_name=h264|profile=77|codec_type=video|codec_tag_string=a > vc1|codec_tag=0x31637661|width=160|height=240|coded_width=160|coded_height=240 > |closed_captions=0|film_grain=0|has_b_frames=1|sample_aspect_ratio=2:1|display > _aspect_ratio=4:3|pix_fmt=yuv420p|level=12|color_range=tv|color_space=smpte170 > m|color_transfer=bt709|color_primaries=smpte170m|chroma_location=topleft|field > _order=progressive|refs=2|is_avc=true|nal_length_size=4|id=0x1|r_frame_rate=30 > 000/1001|avg_frame_rate=6372000/212521|time_base=1/90000|start_pts=0|start_tim > e=0.000000|duration_ts=2125200|duration=23.613333|bit_rate=333874|max_bit_rate > =N/A|bits_per_raw_sample=8|nb_frames=708|nb_read_frames=65|nb_read_packets=66| > extradata_size=34|disposition:default=1|disposition:dub=0|disposition:original > =0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|dispositio > n:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|dispos > ition:clean_effects=0|disposition:attached_pic=0|disposition:t > imed_thumbnails=0|disposition:captions=0|disposition:descriptions=0|dispositi > on:metadata=0|disposition:dependent=0|disposition:still_image=0|tag:creation_t > ime=2008-05-12T20:59:27.000000Z|tag:language=eng|tag:handler_name=Apple Video > Media Handler|tag:vendor_id=appl|tag:encoder=H.264 > -side_data|side_data_type=Display > Matrix|displaymatrix=\n00000000: 131072 0 0\n0000000 > 1: 0 65536 0\n00000002: 0 0 1 > 073741824\n|rotation=0 > +stream|index=0|codec_name=h264|profile=77|codec_type=video|codec_tag_string=a > vc1|codec_tag=0x31637661|width=160|height=240|coded_width=160|coded_height=240 > |closed_captions=0|film_grain=0|has_b_frames=1|sample_aspect_ratio=2:1|display > _aspect_ratio=4:3|pix_fmt=yuv420p|level=12|color_range=tv|color_space=smpte170 > m|color_transfer=bt709|color_primaries=smpte170m|chroma_location=topleft|field > _order=progressive|refs=2|is_avc=true|nal_length_size=4|id=0x1|r_frame_rate=30 > 000/1001|avg_frame_rate=6372000/212521|time_base=1/90000|start_pts=0|start_tim > e=0.000000|duration_ts=2125200|duration=23.613333|bit_rate=333874|max_bit_rate > =N/A|bits_per_raw_sample=8|nb_frames=708|nb_read_frames=65|nb_read_packets=66| > extradata_size=34|disposition:default=1|disposition:dub=0|disposition:original > =0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|dispositio > n:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|dispos > ition:clean_effects=0|disposition:attached_pic=0|disposition:t > imed_thumbnails=0|disposition:captions=0|disposition:descriptions=0|dispositi > on:metadata=0|disposition:dependent=0|disposition:still_image=0|tag:creation_t > ime=2008-05-12T20:59:27.000000Z|tag:language=eng|tag:handler_name=Apple Video > Media > Handler|tag:vendor_id=appl|tag:encoder=H.264|side_data|side_data_type=Display > Matrix|displaymatrix=\n00000000: 131072 0 0\n0000000 > 1: 0 65536 0\n00000002: 0 0 1 > 073741824\n|rotation=0 > diff --git a/tests/ref/fate/oggopus-demux b/tests/ref/fate/oggopus-demux > index ab5ba2a93b..7ea5dfe8a0 100644 > --- a/tests/ref/fate/oggopus-demux > +++ b/tests/ref/fate/oggopus-demux > @@ -1,4 +1,4 @@ > -packet|codec_type=audio|stream_index=0|pts=-356|pts_time=-0.007417|dts=- > 356|dts_time=- > 0.007417|duration=960|duration_time=0.020000|size=402|pos=841|flags=K_side_dat > a|side_data_type=Skip > Samples|skip_samples=356|discard_padding=0|skip_reason=0|discard_reason=0 > +packet|codec_type=audio|stream_index=0|pts=-356|pts_time=-0.007417|dts=- > 356|dts_time=- > 0.007417|duration=960|duration_time=0.020000|size=402|pos=841|flags=K_|side_da > ta|side_data_type=Skip > Samples|skip_samples=356|discard_padding=0|skip_reason=0|discard_reason=0 > |data_hash=CRC32:052ff811 > packet|codec_type=audio|stream_index=0|pts=604|pts_time=0.012583|dts=604|dts_ > time=0.012583|duration=960|duration_time=0.020000|size=216|pos=841|flags=K_|da > ta_hash=CRC32:77f232d3 > packet|codec_type=audio|stream_index=0|pts=1564|pts_time=0.032583|dts=1564|dt > s_time=0.032583|duration=960|duration_time=0.020000|size=215|pos=841|flags=K_| > data_hash=CRC32:3746e223 > @@ -39,7 +39,7 @@ > packet|codec_type=audio|stream_index=0|pts=34204|pts_time=0.712583|dts=34204|d > ts > packet|codec_type=audio|stream_index=0|pts=35164|pts_time=0.732583|dts=35164| > dts_time=0.732583|duration=960|duration_time=0.020000|size=219|pos=841|flags=K > _|data_hash=CRC32:aba60587 > packet|codec_type=audio|stream_index=0|pts=36124|pts_time=0.752583|dts=36124| > dts_time=0.752583|duration=960|duration_time=0.020000|size=217|pos=841|flags=K > _|data_hash=CRC32:b04fe85a > packet|codec_type=audio|stream_index=0|pts=37084|pts_time=0.772583|dts=37084| > dts_time=0.772583|duration=960|duration_time=0.020000|size=217|pos=841|flags=K > _|data_hash=CRC32:06797ece > -packet|codec_type=audio|stream_index=0|pts=38044|pts_time=0.792583|dts=38044| > dts_time=0.792583|duration=356|duration_time=0.007417|size=359|pos=841|flags=K > _side_data|side_data_type=Skip > Samples|skip_samples=0|discard_padding=604|skip_reason=0|discard_reason=0 > +packet|codec_type=audio|stream_index=0|pts=38044|pts_time=0.792583|dts=38044| > dts_time=0.792583|duration=356|duration_time=0.007417|size=359|pos=841|flags=K > _|side_data|side_data_type=Skip > Samples|skip_samples=0|discard_padding=604|skip_reason=0|discard_reason=0 > |data_hash=CRC32:01ca3f8f > stream|index=0|codec_name=opus|profile=unknown|codec_type=audio|codec_tag_str > ing=[0][0][0][0]|codec_tag=0x0000|sample_fmt=fltp|sample_rate=48000|channels=2 > |channel_layout=stereo|bits_per_sample=0|id=N/A|r_frame_rate=0/0|avg_frame_rat > e=0/0|time_base=1/48000|start_pts=0|start_time=0.000000|duration_ts=38756|dura > tion=0.807417|bit_rate=N/A|max_bit_rate=N/A|bits_per_raw_sample=N/A|nb_frames= > N/A|nb_read_frames=N/A|nb_read_packets=41|extradata_size=19|extradata_hash=CRC > 32:58ba5ff3|disposition:default=0|disposition:dub=0|disposition:original=0|dis > position:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forc > ed=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition: > clean_effects=0|disposition:attached_pic=0|disposition:timed_thumbnails=0|disp > osition:captions=0|disposition:descriptions=0|disposition:metadata=0|dispositi > on:dependent=0|disposition:still_image=0|tag:ENCODER=opusenc from opus-tools > 0.1.9|tag:ENCODER_OPTIONS=--discard-comments > format|filename=intro- > partial.opus|nb_streams=1|nb_programs=0|format_name=ogg|start_time=0.000000|du > ration=0.807417|size=10250|bit_rate=101558|probe_score=100 > diff --git a/tests/ref/fate/ts-demux b/tests/ref/fate/ts-demux > index 9702feb0d6..a90c65ce1c 100644 > --- a/tests/ref/fate/ts-demux > +++ b/tests/ref/fate/ts-demux > @@ -1,48 +1,47 @@ > -packet|codec_type=video|stream_index=0|pts=3912669846|pts_time=43474.109400|d > ts=3912665342|dts_time=43474.059356|duration=1501|duration_time=0.016678|size= > 114336|pos=376|flags=K_side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912669846|pts_time=43474.109400|d > ts=3912665342|dts_time=43474.059356|duration=1501|duration_time=0.016678|size= > 114336|pos=376|flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:9bc8b561 > -packet|codec_type=video|stream_index=0|pts=3912666843|pts_time=43474.076033|d > ts=3912666843|dts_time=43474.076033|duration=1501|duration_time=0.016678|size= > 12560|pos=122012|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912666843|pts_time=43474.076033|d > ts=3912666843|dts_time=43474.076033|duration=1501|duration_time=0.016678|size= > 12560|pos=122012|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:4f8c97dd > -packet|codec_type=video|stream_index=0|pts=3912668345|pts_time=43474.092722|d > ts=3912668345|dts_time=43474.092722|duration=1501|duration_time=0.016678|size= > 12704|pos=135548|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912668345|pts_time=43474.092722|d > ts=3912668345|dts_time=43474.092722|duration=1501|duration_time=0.016678|size= > 12704|pos=135548|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:27f259db > -packet|codec_type=video|stream_index=0|pts=3912674351|pts_time=43474.159456|d > ts=3912669846|dts_time=43474.109400|duration=1501|duration_time=0.016678|size= > 51976|pos=149084|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912674351|pts_time=43474.159456|d > ts=3912669846|dts_time=43474.109400|duration=1501|duration_time=0.016678|size= > 51976|pos=149084|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:a6588b80 > -packet|codec_type=video|stream_index=0|pts=3912671348|pts_time=43474.126089|d > ts=3912671348|dts_time=43474.126089|duration=1501|duration_time=0.016678|size= > 13096|pos=204356|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912671348|pts_time=43474.126089|d > ts=3912671348|dts_time=43474.126089|duration=1501|duration_time=0.016678|size= > 13096|pos=204356|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:33547f9f > -packet|codec_type=video|stream_index=0|pts=3912672849|pts_time=43474.142767|d > ts=3912672849|dts_time=43474.142767|duration=1501|duration_time=0.016678|size= > 13744|pos=218456|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912672849|pts_time=43474.142767|d > ts=3912672849|dts_time=43474.142767|duration=1501|duration_time=0.016678|size= > 13744|pos=218456|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:547f3d4e > -packet|codec_type=video|stream_index=0|pts=3912678855|pts_time=43474.209500|d > ts=3912674351|dts_time=43474.159456|duration=1501|duration_time=0.016678|size= > 56568|pos=232932|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912678855|pts_time=43474.209500|d > ts=3912674351|dts_time=43474.159456|duration=1501|duration_time=0.016678|size= > 56568|pos=232932|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:fb5f4b9e > -packet|codec_type=video|stream_index=0|pts=3912675852|pts_time=43474.176133|d > ts=3912675852|dts_time=43474.176133|duration=1501|duration_time=0.016678|size= > 14720|pos=293092|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912675852|pts_time=43474.176133|d > ts=3912675852|dts_time=43474.176133|duration=1501|duration_time=0.016678|size= > 14720|pos=293092|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:1fb84db4 > -packet|codec_type=video|stream_index=0|pts=3912677354|pts_time=43474.192822|d > ts=3912677354|dts_time=43474.192822|duration=1501|duration_time=0.016678|size= > 15216|pos=309072|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912677354|pts_time=43474.192822|d > ts=3912677354|dts_time=43474.192822|duration=1501|duration_time=0.016678|size= > 15216|pos=309072|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:77516f2c > -packet|codec_type=video|stream_index=0|pts=3912683360|pts_time=43474.259556|d > ts=3912678855|dts_time=43474.209500|duration=1501|duration_time=0.016678|size= > 61720|pos=325240|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912683360|pts_time=43474.259556|d > ts=3912678855|dts_time=43474.209500|duration=1501|duration_time=0.016678|size= > 61720|pos=325240|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:7e6594e5 > -packet|codec_type=video|stream_index=0|pts=3912680357|pts_time=43474.226189|d > ts=3912680357|dts_time=43474.226189|duration=1501|duration_time=0.016678|size= > 17416|pos=390852|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912680357|pts_time=43474.226189|d > ts=3912680357|dts_time=43474.226189|duration=1501|duration_time=0.016678|size= > 17416|pos=390852|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:31c8b89d > -packet|codec_type=audio|stream_index=1|pts=3912633305|pts_time=43473.703389|d > ts=3912633305|dts_time=43473.703389|duration=2880|duration_time=0.032000|size= > 1536|pos=218080|flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=1|pts=3912633305|pts_time=43473.703389|d > ts=3912633305|dts_time=43473.703389|duration=2880|duration_time=0.032000|size= > 1536|pos=218080|flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:25b60d38 > packet|codec_type=audio|stream_index=1|pts=3912636185|pts_time=43473.735389|d > ts=3912636185|dts_time=43473.735389|duration=2880|duration_time=0.032000|size= > 1536|pos=N/A|flags=K_|data_hash=CRC32:d4e30aaf > packet|codec_type=audio|stream_index=1|pts=3912639065|pts_time=43473.767389|d > ts=3912639065|dts_time=43473.767389|duration=2880|duration_time=0.032000|size= > 1536|pos=N/A|flags=K_|data_hash=CRC32:32d6d14d > -packet|codec_type=audio|stream_index=2|pts=3912634060|pts_time=43473.711778|d > ts=3912634060|dts_time=43473.711778|duration=2880|duration_time=0.032000|size= > 768|pos=235564|flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=2|pts=3912634060|pts_time=43473.711778|d > ts=3912634060|dts_time=43473.711778|duration=2880|duration_time=0.032000|size= > 768|pos=235564|flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:34b350c9 > packet|codec_type=audio|stream_index=2|pts=3912636940|pts_time=43473.743778|d > ts=3912636940|dts_time=43473.743778|duration=2880|duration_time=0.032000|size= > 768|pos=N/A|flags=K_|data_hash=CRC32:457881f8 > packet|codec_type=audio|stream_index=2|pts=3912639820|pts_time=43473.775778|d > ts=3912639820|dts_time=43473.775778|duration=2880|duration_time=0.032000|size= > 768|pos=N/A|flags=K_|data_hash=CRC32:1abb0d9a > -packet|codec_type=video|stream_index=0|pts=3912681858|pts_time=43474.242867|d > ts=3912681858|dts_time=43474.242867|duration=1501|duration_time=0.016678|size= > 18144|pos=409464|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912681858|pts_time=43474.242867|d > ts=3912681858|dts_time=43474.242867|duration=1501|duration_time=0.016678|size= > 18144|pos=409464|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:826f8e8e > -packet|codec_type=video|stream_index=0|pts=3912687864|pts_time=43474.309600|d > ts=3912683360|dts_time=43474.259556|duration=1501|duration_time=0.016678|size= > 56848|pos=428640|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912687864|pts_time=43474.309600|d > ts=3912683360|dts_time=43474.259556|duration=1501|duration_time=0.016678|size= > 56848|pos=428640|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:6b15be8c > -packet|codec_type=video|stream_index=0|pts=3912684861|pts_time=43474.276233|d > ts=3912684861|dts_time=43474.276233|duration=1501|duration_time=0.016678|size= > 16296|pos=489176|flags=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=3912684861|pts_time=43474.276233|d > ts=3912684861|dts_time=43474.276233|duration=1501|duration_time=0.016678|size= > 16296|pos=489176|flags=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:911b1649 > -packet|codec_type=audio|stream_index=1|pts=3912641945|pts_time=43473.799389|d > ts=3912641945|dts_time=43473.799389|duration=2880|duration_time=0.032000|size= > 1536|pos=N/A|flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=1|pts=3912641945|pts_time=43473.799389|d > ts=3912641945|dts_time=43473.799389|duration=2880|duration_time=0.032000|size= > 1536|pos=N/A|flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d2f2012f > -packet|codec_type=audio|stream_index=2|pts=3912642700|pts_time=43473.807778|d > ts=3912642700|dts_time=43473.807778|duration=2880|duration_time=0.032000|size= > 768|pos=N/A|flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=2|pts=3912642700|pts_time=43473.807778|d > ts=3912642700|dts_time=43473.807778|duration=2880|duration_time=0.032000|size= > 768|pos=N/A|flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3dad674a > packet|codec_type=video|stream_index=0|pts=3912686363|pts_time=43474.292922|d > ts=3912686363|dts_time=43474.292922|duration=1501|duration_time=0.016678|size= > 4944|pos=506660|flags=__|data_hash=CRC32:54a86cbb > packet|codec_type=audio|stream_index=1|pts=3912644825|pts_time=43473.831389|d > ts=3912644825|dts_time=43473.831389|duration=2880|duration_time=0.032000|size= > 906|pos=474888|flags=K_|data_hash=CRC32:0893d398 > packet|codec_type=audio|stream_index=2|pts=3912645580|pts_time=43473.839778|d > ts=3912645580|dts_time=43473.839778|duration=2880|duration_time=0.032000|size= > 354|pos=491808|flags=K_|data_hash=CRC32:f5963fa6 > -stream|index=0|codec_name=mpeg2video|profile=4|codec_type=video|codec_tag_str > ing=[2][0][0][0]|codec_tag=0x0002|width=1280|height=720|coded_width=0|coded_he > ight=0|closed_captions=0|film_grain=0|has_b_frames=1|sample_aspect_ratio=1:1|d > isplay_aspect_ratio=16:9|pix_fmt=yuv420p|level=4|color_range=tv|color_space=un > known|color_transfer=unknown|color_primaries=unknown|chroma_location=left|fiel > d_order=progressive|refs=1|id=0x31|r_frame_rate=60000/1001|avg_frame_rate=6000 > 0/1001|time_base=1/90000|start_pts=3912669846|start_time=43474.109400|duration > _ts=19519|duration=0.216878|bit_rate=15000000|max_bit_rate=N/A|bits_per_raw_sa > mple=N/A|nb_frames=N/A|nb_read_frames=N/A|nb_read_packets=15|extradata_size=15 > 0|extradata_hash=CRC32:53134fa8|disposition:default=0|disposition:dub=0|dispos > ition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaok > e=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_imp > aired=0|disposition:clean_effects=0|disposition:attached_pic=0 > |disposition:timed_thumbnails=0|disposition:captions=0|disposition:descriptio > ns=0|disposition:metadata=0|disposition:dependent=0|disposition:still_image=0 > -side_data|side_data_type=CPB > properties|max_bitrate=15000000|min_bitrate=0|avg_bitrate=0|buffer_size=978124 > 8|vbv_delay=-1 > +stream|index=0|codec_name=mpeg2video|profile=4|codec_type=video|codec_tag_str > ing=[2][0][0][0]|codec_tag=0x0002|width=1280|height=720|coded_width=0|coded_he > ight=0|closed_captions=0|film_grain=0|has_b_frames=1|sample_aspect_ratio=1:1|d > isplay_aspect_ratio=16:9|pix_fmt=yuv420p|level=4|color_range=tv|color_space=un > known|color_transfer=unknown|color_primaries=unknown|chroma_location=left|fiel > d_order=progressive|refs=1|id=0x31|r_frame_rate=60000/1001|avg_frame_rate=6000 > 0/1001|time_base=1/90000|start_pts=3912669846|start_time=43474.109400|duration > _ts=19519|duration=0.216878|bit_rate=15000000|max_bit_rate=N/A|bits_per_raw_sa > mple=N/A|nb_frames=N/A|nb_read_frames=N/A|nb_read_packets=15|extradata_size=15 > 0|extradata_hash=CRC32:53134fa8|disposition:default=0|disposition:dub=0|dispos > ition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaok > e=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_imp > aired=0|disposition:clean_effects=0|disposition:attached_pic=0 > |disposition:timed_thumbnails=0|disposition:captions=0|disposition:descriptio > ns=0|disposition:metadata=0|disposition:dependent=0|disposition:still_image=0| > side_data|side_data_type=CPB > properties|max_bitrate=15000000|min_bitrate=0|avg_bitrate=0|buffer_size=978124 > 8|vbv_delay=-1 > stream|index=1|codec_name=ac3|profile=unknown|codec_type=audio|codec_tag_stri > ng=[4][0][0][0]|codec_tag=0x0004|sample_fmt=fltp|sample_rate=48000|channels=6| > channel_layout=5.1(side)|bits_per_sample=0|id=0x34|r_frame_rate=0/0|avg_frame_ > rate=0/0|time_base=1/90000|start_pts=3912633305|start_time=43473.703389|durati > on_ts=14400|duration=0.160000|bit_rate=384000|max_bit_rate=N/A|bits_per_raw_sa > mple=N/A|nb_frames=N/A|nb_read_frames=N/A|nb_read_packets=5|disposition:defaul > t=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition > :lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impai > red=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:at > tached_pic=0|disposition:timed_thumbnails=0|disposition:captions=0|disposition > :descriptions=0|disposition:metadata=0|disposition:dependent=0|disposition:sti > ll_image=0|tag:language=eng > stream|index=2|codec_name=ac3|profile=unknown|codec_type=audio|codec_tag_stri > ng=[4][0][0][0]|codec_tag=0x0004|sample_fmt=fltp|sample_rate=48000|channels=2| > channel_layout=stereo|bits_per_sample=0|id=0x35|r_frame_rate=0/0|avg_frame_rat > e=0/0|time_base=1/90000|start_pts=3912634060|start_time=43473.711778|duration_ > ts=14400|duration=0.160000|bit_rate=192000|max_bit_rate=N/A|bits_per_raw_sampl > e=N/A|nb_frames=N/A|nb_read_frames=N/A|nb_read_packets=5|disposition:default=0 > |disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:ly > rics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired > =0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attac > hed_pic=0|disposition:timed_thumbnails=0|disposition:captions=0|disposition:de > scriptions=0|disposition:metadata=0|disposition:dependent=0|disposition:still_ > image=0|tag:language=es > format|filename=mp3ac325-4864- > small.ts|nb_streams=3|nb_programs=1|format_name=mpegts|start_time=43473.703389 > |duration=0.622889|size=512000|bit_rate=6575810|probe_score=50 > diff --git a/tests/ref/fate/ts-opus-demux b/tests/ref/fate/ts-opus-demux > index 6513c0d4c2..ba6059a019 100644 > --- a/tests/ref/fate/ts-opus-demux > +++ b/tests/ref/fate/ts-opus-demux > @@ -1,1026 +1,1026 @@ > -packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time > =0.000000|duration=1800|duration_time=0.020000|size=744|pos=376|flags=K_side_d > ata|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time > =0.000000|duration=1800|duration_time=0.020000|size=744|pos=376|flags=K_|side_ > data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:eec8d060 > -packet|codec_type=audio|stream_index=0|pts=1800|pts_time=0.020000|dts=1800|dt > s_time=0.020000|duration=1800|duration_time=0.020000|size=743|pos=1316|flags=K > _side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=1800|pts_time=0.020000|dts=1800|dt > s_time=0.020000|duration=1800|duration_time=0.020000|size=743|pos=1316|flags=K > _|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c5307335 > -packet|codec_type=audio|stream_index=0|pts=3600|pts_time=0.040000|dts=3600|dt > s_time=0.040000|duration=1800|duration_time=0.020000|size=747|pos=2256|flags=K > _side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=3600|pts_time=0.040000|dts=3600|dt > s_time=0.040000|duration=1800|duration_time=0.020000|size=747|pos=2256|flags=K > _|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6f1c0bfa > -packet|codec_type=audio|stream_index=0|pts=5400|pts_time=0.060000|dts=5400|dt > s_time=0.060000|duration=1800|duration_time=0.020000|size=742|pos=3196|flags=K > _side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=5400|pts_time=0.060000|dts=5400|dt > s_time=0.060000|duration=1800|duration_time=0.020000|size=742|pos=3196|flags=K > _|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:765b2eab > -packet|codec_type=audio|stream_index=0|pts=7200|pts_time=0.080000|dts=7200|dt > s_time=0.080000|duration=1800|duration_time=0.020000|size=752|pos=4136|flags=K > _side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=7200|pts_time=0.080000|dts=7200|dt > s_time=0.080000|duration=1800|duration_time=0.020000|size=752|pos=4136|flags=K > _|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:490463dd > -packet|codec_type=audio|stream_index=0|pts=9000|pts_time=0.100000|dts=9000|dt > s_time=0.100000|duration=1800|duration_time=0.020000|size=753|pos=5076|flags=K > _side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=9000|pts_time=0.100000|dts=9000|dt > s_time=0.100000|duration=1800|duration_time=0.020000|size=753|pos=5076|flags=K > _|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:beef1221 > -packet|codec_type=audio|stream_index=0|pts=10800|pts_time=0.120000|dts=10800| > dts_time=0.120000|duration=1800|duration_time=0.020000|size=756|pos=6016|flags > =K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=10800|pts_time=0.120000|dts=10800| > dts_time=0.120000|duration=1800|duration_time=0.020000|size=756|pos=6016|flags > =K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7814e1fe > -packet|codec_type=audio|stream_index=0|pts=12600|pts_time=0.140000|dts=12600| > dts_time=0.140000|duration=1800|duration_time=0.020000|size=761|pos=6956|flags > =K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=12600|pts_time=0.140000|dts=12600| > dts_time=0.140000|duration=1800|duration_time=0.020000|size=761|pos=6956|flags > =K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1e28bf7d > -packet|codec_type=audio|stream_index=0|pts=14400|pts_time=0.160000|dts=14400| > dts_time=0.160000|duration=1800|duration_time=0.020000|size=755|pos=7896|flags > =K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=14400|pts_time=0.160000|dts=14400| > dts_time=0.160000|duration=1800|duration_time=0.020000|size=755|pos=7896|flags > =K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ac39390f > -packet|codec_type=audio|stream_index=0|pts=16200|pts_time=0.180000|dts=16200| > dts_time=0.180000|duration=1800|duration_time=0.020000|size=760|pos=8836|flags > =K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=16200|pts_time=0.180000|dts=16200| > dts_time=0.180000|duration=1800|duration_time=0.020000|size=760|pos=8836|flags > =K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:56129f6c > -packet|codec_type=audio|stream_index=0|pts=18000|pts_time=0.200000|dts=18000| > dts_time=0.200000|duration=1800|duration_time=0.020000|size=759|pos=10152|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=18000|pts_time=0.200000|dts=18000| > dts_time=0.200000|duration=1800|duration_time=0.020000|size=759|pos=10152|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:444cf0b3 > -packet|codec_type=audio|stream_index=0|pts=19800|pts_time=0.220000|dts=19800| > dts_time=0.220000|duration=1800|duration_time=0.020000|size=760|pos=11092|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=19800|pts_time=0.220000|dts=19800| > dts_time=0.220000|duration=1800|duration_time=0.020000|size=760|pos=11092|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b26188cc > -packet|codec_type=audio|stream_index=0|pts=21600|pts_time=0.240000|dts=21600| > dts_time=0.240000|duration=1800|duration_time=0.020000|size=762|pos=12032|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=21600|pts_time=0.240000|dts=21600| > dts_time=0.240000|duration=1800|duration_time=0.020000|size=762|pos=12032|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:550b5ea5 > -packet|codec_type=audio|stream_index=0|pts=23400|pts_time=0.260000|dts=23400| > dts_time=0.260000|duration=1800|duration_time=0.020000|size=761|pos=12972|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=23400|pts_time=0.260000|dts=23400| > dts_time=0.260000|duration=1800|duration_time=0.020000|size=761|pos=12972|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3b587071 > -packet|codec_type=audio|stream_index=0|pts=25200|pts_time=0.280000|dts=25200| > dts_time=0.280000|duration=1800|duration_time=0.020000|size=758|pos=13912|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=25200|pts_time=0.280000|dts=25200| > dts_time=0.280000|duration=1800|duration_time=0.020000|size=758|pos=13912|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c655d80f > -packet|codec_type=audio|stream_index=0|pts=27000|pts_time=0.300000|dts=27000| > dts_time=0.300000|duration=1800|duration_time=0.020000|size=756|pos=14852|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=27000|pts_time=0.300000|dts=27000| > dts_time=0.300000|duration=1800|duration_time=0.020000|size=756|pos=14852|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4734bf58 > -packet|codec_type=audio|stream_index=0|pts=28800|pts_time=0.320000|dts=28800| > dts_time=0.320000|duration=1800|duration_time=0.020000|size=762|pos=15792|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=28800|pts_time=0.320000|dts=28800| > dts_time=0.320000|duration=1800|duration_time=0.020000|size=762|pos=15792|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:58ddcd0e > -packet|codec_type=audio|stream_index=0|pts=30600|pts_time=0.340000|dts=30600| > dts_time=0.340000|duration=1800|duration_time=0.020000|size=763|pos=16732|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=30600|pts_time=0.340000|dts=30600| > dts_time=0.340000|duration=1800|duration_time=0.020000|size=763|pos=16732|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:50786001 > -packet|codec_type=audio|stream_index=0|pts=32400|pts_time=0.360000|dts=32400| > dts_time=0.360000|duration=1800|duration_time=0.020000|size=765|pos=17672|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=32400|pts_time=0.360000|dts=32400| > dts_time=0.360000|duration=1800|duration_time=0.020000|size=765|pos=17672|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4c8c5dc8 > -packet|codec_type=audio|stream_index=0|pts=34200|pts_time=0.380000|dts=34200| > dts_time=0.380000|duration=1800|duration_time=0.020000|size=772|pos=18612|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=34200|pts_time=0.380000|dts=34200| > dts_time=0.380000|duration=1800|duration_time=0.020000|size=772|pos=18612|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ad3f1eda > -packet|codec_type=audio|stream_index=0|pts=36000|pts_time=0.400000|dts=36000| > dts_time=0.400000|duration=1800|duration_time=0.020000|size=817|pos=19928|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=36000|pts_time=0.400000|dts=36000| > dts_time=0.400000|duration=1800|duration_time=0.020000|size=817|pos=19928|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8b7c8437 > -packet|codec_type=audio|stream_index=0|pts=37800|pts_time=0.420000|dts=37800| > dts_time=0.420000|duration=1800|duration_time=0.020000|size=828|pos=20868|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=37800|pts_time=0.420000|dts=37800| > dts_time=0.420000|duration=1800|duration_time=0.020000|size=828|pos=20868|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c52621e3 > -packet|codec_type=audio|stream_index=0|pts=39600|pts_time=0.440000|dts=39600| > dts_time=0.440000|duration=1800|duration_time=0.020000|size=952|pos=21808|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=39600|pts_time=0.440000|dts=39600| > dts_time=0.440000|duration=1800|duration_time=0.020000|size=952|pos=21808|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4b34b632 > -packet|codec_type=audio|stream_index=0|pts=41400|pts_time=0.460000|dts=41400| > dts_time=0.460000|duration=1800|duration_time=0.020000|size=819|pos=22936|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=41400|pts_time=0.460000|dts=41400| > dts_time=0.460000|duration=1800|duration_time=0.020000|size=819|pos=22936|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:79f06d2c > -packet|codec_type=audio|stream_index=0|pts=43200|pts_time=0.480000|dts=43200| > dts_time=0.480000|duration=1800|duration_time=0.020000|size=816|pos=23876|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=43200|pts_time=0.480000|dts=43200| > dts_time=0.480000|duration=1800|duration_time=0.020000|size=816|pos=23876|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:31136ff8 > -packet|codec_type=audio|stream_index=0|pts=45000|pts_time=0.500000|dts=45000| > dts_time=0.500000|duration=1800|duration_time=0.020000|size=825|pos=24816|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=45000|pts_time=0.500000|dts=45000| > dts_time=0.500000|duration=1800|duration_time=0.020000|size=825|pos=24816|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d6cd17f2 > -packet|codec_type=audio|stream_index=0|pts=46800|pts_time=0.520000|dts=46800| > dts_time=0.520000|duration=1800|duration_time=0.020000|size=814|pos=25756|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=46800|pts_time=0.520000|dts=46800| > dts_time=0.520000|duration=1800|duration_time=0.020000|size=814|pos=25756|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:bd4ada7b > -packet|codec_type=audio|stream_index=0|pts=48600|pts_time=0.540000|dts=48600| > dts_time=0.540000|duration=1800|duration_time=0.020000|size=824|pos=26696|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=48600|pts_time=0.540000|dts=48600| > dts_time=0.540000|duration=1800|duration_time=0.020000|size=824|pos=26696|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:59132b5d > -packet|codec_type=audio|stream_index=0|pts=50400|pts_time=0.560000|dts=50400| > dts_time=0.560000|duration=1800|duration_time=0.020000|size=815|pos=27636|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=50400|pts_time=0.560000|dts=50400| > dts_time=0.560000|duration=1800|duration_time=0.020000|size=815|pos=27636|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6d3ba392 > -packet|codec_type=audio|stream_index=0|pts=52200|pts_time=0.580000|dts=52200| > dts_time=0.580000|duration=1800|duration_time=0.020000|size=824|pos=28576|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=52200|pts_time=0.580000|dts=52200| > dts_time=0.580000|duration=1800|duration_time=0.020000|size=824|pos=28576|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b9341220 > -packet|codec_type=audio|stream_index=0|pts=54000|pts_time=0.600000|dts=54000| > dts_time=0.600000|duration=1800|duration_time=0.020000|size=822|pos=29892|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=54000|pts_time=0.600000|dts=54000| > dts_time=0.600000|duration=1800|duration_time=0.020000|size=822|pos=29892|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cd0b0be2 > -packet|codec_type=audio|stream_index=0|pts=55800|pts_time=0.620000|dts=55800| > dts_time=0.620000|duration=1800|duration_time=0.020000|size=819|pos=30832|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=55800|pts_time=0.620000|dts=55800| > dts_time=0.620000|duration=1800|duration_time=0.020000|size=819|pos=30832|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c0a97918 > -packet|codec_type=audio|stream_index=0|pts=57600|pts_time=0.640000|dts=57600| > dts_time=0.640000|duration=1800|duration_time=0.020000|size=817|pos=31772|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=57600|pts_time=0.640000|dts=57600| > dts_time=0.640000|duration=1800|duration_time=0.020000|size=817|pos=31772|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b4da2c7e > -packet|codec_type=audio|stream_index=0|pts=59400|pts_time=0.660000|dts=59400| > dts_time=0.660000|duration=1800|duration_time=0.020000|size=826|pos=32712|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=59400|pts_time=0.660000|dts=59400| > dts_time=0.660000|duration=1800|duration_time=0.020000|size=826|pos=32712|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:aaf0a9b2 > -packet|codec_type=audio|stream_index=0|pts=61200|pts_time=0.680000|dts=61200| > dts_time=0.680000|duration=1800|duration_time=0.020000|size=822|pos=33652|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=61200|pts_time=0.680000|dts=61200| > dts_time=0.680000|duration=1800|duration_time=0.020000|size=822|pos=33652|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a09994ed > -packet|codec_type=audio|stream_index=0|pts=63000|pts_time=0.700000|dts=63000| > dts_time=0.700000|duration=1800|duration_time=0.020000|size=815|pos=34592|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=63000|pts_time=0.700000|dts=63000| > dts_time=0.700000|duration=1800|duration_time=0.020000|size=815|pos=34592|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ded67e51 > -packet|codec_type=audio|stream_index=0|pts=64800|pts_time=0.720000|dts=64800| > dts_time=0.720000|duration=1800|duration_time=0.020000|size=820|pos=35532|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=64800|pts_time=0.720000|dts=64800| > dts_time=0.720000|duration=1800|duration_time=0.020000|size=820|pos=35532|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:17f0a2c0 > -packet|codec_type=audio|stream_index=0|pts=66600|pts_time=0.740000|dts=66600| > dts_time=0.740000|duration=1800|duration_time=0.020000|size=828|pos=36472|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=66600|pts_time=0.740000|dts=66600| > dts_time=0.740000|duration=1800|duration_time=0.020000|size=828|pos=36472|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:92d1d4ad > -packet|codec_type=audio|stream_index=0|pts=68400|pts_time=0.760000|dts=68400| > dts_time=0.760000|duration=1800|duration_time=0.020000|size=828|pos=37412|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=68400|pts_time=0.760000|dts=68400| > dts_time=0.760000|duration=1800|duration_time=0.020000|size=828|pos=37412|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3752c787 > -packet|codec_type=audio|stream_index=0|pts=70200|pts_time=0.780000|dts=70200| > dts_time=0.780000|duration=1800|duration_time=0.020000|size=942|pos=38352|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=70200|pts_time=0.780000|dts=70200| > dts_time=0.780000|duration=1800|duration_time=0.020000|size=942|pos=38352|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ab24f03b > -packet|codec_type=audio|stream_index=0|pts=72000|pts_time=0.800000|dts=72000| > dts_time=0.800000|duration=1800|duration_time=0.020000|size=809|pos=39856|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=72000|pts_time=0.800000|dts=72000| > dts_time=0.800000|duration=1800|duration_time=0.020000|size=809|pos=39856|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:920e19f5 > -packet|codec_type=audio|stream_index=0|pts=73800|pts_time=0.820000|dts=73800| > dts_time=0.820000|duration=1800|duration_time=0.020000|size=823|pos=40796|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=73800|pts_time=0.820000|dts=73800| > dts_time=0.820000|duration=1800|duration_time=0.020000|size=823|pos=40796|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:951b6d50 > -packet|codec_type=audio|stream_index=0|pts=75600|pts_time=0.840000|dts=75600| > dts_time=0.840000|duration=1800|duration_time=0.020000|size=827|pos=41736|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=75600|pts_time=0.840000|dts=75600| > dts_time=0.840000|duration=1800|duration_time=0.020000|size=827|pos=41736|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cfc9eb30 > -packet|codec_type=audio|stream_index=0|pts=77400|pts_time=0.860000|dts=77400| > dts_time=0.860000|duration=1800|duration_time=0.020000|size=823|pos=42676|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=77400|pts_time=0.860000|dts=77400| > dts_time=0.860000|duration=1800|duration_time=0.020000|size=823|pos=42676|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:dd66bb72 > -packet|codec_type=audio|stream_index=0|pts=79200|pts_time=0.880000|dts=79200| > dts_time=0.880000|duration=1800|duration_time=0.020000|size=825|pos=43616|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=79200|pts_time=0.880000|dts=79200| > dts_time=0.880000|duration=1800|duration_time=0.020000|size=825|pos=43616|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:67b1c809 > -packet|codec_type=audio|stream_index=0|pts=81000|pts_time=0.900000|dts=81000| > dts_time=0.900000|duration=1800|duration_time=0.020000|size=828|pos=44556|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=81000|pts_time=0.900000|dts=81000| > dts_time=0.900000|duration=1800|duration_time=0.020000|size=828|pos=44556|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:94d441b0 > -packet|codec_type=audio|stream_index=0|pts=82800|pts_time=0.920000|dts=82800| > dts_time=0.920000|duration=1800|duration_time=0.020000|size=823|pos=45496|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=82800|pts_time=0.920000|dts=82800| > dts_time=0.920000|duration=1800|duration_time=0.020000|size=823|pos=45496|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:178471e0 > -packet|codec_type=audio|stream_index=0|pts=84600|pts_time=0.940000|dts=84600| > dts_time=0.940000|duration=1800|duration_time=0.020000|size=817|pos=46436|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=84600|pts_time=0.940000|dts=84600| > dts_time=0.940000|duration=1800|duration_time=0.020000|size=817|pos=46436|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:90e30fb2 > -packet|codec_type=audio|stream_index=0|pts=86400|pts_time=0.960000|dts=86400| > dts_time=0.960000|duration=1800|duration_time=0.020000|size=813|pos=47376|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=86400|pts_time=0.960000|dts=86400| > dts_time=0.960000|duration=1800|duration_time=0.020000|size=813|pos=47376|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:dd4e1d03 > -packet|codec_type=audio|stream_index=0|pts=88200|pts_time=0.980000|dts=88200| > dts_time=0.980000|duration=1800|duration_time=0.020000|size=809|pos=48316|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=88200|pts_time=0.980000|dts=88200| > dts_time=0.980000|duration=1800|duration_time=0.020000|size=809|pos=48316|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0e059caf > -packet|codec_type=audio|stream_index=0|pts=90000|pts_time=1.000000|dts=90000| > dts_time=1.000000|duration=1800|duration_time=0.020000|size=813|pos=49632|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=90000|pts_time=1.000000|dts=90000| > dts_time=1.000000|duration=1800|duration_time=0.020000|size=813|pos=49632|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1981fa52 > -packet|codec_type=audio|stream_index=0|pts=91800|pts_time=1.020000|dts=91800| > dts_time=1.020000|duration=1800|duration_time=0.020000|size=820|pos=50572|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=91800|pts_time=1.020000|dts=91800| > dts_time=1.020000|duration=1800|duration_time=0.020000|size=820|pos=50572|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6af0ac25 > -packet|codec_type=audio|stream_index=0|pts=93600|pts_time=1.040000|dts=93600| > dts_time=1.040000|duration=1800|duration_time=0.020000|size=818|pos=51512|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=93600|pts_time=1.040000|dts=93600| > dts_time=1.040000|duration=1800|duration_time=0.020000|size=818|pos=51512|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4ed14497 > -packet|codec_type=audio|stream_index=0|pts=95400|pts_time=1.060000|dts=95400| > dts_time=1.060000|duration=1800|duration_time=0.020000|size=825|pos=52452|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=95400|pts_time=1.060000|dts=95400| > dts_time=1.060000|duration=1800|duration_time=0.020000|size=825|pos=52452|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b1712b61 > -packet|codec_type=audio|stream_index=0|pts=97200|pts_time=1.080000|dts=97200| > dts_time=1.080000|duration=1800|duration_time=0.020000|size=808|pos=53392|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=97200|pts_time=1.080000|dts=97200| > dts_time=1.080000|duration=1800|duration_time=0.020000|size=808|pos=53392|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:97469bbe > -packet|codec_type=audio|stream_index=0|pts=99000|pts_time=1.100000|dts=99000| > dts_time=1.100000|duration=1800|duration_time=0.020000|size=774|pos=54332|flag > s=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=99000|pts_time=1.100000|dts=99000| > dts_time=1.100000|duration=1800|duration_time=0.020000|size=774|pos=54332|flag > s=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f2f922fc > -packet|codec_type=audio|stream_index=0|pts=100800|pts_time=1.120000|dts=10080 > 0|dts_time=1.120000|duration=1800|duration_time=0.020000|size=774|pos=55272|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=100800|pts_time=1.120000|dts=10080 > 0|dts_time=1.120000|duration=1800|duration_time=0.020000|size=774|pos=55272|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:024f521d > -packet|codec_type=audio|stream_index=0|pts=102600|pts_time=1.140000|dts=10260 > 0|dts_time=1.140000|duration=1800|duration_time=0.020000|size=777|pos=56212|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=102600|pts_time=1.140000|dts=10260 > 0|dts_time=1.140000|duration=1800|duration_time=0.020000|size=777|pos=56212|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:674d82ba > -packet|codec_type=audio|stream_index=0|pts=104400|pts_time=1.160000|dts=10440 > 0|dts_time=1.160000|duration=1800|duration_time=0.020000|size=776|pos=57152|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=104400|pts_time=1.160000|dts=10440 > 0|dts_time=1.160000|duration=1800|duration_time=0.020000|size=776|pos=57152|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:79409537 > -packet|codec_type=audio|stream_index=0|pts=106200|pts_time=1.180000|dts=10620 > 0|dts_time=1.180000|duration=1800|duration_time=0.020000|size=779|pos=58092|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=106200|pts_time=1.180000|dts=10620 > 0|dts_time=1.180000|duration=1800|duration_time=0.020000|size=779|pos=58092|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:aad393ee > -packet|codec_type=audio|stream_index=0|pts=108000|pts_time=1.200000|dts=10800 > 0|dts_time=1.200000|duration=1800|duration_time=0.020000|size=779|pos=59408|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=108000|pts_time=1.200000|dts=10800 > 0|dts_time=1.200000|duration=1800|duration_time=0.020000|size=779|pos=59408|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:9e2dee75 > -packet|codec_type=audio|stream_index=0|pts=109800|pts_time=1.220000|dts=10980 > 0|dts_time=1.220000|duration=1800|duration_time=0.020000|size=774|pos=60348|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=109800|pts_time=1.220000|dts=10980 > 0|dts_time=1.220000|duration=1800|duration_time=0.020000|size=774|pos=60348|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1d8953b4 > -packet|codec_type=audio|stream_index=0|pts=111600|pts_time=1.240000|dts=11160 > 0|dts_time=1.240000|duration=1800|duration_time=0.020000|size=772|pos=61288|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=111600|pts_time=1.240000|dts=11160 > 0|dts_time=1.240000|duration=1800|duration_time=0.020000|size=772|pos=61288|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3f191e37 > -packet|codec_type=audio|stream_index=0|pts=113400|pts_time=1.260000|dts=11340 > 0|dts_time=1.260000|duration=1800|duration_time=0.020000|size=779|pos=62228|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=113400|pts_time=1.260000|dts=11340 > 0|dts_time=1.260000|duration=1800|duration_time=0.020000|size=779|pos=62228|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8e05df12 > -packet|codec_type=audio|stream_index=0|pts=115200|pts_time=1.280000|dts=11520 > 0|dts_time=1.280000|duration=1800|duration_time=0.020000|size=774|pos=63168|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=115200|pts_time=1.280000|dts=11520 > 0|dts_time=1.280000|duration=1800|duration_time=0.020000|size=774|pos=63168|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d3d2e07c > -packet|codec_type=audio|stream_index=0|pts=117000|pts_time=1.300000|dts=11700 > 0|dts_time=1.300000|duration=1800|duration_time=0.020000|size=772|pos=64108|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=117000|pts_time=1.300000|dts=11700 > 0|dts_time=1.300000|duration=1800|duration_time=0.020000|size=772|pos=64108|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:22e0dee4 > -packet|codec_type=audio|stream_index=0|pts=118800|pts_time=1.320000|dts=11880 > 0|dts_time=1.320000|duration=1800|duration_time=0.020000|size=771|pos=65048|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=118800|pts_time=1.320000|dts=11880 > 0|dts_time=1.320000|duration=1800|duration_time=0.020000|size=771|pos=65048|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7e1fae18 > -packet|codec_type=audio|stream_index=0|pts=120600|pts_time=1.340000|dts=12060 > 0|dts_time=1.340000|duration=1800|duration_time=0.020000|size=776|pos=65988|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=120600|pts_time=1.340000|dts=12060 > 0|dts_time=1.340000|duration=1800|duration_time=0.020000|size=776|pos=65988|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:213724a0 > -packet|codec_type=audio|stream_index=0|pts=122400|pts_time=1.360000|dts=12240 > 0|dts_time=1.360000|duration=1800|duration_time=0.020000|size=776|pos=66928|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=122400|pts_time=1.360000|dts=12240 > 0|dts_time=1.360000|duration=1800|duration_time=0.020000|size=776|pos=66928|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f6018f97 > -packet|codec_type=audio|stream_index=0|pts=124200|pts_time=1.380000|dts=12420 > 0|dts_time=1.380000|duration=1800|duration_time=0.020000|size=777|pos=67868|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=124200|pts_time=1.380000|dts=12420 > 0|dts_time=1.380000|duration=1800|duration_time=0.020000|size=777|pos=67868|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d917e577 > -packet|codec_type=audio|stream_index=0|pts=126000|pts_time=1.400000|dts=12600 > 0|dts_time=1.400000|duration=1800|duration_time=0.020000|size=779|pos=69184|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=126000|pts_time=1.400000|dts=12600 > 0|dts_time=1.400000|duration=1800|duration_time=0.020000|size=779|pos=69184|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2860d19c > -packet|codec_type=audio|stream_index=0|pts=127800|pts_time=1.420000|dts=12780 > 0|dts_time=1.420000|duration=1800|duration_time=0.020000|size=779|pos=70124|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=127800|pts_time=1.420000|dts=12780 > 0|dts_time=1.420000|duration=1800|duration_time=0.020000|size=779|pos=70124|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:799e404b > -packet|codec_type=audio|stream_index=0|pts=129600|pts_time=1.440000|dts=12960 > 0|dts_time=1.440000|duration=1800|duration_time=0.020000|size=774|pos=71064|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=129600|pts_time=1.440000|dts=12960 > 0|dts_time=1.440000|duration=1800|duration_time=0.020000|size=774|pos=71064|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a4c43eaa > -packet|codec_type=audio|stream_index=0|pts=131400|pts_time=1.460000|dts=13140 > 0|dts_time=1.460000|duration=1800|duration_time=0.020000|size=779|pos=72004|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=131400|pts_time=1.460000|dts=13140 > 0|dts_time=1.460000|duration=1800|duration_time=0.020000|size=779|pos=72004|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4aa2d0c3 > -packet|codec_type=audio|stream_index=0|pts=133200|pts_time=1.480000|dts=13320 > 0|dts_time=1.480000|duration=1800|duration_time=0.020000|size=782|pos=72944|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=133200|pts_time=1.480000|dts=13320 > 0|dts_time=1.480000|duration=1800|duration_time=0.020000|size=782|pos=72944|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b5e19460 > -packet|codec_type=audio|stream_index=0|pts=135000|pts_time=1.500000|dts=13500 > 0|dts_time=1.500000|duration=1800|duration_time=0.020000|size=776|pos=73884|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=135000|pts_time=1.500000|dts=13500 > 0|dts_time=1.500000|duration=1800|duration_time=0.020000|size=776|pos=73884|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:32445f6b > -packet|codec_type=audio|stream_index=0|pts=136800|pts_time=1.520000|dts=13680 > 0|dts_time=1.520000|duration=1800|duration_time=0.020000|size=778|pos=74824|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=136800|pts_time=1.520000|dts=13680 > 0|dts_time=1.520000|duration=1800|duration_time=0.020000|size=778|pos=74824|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6f370fec > -packet|codec_type=audio|stream_index=0|pts=138600|pts_time=1.540000|dts=13860 > 0|dts_time=1.540000|duration=1800|duration_time=0.020000|size=777|pos=75764|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=138600|pts_time=1.540000|dts=13860 > 0|dts_time=1.540000|duration=1800|duration_time=0.020000|size=777|pos=75764|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:43e04e6d > -packet|codec_type=audio|stream_index=0|pts=140400|pts_time=1.560000|dts=14040 > 0|dts_time=1.560000|duration=1800|duration_time=0.020000|size=785|pos=76704|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=140400|pts_time=1.560000|dts=14040 > 0|dts_time=1.560000|duration=1800|duration_time=0.020000|size=785|pos=76704|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5ed32f7e > -packet|codec_type=audio|stream_index=0|pts=142200|pts_time=1.580000|dts=14220 > 0|dts_time=1.580000|duration=1800|duration_time=0.020000|size=782|pos=77644|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=142200|pts_time=1.580000|dts=14220 > 0|dts_time=1.580000|duration=1800|duration_time=0.020000|size=782|pos=77644|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ead85ef4 > -packet|codec_type=audio|stream_index=0|pts=144000|pts_time=1.600000|dts=14400 > 0|dts_time=1.600000|duration=1800|duration_time=0.020000|size=782|pos=78960|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=144000|pts_time=1.600000|dts=14400 > 0|dts_time=1.600000|duration=1800|duration_time=0.020000|size=782|pos=78960|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5f283747 > -packet|codec_type=audio|stream_index=0|pts=145800|pts_time=1.620000|dts=14580 > 0|dts_time=1.620000|duration=1800|duration_time=0.020000|size=780|pos=79900|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=145800|pts_time=1.620000|dts=14580 > 0|dts_time=1.620000|duration=1800|duration_time=0.020000|size=780|pos=79900|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f4aa30a5 > -packet|codec_type=audio|stream_index=0|pts=147600|pts_time=1.640000|dts=14760 > 0|dts_time=1.640000|duration=1800|duration_time=0.020000|size=776|pos=80840|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=147600|pts_time=1.640000|dts=14760 > 0|dts_time=1.640000|duration=1800|duration_time=0.020000|size=776|pos=80840|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ad09e32c > -packet|codec_type=audio|stream_index=0|pts=149400|pts_time=1.660000|dts=14940 > 0|dts_time=1.660000|duration=1800|duration_time=0.020000|size=780|pos=81780|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=149400|pts_time=1.660000|dts=14940 > 0|dts_time=1.660000|duration=1800|duration_time=0.020000|size=780|pos=81780|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:57f8004d > -packet|codec_type=audio|stream_index=0|pts=151200|pts_time=1.680000|dts=15120 > 0|dts_time=1.680000|duration=1800|duration_time=0.020000|size=784|pos=82720|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=151200|pts_time=1.680000|dts=15120 > 0|dts_time=1.680000|duration=1800|duration_time=0.020000|size=784|pos=82720|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d862a139 > -packet|codec_type=audio|stream_index=0|pts=153000|pts_time=1.700000|dts=15300 > 0|dts_time=1.700000|duration=1800|duration_time=0.020000|size=776|pos=83660|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=153000|pts_time=1.700000|dts=15300 > 0|dts_time=1.700000|duration=1800|duration_time=0.020000|size=776|pos=83660|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:29ebd249 > -packet|codec_type=audio|stream_index=0|pts=154800|pts_time=1.720000|dts=15480 > 0|dts_time=1.720000|duration=1800|duration_time=0.020000|size=777|pos=84600|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=154800|pts_time=1.720000|dts=15480 > 0|dts_time=1.720000|duration=1800|duration_time=0.020000|size=777|pos=84600|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5af83f3e > -packet|codec_type=audio|stream_index=0|pts=156600|pts_time=1.740000|dts=15660 > 0|dts_time=1.740000|duration=1800|duration_time=0.020000|size=783|pos=85540|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=156600|pts_time=1.740000|dts=15660 > 0|dts_time=1.740000|duration=1800|duration_time=0.020000|size=783|pos=85540|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:78784213 > -packet|codec_type=audio|stream_index=0|pts=158400|pts_time=1.760000|dts=15840 > 0|dts_time=1.760000|duration=1800|duration_time=0.020000|size=780|pos=86480|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=158400|pts_time=1.760000|dts=15840 > 0|dts_time=1.760000|duration=1800|duration_time=0.020000|size=780|pos=86480|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cccb4c08 > -packet|codec_type=audio|stream_index=0|pts=160200|pts_time=1.780000|dts=16020 > 0|dts_time=1.780000|duration=1800|duration_time=0.020000|size=782|pos=87420|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=160200|pts_time=1.780000|dts=16020 > 0|dts_time=1.780000|duration=1800|duration_time=0.020000|size=782|pos=87420|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:36520804 > -packet|codec_type=audio|stream_index=0|pts=162000|pts_time=1.800000|dts=16200 > 0|dts_time=1.800000|duration=1800|duration_time=0.020000|size=848|pos=88736|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=162000|pts_time=1.800000|dts=16200 > 0|dts_time=1.800000|duration=1800|duration_time=0.020000|size=848|pos=88736|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a9235baa > -packet|codec_type=audio|stream_index=0|pts=163800|pts_time=1.820000|dts=16380 > 0|dts_time=1.820000|duration=1800|duration_time=0.020000|size=849|pos=89676|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=163800|pts_time=1.820000|dts=16380 > 0|dts_time=1.820000|duration=1800|duration_time=0.020000|size=849|pos=89676|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:57ae2eef > -packet|codec_type=audio|stream_index=0|pts=165600|pts_time=1.840000|dts=16560 > 0|dts_time=1.840000|duration=1800|duration_time=0.020000|size=783|pos=90616|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=165600|pts_time=1.840000|dts=16560 > 0|dts_time=1.840000|duration=1800|duration_time=0.020000|size=783|pos=90616|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:474f3232 > -packet|codec_type=audio|stream_index=0|pts=167400|pts_time=1.860000|dts=16740 > 0|dts_time=1.860000|duration=1800|duration_time=0.020000|size=784|pos=91556|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=167400|pts_time=1.860000|dts=16740 > 0|dts_time=1.860000|duration=1800|duration_time=0.020000|size=784|pos=91556|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:9a51d488 > -packet|codec_type=audio|stream_index=0|pts=169200|pts_time=1.880000|dts=16920 > 0|dts_time=1.880000|duration=1800|duration_time=0.020000|size=785|pos=92496|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=169200|pts_time=1.880000|dts=16920 > 0|dts_time=1.880000|duration=1800|duration_time=0.020000|size=785|pos=92496|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:919bc794 > -packet|codec_type=audio|stream_index=0|pts=171000|pts_time=1.900000|dts=17100 > 0|dts_time=1.900000|duration=1800|duration_time=0.020000|size=783|pos=93436|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=171000|pts_time=1.900000|dts=17100 > 0|dts_time=1.900000|duration=1800|duration_time=0.020000|size=783|pos=93436|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ed8214ad > -packet|codec_type=audio|stream_index=0|pts=172800|pts_time=1.920000|dts=17280 > 0|dts_time=1.920000|duration=1800|duration_time=0.020000|size=876|pos=94376|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=172800|pts_time=1.920000|dts=17280 > 0|dts_time=1.920000|duration=1800|duration_time=0.020000|size=876|pos=94376|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:72fcce4c > -packet|codec_type=audio|stream_index=0|pts=174600|pts_time=1.940000|dts=17460 > 0|dts_time=1.940000|duration=1800|duration_time=0.020000|size=776|pos=95316|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=174600|pts_time=1.940000|dts=17460 > 0|dts_time=1.940000|duration=1800|duration_time=0.020000|size=776|pos=95316|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2a0143f4 > -packet|codec_type=audio|stream_index=0|pts=176400|pts_time=1.960000|dts=17640 > 0|dts_time=1.960000|duration=1800|duration_time=0.020000|size=787|pos=96256|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=176400|pts_time=1.960000|dts=17640 > 0|dts_time=1.960000|duration=1800|duration_time=0.020000|size=787|pos=96256|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:94f1aae1 > -packet|codec_type=audio|stream_index=0|pts=178200|pts_time=1.980000|dts=17820 > 0|dts_time=1.980000|duration=1800|duration_time=0.020000|size=781|pos=97196|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=178200|pts_time=1.980000|dts=17820 > 0|dts_time=1.980000|duration=1800|duration_time=0.020000|size=781|pos=97196|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5565737b > -packet|codec_type=audio|stream_index=0|pts=180000|pts_time=2.000000|dts=18000 > 0|dts_time=2.000000|duration=1800|duration_time=0.020000|size=852|pos=98512|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=180000|pts_time=2.000000|dts=18000 > 0|dts_time=2.000000|duration=1800|duration_time=0.020000|size=852|pos=98512|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:daea61be > -packet|codec_type=audio|stream_index=0|pts=181800|pts_time=2.020000|dts=18180 > 0|dts_time=2.020000|duration=1800|duration_time=0.020000|size=849|pos=99452|fl > ags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=181800|pts_time=2.020000|dts=18180 > 0|dts_time=2.020000|duration=1800|duration_time=0.020000|size=849|pos=99452|fl > ags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ee704432 > -packet|codec_type=audio|stream_index=0|pts=183600|pts_time=2.040000|dts=18360 > 0|dts_time=2.040000|duration=1800|duration_time=0.020000|size=873|pos=100392|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=183600|pts_time=2.040000|dts=18360 > 0|dts_time=2.040000|duration=1800|duration_time=0.020000|size=873|pos=100392|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:472aa214 > -packet|codec_type=audio|stream_index=0|pts=185400|pts_time=2.060000|dts=18540 > 0|dts_time=2.060000|duration=1800|duration_time=0.020000|size=843|pos=101332|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=185400|pts_time=2.060000|dts=18540 > 0|dts_time=2.060000|duration=1800|duration_time=0.020000|size=843|pos=101332|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0b046703 > -packet|codec_type=audio|stream_index=0|pts=187200|pts_time=2.080000|dts=18720 > 0|dts_time=2.080000|duration=1800|duration_time=0.020000|size=841|pos=102272|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=187200|pts_time=2.080000|dts=18720 > 0|dts_time=2.080000|duration=1800|duration_time=0.020000|size=841|pos=102272|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:59bf9bd5 > -packet|codec_type=audio|stream_index=0|pts=189000|pts_time=2.100000|dts=18900 > 0|dts_time=2.100000|duration=1800|duration_time=0.020000|size=777|pos=103212|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=189000|pts_time=2.100000|dts=18900 > 0|dts_time=2.100000|duration=1800|duration_time=0.020000|size=777|pos=103212|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:808ee658 > -packet|codec_type=audio|stream_index=0|pts=190800|pts_time=2.120000|dts=19080 > 0|dts_time=2.120000|duration=1800|duration_time=0.020000|size=846|pos=104152|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=190800|pts_time=2.120000|dts=19080 > 0|dts_time=2.120000|duration=1800|duration_time=0.020000|size=846|pos=104152|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:db581c04 > -packet|codec_type=audio|stream_index=0|pts=192600|pts_time=2.140000|dts=19260 > 0|dts_time=2.140000|duration=1800|duration_time=0.020000|size=782|pos=105092|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=192600|pts_time=2.140000|dts=19260 > 0|dts_time=2.140000|duration=1800|duration_time=0.020000|size=782|pos=105092|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:768d8d82 > -packet|codec_type=audio|stream_index=0|pts=194400|pts_time=2.160000|dts=19440 > 0|dts_time=2.160000|duration=1800|duration_time=0.020000|size=869|pos=106032|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=194400|pts_time=2.160000|dts=19440 > 0|dts_time=2.160000|duration=1800|duration_time=0.020000|size=869|pos=106032|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:263c4a83 > -packet|codec_type=audio|stream_index=0|pts=196200|pts_time=2.180000|dts=19620 > 0|dts_time=2.180000|duration=1800|duration_time=0.020000|size=778|pos=106972|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=196200|pts_time=2.180000|dts=19620 > 0|dts_time=2.180000|duration=1800|duration_time=0.020000|size=778|pos=106972|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4017dc55 > -packet|codec_type=audio|stream_index=0|pts=198000|pts_time=2.200000|dts=19800 > 0|dts_time=2.200000|duration=1800|duration_time=0.020000|size=777|pos=108288|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=198000|pts_time=2.200000|dts=19800 > 0|dts_time=2.200000|duration=1800|duration_time=0.020000|size=777|pos=108288|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e6b3c398 > -packet|codec_type=audio|stream_index=0|pts=199800|pts_time=2.220000|dts=19980 > 0|dts_time=2.220000|duration=1800|duration_time=0.020000|size=870|pos=109228|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=199800|pts_time=2.220000|dts=19980 > 0|dts_time=2.220000|duration=1800|duration_time=0.020000|size=870|pos=109228|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:37eda28b > -packet|codec_type=audio|stream_index=0|pts=201600|pts_time=2.240000|dts=20160 > 0|dts_time=2.240000|duration=1800|duration_time=0.020000|size=782|pos=110168|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=201600|pts_time=2.240000|dts=20160 > 0|dts_time=2.240000|duration=1800|duration_time=0.020000|size=782|pos=110168|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:aa3b5d94 > -packet|codec_type=audio|stream_index=0|pts=203400|pts_time=2.260000|dts=20340 > 0|dts_time=2.260000|duration=1800|duration_time=0.020000|size=777|pos=111108|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=203400|pts_time=2.260000|dts=20340 > 0|dts_time=2.260000|duration=1800|duration_time=0.020000|size=777|pos=111108|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:fc87dbf0 > -packet|codec_type=audio|stream_index=0|pts=205200|pts_time=2.280000|dts=20520 > 0|dts_time=2.280000|duration=1800|duration_time=0.020000|size=869|pos=112048|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=205200|pts_time=2.280000|dts=20520 > 0|dts_time=2.280000|duration=1800|duration_time=0.020000|size=869|pos=112048|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:75795b7e > -packet|codec_type=audio|stream_index=0|pts=207000|pts_time=2.300000|dts=20700 > 0|dts_time=2.300000|duration=1800|duration_time=0.020000|size=772|pos=112988|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=207000|pts_time=2.300000|dts=20700 > 0|dts_time=2.300000|duration=1800|duration_time=0.020000|size=772|pos=112988|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a8a34bb9 > -packet|codec_type=audio|stream_index=0|pts=208800|pts_time=2.320000|dts=20880 > 0|dts_time=2.320000|duration=1800|duration_time=0.020000|size=775|pos=113928|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=208800|pts_time=2.320000|dts=20880 > 0|dts_time=2.320000|duration=1800|duration_time=0.020000|size=775|pos=113928|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2ebc4e7b > -packet|codec_type=audio|stream_index=0|pts=210600|pts_time=2.340000|dts=21060 > 0|dts_time=2.340000|duration=1800|duration_time=0.020000|size=771|pos=114868|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=210600|pts_time=2.340000|dts=21060 > 0|dts_time=2.340000|duration=1800|duration_time=0.020000|size=771|pos=114868|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:53744d32 > -packet|codec_type=audio|stream_index=0|pts=212400|pts_time=2.360000|dts=21240 > 0|dts_time=2.360000|duration=1800|duration_time=0.020000|size=778|pos=115808|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=212400|pts_time=2.360000|dts=21240 > 0|dts_time=2.360000|duration=1800|duration_time=0.020000|size=778|pos=115808|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d32f77ce > -packet|codec_type=audio|stream_index=0|pts=214200|pts_time=2.380000|dts=21420 > 0|dts_time=2.380000|duration=1800|duration_time=0.020000|size=867|pos=116748|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=214200|pts_time=2.380000|dts=21420 > 0|dts_time=2.380000|duration=1800|duration_time=0.020000|size=867|pos=116748|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f582287c > -packet|codec_type=audio|stream_index=0|pts=216000|pts_time=2.400000|dts=21600 > 0|dts_time=2.400000|duration=1800|duration_time=0.020000|size=778|pos=118064|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=216000|pts_time=2.400000|dts=21600 > 0|dts_time=2.400000|duration=1800|duration_time=0.020000|size=778|pos=118064|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:144b9c4b > -packet|codec_type=audio|stream_index=0|pts=217800|pts_time=2.420000|dts=21780 > 0|dts_time=2.420000|duration=1800|duration_time=0.020000|size=774|pos=119004|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=217800|pts_time=2.420000|dts=21780 > 0|dts_time=2.420000|duration=1800|duration_time=0.020000|size=774|pos=119004|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0cca881f > -packet|codec_type=audio|stream_index=0|pts=219600|pts_time=2.440000|dts=21960 > 0|dts_time=2.440000|duration=1800|duration_time=0.020000|size=775|pos=119944|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=219600|pts_time=2.440000|dts=21960 > 0|dts_time=2.440000|duration=1800|duration_time=0.020000|size=775|pos=119944|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cddb1237 > -packet|codec_type=audio|stream_index=0|pts=221400|pts_time=2.460000|dts=22140 > 0|dts_time=2.460000|duration=1800|duration_time=0.020000|size=774|pos=120884|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=221400|pts_time=2.460000|dts=22140 > 0|dts_time=2.460000|duration=1800|duration_time=0.020000|size=774|pos=120884|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:10310b68 > -packet|codec_type=audio|stream_index=0|pts=223200|pts_time=2.480000|dts=22320 > 0|dts_time=2.480000|duration=1800|duration_time=0.020000|size=774|pos=121824|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=223200|pts_time=2.480000|dts=22320 > 0|dts_time=2.480000|duration=1800|duration_time=0.020000|size=774|pos=121824|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:dea871f8 > -packet|codec_type=audio|stream_index=0|pts=225000|pts_time=2.500000|dts=22500 > 0|dts_time=2.500000|duration=1800|duration_time=0.020000|size=772|pos=122764|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=225000|pts_time=2.500000|dts=22500 > 0|dts_time=2.500000|duration=1800|duration_time=0.020000|size=772|pos=122764|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d27e8c99 > -packet|codec_type=audio|stream_index=0|pts=226800|pts_time=2.520000|dts=22680 > 0|dts_time=2.520000|duration=1800|duration_time=0.020000|size=774|pos=123704|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=226800|pts_time=2.520000|dts=22680 > 0|dts_time=2.520000|duration=1800|duration_time=0.020000|size=774|pos=123704|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3143b0e0 > -packet|codec_type=audio|stream_index=0|pts=228600|pts_time=2.540000|dts=22860 > 0|dts_time=2.540000|duration=1800|duration_time=0.020000|size=775|pos=124644|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=228600|pts_time=2.540000|dts=22860 > 0|dts_time=2.540000|duration=1800|duration_time=0.020000|size=775|pos=124644|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ebc2c2e6 > -packet|codec_type=audio|stream_index=0|pts=230400|pts_time=2.560000|dts=23040 > 0|dts_time=2.560000|duration=1800|duration_time=0.020000|size=773|pos=125584|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=230400|pts_time=2.560000|dts=23040 > 0|dts_time=2.560000|duration=1800|duration_time=0.020000|size=773|pos=125584|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:dc63972d > -packet|codec_type=audio|stream_index=0|pts=232200|pts_time=2.580000|dts=23220 > 0|dts_time=2.580000|duration=1800|duration_time=0.020000|size=773|pos=126524|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=232200|pts_time=2.580000|dts=23220 > 0|dts_time=2.580000|duration=1800|duration_time=0.020000|size=773|pos=126524|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6b141c19 > -packet|codec_type=audio|stream_index=0|pts=234000|pts_time=2.600000|dts=23400 > 0|dts_time=2.600000|duration=1800|duration_time=0.020000|size=769|pos=127840|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=234000|pts_time=2.600000|dts=23400 > 0|dts_time=2.600000|duration=1800|duration_time=0.020000|size=769|pos=127840|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:752ada1e > -packet|codec_type=audio|stream_index=0|pts=235800|pts_time=2.620000|dts=23580 > 0|dts_time=2.620000|duration=1800|duration_time=0.020000|size=774|pos=128780|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=235800|pts_time=2.620000|dts=23580 > 0|dts_time=2.620000|duration=1800|duration_time=0.020000|size=774|pos=128780|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:36d20d37 > -packet|codec_type=audio|stream_index=0|pts=237600|pts_time=2.640000|dts=23760 > 0|dts_time=2.640000|duration=1800|duration_time=0.020000|size=779|pos=129720|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=237600|pts_time=2.640000|dts=23760 > 0|dts_time=2.640000|duration=1800|duration_time=0.020000|size=779|pos=129720|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1455dc2e > -packet|codec_type=audio|stream_index=0|pts=239400|pts_time=2.660000|dts=23940 > 0|dts_time=2.660000|duration=1800|duration_time=0.020000|size=782|pos=130660|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=239400|pts_time=2.660000|dts=23940 > 0|dts_time=2.660000|duration=1800|duration_time=0.020000|size=782|pos=130660|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c6ffd5fe > -packet|codec_type=audio|stream_index=0|pts=241200|pts_time=2.680000|dts=24120 > 0|dts_time=2.680000|duration=1800|duration_time=0.020000|size=779|pos=131600|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=241200|pts_time=2.680000|dts=24120 > 0|dts_time=2.680000|duration=1800|duration_time=0.020000|size=779|pos=131600|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e4c83b97 > -packet|codec_type=audio|stream_index=0|pts=243000|pts_time=2.700000|dts=24300 > 0|dts_time=2.700000|duration=1800|duration_time=0.020000|size=778|pos=132540|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=243000|pts_time=2.700000|dts=24300 > 0|dts_time=2.700000|duration=1800|duration_time=0.020000|size=778|pos=132540|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ee3f9b5a > -packet|codec_type=audio|stream_index=0|pts=244800|pts_time=2.720000|dts=24480 > 0|dts_time=2.720000|duration=1800|duration_time=0.020000|size=771|pos=133480|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=244800|pts_time=2.720000|dts=24480 > 0|dts_time=2.720000|duration=1800|duration_time=0.020000|size=771|pos=133480|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7d0ee8b4 > -packet|codec_type=audio|stream_index=0|pts=246600|pts_time=2.740000|dts=24660 > 0|dts_time=2.740000|duration=1800|duration_time=0.020000|size=775|pos=134420|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=246600|pts_time=2.740000|dts=24660 > 0|dts_time=2.740000|duration=1800|duration_time=0.020000|size=775|pos=134420|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:685b64d8 > -packet|codec_type=audio|stream_index=0|pts=248400|pts_time=2.760000|dts=24840 > 0|dts_time=2.760000|duration=1800|duration_time=0.020000|size=777|pos=135360|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=248400|pts_time=2.760000|dts=24840 > 0|dts_time=2.760000|duration=1800|duration_time=0.020000|size=777|pos=135360|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ab680b3f > -packet|codec_type=audio|stream_index=0|pts=250200|pts_time=2.780000|dts=25020 > 0|dts_time=2.780000|duration=1800|duration_time=0.020000|size=773|pos=136300|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=250200|pts_time=2.780000|dts=25020 > 0|dts_time=2.780000|duration=1800|duration_time=0.020000|size=773|pos=136300|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8485bf04 > -packet|codec_type=audio|stream_index=0|pts=252000|pts_time=2.800000|dts=25200 > 0|dts_time=2.800000|duration=1800|duration_time=0.020000|size=777|pos=137616|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=252000|pts_time=2.800000|dts=25200 > 0|dts_time=2.800000|duration=1800|duration_time=0.020000|size=777|pos=137616|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:60e3ab3b > -packet|codec_type=audio|stream_index=0|pts=253800|pts_time=2.820000|dts=25380 > 0|dts_time=2.820000|duration=1800|duration_time=0.020000|size=777|pos=138556|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=253800|pts_time=2.820000|dts=25380 > 0|dts_time=2.820000|duration=1800|duration_time=0.020000|size=777|pos=138556|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cbacc337 > -packet|codec_type=audio|stream_index=0|pts=255600|pts_time=2.840000|dts=25560 > 0|dts_time=2.840000|duration=1800|duration_time=0.020000|size=908|pos=139496|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=255600|pts_time=2.840000|dts=25560 > 0|dts_time=2.840000|duration=1800|duration_time=0.020000|size=908|pos=139496|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:852be5a3 > -packet|codec_type=audio|stream_index=0|pts=257400|pts_time=2.860000|dts=25740 > 0|dts_time=2.860000|duration=1800|duration_time=0.020000|size=777|pos=140624|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=257400|pts_time=2.860000|dts=25740 > 0|dts_time=2.860000|duration=1800|duration_time=0.020000|size=777|pos=140624|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:743f04a8 > -packet|codec_type=audio|stream_index=0|pts=259200|pts_time=2.880000|dts=25920 > 0|dts_time=2.880000|duration=1800|duration_time=0.020000|size=772|pos=141564|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=259200|pts_time=2.880000|dts=25920 > 0|dts_time=2.880000|duration=1800|duration_time=0.020000|size=772|pos=141564|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0ed88196 > -packet|codec_type=audio|stream_index=0|pts=261000|pts_time=2.900000|dts=26100 > 0|dts_time=2.900000|duration=1800|duration_time=0.020000|size=778|pos=142504|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=261000|pts_time=2.900000|dts=26100 > 0|dts_time=2.900000|duration=1800|duration_time=0.020000|size=778|pos=142504|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:bf13126e > -packet|codec_type=audio|stream_index=0|pts=262800|pts_time=2.920000|dts=26280 > 0|dts_time=2.920000|duration=1800|duration_time=0.020000|size=776|pos=143444|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=262800|pts_time=2.920000|dts=26280 > 0|dts_time=2.920000|duration=1800|duration_time=0.020000|size=776|pos=143444|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:dd160d29 > -packet|codec_type=audio|stream_index=0|pts=264600|pts_time=2.940000|dts=26460 > 0|dts_time=2.940000|duration=1800|duration_time=0.020000|size=775|pos=144384|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=264600|pts_time=2.940000|dts=26460 > 0|dts_time=2.940000|duration=1800|duration_time=0.020000|size=775|pos=144384|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:65833aa7 > -packet|codec_type=audio|stream_index=0|pts=266400|pts_time=2.960000|dts=26640 > 0|dts_time=2.960000|duration=1800|duration_time=0.020000|size=772|pos=145324|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=266400|pts_time=2.960000|dts=26640 > 0|dts_time=2.960000|duration=1800|duration_time=0.020000|size=772|pos=145324|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:9343d3d2 > -packet|codec_type=audio|stream_index=0|pts=268200|pts_time=2.980000|dts=26820 > 0|dts_time=2.980000|duration=1800|duration_time=0.020000|size=778|pos=146264|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=268200|pts_time=2.980000|dts=26820 > 0|dts_time=2.980000|duration=1800|duration_time=0.020000|size=778|pos=146264|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7da0cd8d > -packet|codec_type=audio|stream_index=0|pts=270000|pts_time=3.000000|dts=27000 > 0|dts_time=3.000000|duration=1800|duration_time=0.020000|size=808|pos=147580|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=270000|pts_time=3.000000|dts=27000 > 0|dts_time=3.000000|duration=1800|duration_time=0.020000|size=808|pos=147580|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8a3298b7 > -packet|codec_type=audio|stream_index=0|pts=271800|pts_time=3.020000|dts=27180 > 0|dts_time=3.020000|duration=1800|duration_time=0.020000|size=836|pos=148520|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=271800|pts_time=3.020000|dts=27180 > 0|dts_time=3.020000|duration=1800|duration_time=0.020000|size=836|pos=148520|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:604d40c4 > -packet|codec_type=audio|stream_index=0|pts=273600|pts_time=3.040000|dts=27360 > 0|dts_time=3.040000|duration=1800|duration_time=0.020000|size=913|pos=149460|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=273600|pts_time=3.040000|dts=27360 > 0|dts_time=3.040000|duration=1800|duration_time=0.020000|size=913|pos=149460|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ecd7b491 > -packet|codec_type=audio|stream_index=0|pts=275400|pts_time=3.060000|dts=27540 > 0|dts_time=3.060000|duration=1800|duration_time=0.020000|size=837|pos=150588|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=275400|pts_time=3.060000|dts=27540 > 0|dts_time=3.060000|duration=1800|duration_time=0.020000|size=837|pos=150588|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f8907616 > -packet|codec_type=audio|stream_index=0|pts=277200|pts_time=3.080000|dts=27720 > 0|dts_time=3.080000|duration=1800|duration_time=0.020000|size=834|pos=151528|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=277200|pts_time=3.080000|dts=27720 > 0|dts_time=3.080000|duration=1800|duration_time=0.020000|size=834|pos=151528|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c6701edc > -packet|codec_type=audio|stream_index=0|pts=279000|pts_time=3.100000|dts=27900 > 0|dts_time=3.100000|duration=1800|duration_time=0.020000|size=836|pos=152468|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=279000|pts_time=3.100000|dts=27900 > 0|dts_time=3.100000|duration=1800|duration_time=0.020000|size=836|pos=152468|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ed85bdee > -packet|codec_type=audio|stream_index=0|pts=280800|pts_time=3.120000|dts=28080 > 0|dts_time=3.120000|duration=1800|duration_time=0.020000|size=832|pos=153408|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=280800|pts_time=3.120000|dts=28080 > 0|dts_time=3.120000|duration=1800|duration_time=0.020000|size=832|pos=153408|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d9ea8517 > -packet|codec_type=audio|stream_index=0|pts=282600|pts_time=3.140000|dts=28260 > 0|dts_time=3.140000|duration=1800|duration_time=0.020000|size=826|pos=154348|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=282600|pts_time=3.140000|dts=28260 > 0|dts_time=3.140000|duration=1800|duration_time=0.020000|size=826|pos=154348|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e396092f > -packet|codec_type=audio|stream_index=0|pts=284400|pts_time=3.160000|dts=28440 > 0|dts_time=3.160000|duration=1800|duration_time=0.020000|size=817|pos=155288|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=284400|pts_time=3.160000|dts=28440 > 0|dts_time=3.160000|duration=1800|duration_time=0.020000|size=817|pos=155288|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1c628f31 > -packet|codec_type=audio|stream_index=0|pts=286200|pts_time=3.180000|dts=28620 > 0|dts_time=3.180000|duration=1800|duration_time=0.020000|size=825|pos=156228|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=286200|pts_time=3.180000|dts=28620 > 0|dts_time=3.180000|duration=1800|duration_time=0.020000|size=825|pos=156228|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:52183b8f > -packet|codec_type=audio|stream_index=0|pts=288000|pts_time=3.200000|dts=28800 > 0|dts_time=3.200000|duration=1800|duration_time=0.020000|size=824|pos=157544|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=288000|pts_time=3.200000|dts=28800 > 0|dts_time=3.200000|duration=1800|duration_time=0.020000|size=824|pos=157544|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:bbae2882 > -packet|codec_type=audio|stream_index=0|pts=289800|pts_time=3.220000|dts=28980 > 0|dts_time=3.220000|duration=1800|duration_time=0.020000|size=828|pos=158484|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=289800|pts_time=3.220000|dts=28980 > 0|dts_time=3.220000|duration=1800|duration_time=0.020000|size=828|pos=158484|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:bb5a7486 > -packet|codec_type=audio|stream_index=0|pts=291600|pts_time=3.240000|dts=29160 > 0|dts_time=3.240000|duration=1800|duration_time=0.020000|size=833|pos=159424|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=291600|pts_time=3.240000|dts=29160 > 0|dts_time=3.240000|duration=1800|duration_time=0.020000|size=833|pos=159424|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ead8306a > -packet|codec_type=audio|stream_index=0|pts=293400|pts_time=3.260000|dts=29340 > 0|dts_time=3.260000|duration=1800|duration_time=0.020000|size=832|pos=160364|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=293400|pts_time=3.260000|dts=29340 > 0|dts_time=3.260000|duration=1800|duration_time=0.020000|size=832|pos=160364|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:82db1098 > -packet|codec_type=audio|stream_index=0|pts=295200|pts_time=3.280000|dts=29520 > 0|dts_time=3.280000|duration=1800|duration_time=0.020000|size=896|pos=161304|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=295200|pts_time=3.280000|dts=29520 > 0|dts_time=3.280000|duration=1800|duration_time=0.020000|size=896|pos=161304|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:688f5cb6 > -packet|codec_type=audio|stream_index=0|pts=297000|pts_time=3.300000|dts=29700 > 0|dts_time=3.300000|duration=1800|duration_time=0.020000|size=824|pos=162244|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=297000|pts_time=3.300000|dts=29700 > 0|dts_time=3.300000|duration=1800|duration_time=0.020000|size=824|pos=162244|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:fdf34c0b > -packet|codec_type=audio|stream_index=0|pts=298800|pts_time=3.320000|dts=29880 > 0|dts_time=3.320000|duration=1800|duration_time=0.020000|size=812|pos=163184|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=298800|pts_time=3.320000|dts=29880 > 0|dts_time=3.320000|duration=1800|duration_time=0.020000|size=812|pos=163184|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:802e95d1 > -packet|codec_type=audio|stream_index=0|pts=300600|pts_time=3.340000|dts=30060 > 0|dts_time=3.340000|duration=1800|duration_time=0.020000|size=821|pos=164124|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=300600|pts_time=3.340000|dts=30060 > 0|dts_time=3.340000|duration=1800|duration_time=0.020000|size=821|pos=164124|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:141404b8 > -packet|codec_type=audio|stream_index=0|pts=302400|pts_time=3.360000|dts=30240 > 0|dts_time=3.360000|duration=1800|duration_time=0.020000|size=883|pos=165064|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=302400|pts_time=3.360000|dts=30240 > 0|dts_time=3.360000|duration=1800|duration_time=0.020000|size=883|pos=165064|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3e39e373 > -packet|codec_type=audio|stream_index=0|pts=304200|pts_time=3.380000|dts=30420 > 0|dts_time=3.380000|duration=1800|duration_time=0.020000|size=820|pos=166004|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=304200|pts_time=3.380000|dts=30420 > 0|dts_time=3.380000|duration=1800|duration_time=0.020000|size=820|pos=166004|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ce8d8234 > -packet|codec_type=audio|stream_index=0|pts=306000|pts_time=3.400000|dts=30600 > 0|dts_time=3.400000|duration=1800|duration_time=0.020000|size=835|pos=167320|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=306000|pts_time=3.400000|dts=30600 > 0|dts_time=3.400000|duration=1800|duration_time=0.020000|size=835|pos=167320|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0f3c194d > -packet|codec_type=audio|stream_index=0|pts=307800|pts_time=3.420000|dts=30780 > 0|dts_time=3.420000|duration=1800|duration_time=0.020000|size=833|pos=168260|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=307800|pts_time=3.420000|dts=30780 > 0|dts_time=3.420000|duration=1800|duration_time=0.020000|size=833|pos=168260|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3d5d60c4 > -packet|codec_type=audio|stream_index=0|pts=309600|pts_time=3.440000|dts=30960 > 0|dts_time=3.440000|duration=1800|duration_time=0.020000|size=830|pos=169200|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=309600|pts_time=3.440000|dts=30960 > 0|dts_time=3.440000|duration=1800|duration_time=0.020000|size=830|pos=169200|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f66b2c9f > -packet|codec_type=audio|stream_index=0|pts=311400|pts_time=3.460000|dts=31140 > 0|dts_time=3.460000|duration=1800|duration_time=0.020000|size=820|pos=170140|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=311400|pts_time=3.460000|dts=31140 > 0|dts_time=3.460000|duration=1800|duration_time=0.020000|size=820|pos=170140|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:44eb2398 > -packet|codec_type=audio|stream_index=0|pts=313200|pts_time=3.480000|dts=31320 > 0|dts_time=3.480000|duration=1800|duration_time=0.020000|size=815|pos=171080|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=313200|pts_time=3.480000|dts=31320 > 0|dts_time=3.480000|duration=1800|duration_time=0.020000|size=815|pos=171080|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cec1f69c > -packet|codec_type=audio|stream_index=0|pts=315000|pts_time=3.500000|dts=31500 > 0|dts_time=3.500000|duration=1800|duration_time=0.020000|size=827|pos=172020|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=315000|pts_time=3.500000|dts=31500 > 0|dts_time=3.500000|duration=1800|duration_time=0.020000|size=827|pos=172020|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:57096eb1 > -packet|codec_type=audio|stream_index=0|pts=316800|pts_time=3.520000|dts=31680 > 0|dts_time=3.520000|duration=1800|duration_time=0.020000|size=819|pos=172960|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=316800|pts_time=3.520000|dts=31680 > 0|dts_time=3.520000|duration=1800|duration_time=0.020000|size=819|pos=172960|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:66999a29 > -packet|codec_type=audio|stream_index=0|pts=318600|pts_time=3.540000|dts=31860 > 0|dts_time=3.540000|duration=1800|duration_time=0.020000|size=828|pos=173900|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=318600|pts_time=3.540000|dts=31860 > 0|dts_time=3.540000|duration=1800|duration_time=0.020000|size=828|pos=173900|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0e598023 > -packet|codec_type=audio|stream_index=0|pts=320400|pts_time=3.560000|dts=32040 > 0|dts_time=3.560000|duration=1800|duration_time=0.020000|size=830|pos=174840|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=320400|pts_time=3.560000|dts=32040 > 0|dts_time=3.560000|duration=1800|duration_time=0.020000|size=830|pos=174840|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8e728d2b > -packet|codec_type=audio|stream_index=0|pts=322200|pts_time=3.580000|dts=32220 > 0|dts_time=3.580000|duration=1800|duration_time=0.020000|size=828|pos=175780|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=322200|pts_time=3.580000|dts=32220 > 0|dts_time=3.580000|duration=1800|duration_time=0.020000|size=828|pos=175780|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7e7549e3 > -packet|codec_type=audio|stream_index=0|pts=324000|pts_time=3.600000|dts=32400 > 0|dts_time=3.600000|duration=1800|duration_time=0.020000|size=829|pos=177096|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=324000|pts_time=3.600000|dts=32400 > 0|dts_time=3.600000|duration=1800|duration_time=0.020000|size=829|pos=177096|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:62f96c18 > -packet|codec_type=audio|stream_index=0|pts=325800|pts_time=3.620000|dts=32580 > 0|dts_time=3.620000|duration=1800|duration_time=0.020000|size=820|pos=178036|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=325800|pts_time=3.620000|dts=32580 > 0|dts_time=3.620000|duration=1800|duration_time=0.020000|size=820|pos=178036|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:48d04b8a > -packet|codec_type=audio|stream_index=0|pts=327600|pts_time=3.640000|dts=32760 > 0|dts_time=3.640000|duration=1800|duration_time=0.020000|size=823|pos=178976|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=327600|pts_time=3.640000|dts=32760 > 0|dts_time=3.640000|duration=1800|duration_time=0.020000|size=823|pos=178976|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7937563e > -packet|codec_type=audio|stream_index=0|pts=329400|pts_time=3.660000|dts=32940 > 0|dts_time=3.660000|duration=1800|duration_time=0.020000|size=798|pos=179916|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=329400|pts_time=3.660000|dts=32940 > 0|dts_time=3.660000|duration=1800|duration_time=0.020000|size=798|pos=179916|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8e573ad0 > -packet|codec_type=audio|stream_index=0|pts=331200|pts_time=3.680000|dts=33120 > 0|dts_time=3.680000|duration=1800|duration_time=0.020000|size=772|pos=180856|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=331200|pts_time=3.680000|dts=33120 > 0|dts_time=3.680000|duration=1800|duration_time=0.020000|size=772|pos=180856|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ece4d7e7 > -packet|codec_type=audio|stream_index=0|pts=333000|pts_time=3.700000|dts=33300 > 0|dts_time=3.700000|duration=1800|duration_time=0.020000|size=779|pos=181796|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=333000|pts_time=3.700000|dts=33300 > 0|dts_time=3.700000|duration=1800|duration_time=0.020000|size=779|pos=181796|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4ca26e7d > -packet|codec_type=audio|stream_index=0|pts=334800|pts_time=3.720000|dts=33480 > 0|dts_time=3.720000|duration=1800|duration_time=0.020000|size=774|pos=182736|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=334800|pts_time=3.720000|dts=33480 > 0|dts_time=3.720000|duration=1800|duration_time=0.020000|size=774|pos=182736|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8c347b2d > -packet|codec_type=audio|stream_index=0|pts=336600|pts_time=3.740000|dts=33660 > 0|dts_time=3.740000|duration=1800|duration_time=0.020000|size=907|pos=183676|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=336600|pts_time=3.740000|dts=33660 > 0|dts_time=3.740000|duration=1800|duration_time=0.020000|size=907|pos=183676|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b50e55b8 > -packet|codec_type=audio|stream_index=0|pts=338400|pts_time=3.760000|dts=33840 > 0|dts_time=3.760000|duration=1800|duration_time=0.020000|size=772|pos=184804|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=338400|pts_time=3.760000|dts=33840 > 0|dts_time=3.760000|duration=1800|duration_time=0.020000|size=772|pos=184804|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e2ff539f > -packet|codec_type=audio|stream_index=0|pts=340200|pts_time=3.780000|dts=34020 > 0|dts_time=3.780000|duration=1800|duration_time=0.020000|size=777|pos=185744|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=340200|pts_time=3.780000|dts=34020 > 0|dts_time=3.780000|duration=1800|duration_time=0.020000|size=777|pos=185744|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f86e1c5a > -packet|codec_type=audio|stream_index=0|pts=342000|pts_time=3.800000|dts=34200 > 0|dts_time=3.800000|duration=1800|duration_time=0.020000|size=777|pos=187060|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=342000|pts_time=3.800000|dts=34200 > 0|dts_time=3.800000|duration=1800|duration_time=0.020000|size=777|pos=187060|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ff858811 > -packet|codec_type=audio|stream_index=0|pts=343800|pts_time=3.820000|dts=34380 > 0|dts_time=3.820000|duration=1800|duration_time=0.020000|size=777|pos=188000|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=343800|pts_time=3.820000|dts=34380 > 0|dts_time=3.820000|duration=1800|duration_time=0.020000|size=777|pos=188000|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4b0da83e > -packet|codec_type=audio|stream_index=0|pts=345600|pts_time=3.840000|dts=34560 > 0|dts_time=3.840000|duration=1800|duration_time=0.020000|size=775|pos=188940|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=345600|pts_time=3.840000|dts=34560 > 0|dts_time=3.840000|duration=1800|duration_time=0.020000|size=775|pos=188940|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:605a41a9 > -packet|codec_type=audio|stream_index=0|pts=347400|pts_time=3.860000|dts=34740 > 0|dts_time=3.860000|duration=1800|duration_time=0.020000|size=773|pos=189880|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=347400|pts_time=3.860000|dts=34740 > 0|dts_time=3.860000|duration=1800|duration_time=0.020000|size=773|pos=189880|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d32c5756 > -packet|codec_type=audio|stream_index=0|pts=349200|pts_time=3.880000|dts=34920 > 0|dts_time=3.880000|duration=1800|duration_time=0.020000|size=777|pos=190820|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=349200|pts_time=3.880000|dts=34920 > 0|dts_time=3.880000|duration=1800|duration_time=0.020000|size=777|pos=190820|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:92c557ef > -packet|codec_type=audio|stream_index=0|pts=351000|pts_time=3.900000|dts=35100 > 0|dts_time=3.900000|duration=1800|duration_time=0.020000|size=777|pos=191760|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=351000|pts_time=3.900000|dts=35100 > 0|dts_time=3.900000|duration=1800|duration_time=0.020000|size=777|pos=191760|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c16056ca > -packet|codec_type=audio|stream_index=0|pts=352800|pts_time=3.920000|dts=35280 > 0|dts_time=3.920000|duration=1800|duration_time=0.020000|size=776|pos=192700|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=352800|pts_time=3.920000|dts=35280 > 0|dts_time=3.920000|duration=1800|duration_time=0.020000|size=776|pos=192700|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c84a2e99 > -packet|codec_type=audio|stream_index=0|pts=354600|pts_time=3.940000|dts=35460 > 0|dts_time=3.940000|duration=1800|duration_time=0.020000|size=780|pos=193640|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=354600|pts_time=3.940000|dts=35460 > 0|dts_time=3.940000|duration=1800|duration_time=0.020000|size=780|pos=193640|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d59309d0 > -packet|codec_type=audio|stream_index=0|pts=356400|pts_time=3.960000|dts=35640 > 0|dts_time=3.960000|duration=1800|duration_time=0.020000|size=776|pos=194580|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=356400|pts_time=3.960000|dts=35640 > 0|dts_time=3.960000|duration=1800|duration_time=0.020000|size=776|pos=194580|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8312e1ba > -packet|codec_type=audio|stream_index=0|pts=358200|pts_time=3.980000|dts=35820 > 0|dts_time=3.980000|duration=1800|duration_time=0.020000|size=778|pos=195520|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=358200|pts_time=3.980000|dts=35820 > 0|dts_time=3.980000|duration=1800|duration_time=0.020000|size=778|pos=195520|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:12d77a3e > -packet|codec_type=audio|stream_index=0|pts=360000|pts_time=4.000000|dts=36000 > 0|dts_time=4.000000|duration=1800|duration_time=0.020000|size=774|pos=196836|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=360000|pts_time=4.000000|dts=36000 > 0|dts_time=4.000000|duration=1800|duration_time=0.020000|size=774|pos=196836|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:86b417d4 > -packet|codec_type=audio|stream_index=0|pts=361800|pts_time=4.020000|dts=36180 > 0|dts_time=4.020000|duration=1800|duration_time=0.020000|size=778|pos=197776|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=361800|pts_time=4.020000|dts=36180 > 0|dts_time=4.020000|duration=1800|duration_time=0.020000|size=778|pos=197776|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a66ed4cf > -packet|codec_type=audio|stream_index=0|pts=363600|pts_time=4.040000|dts=36360 > 0|dts_time=4.040000|duration=1800|duration_time=0.020000|size=777|pos=198716|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=363600|pts_time=4.040000|dts=36360 > 0|dts_time=4.040000|duration=1800|duration_time=0.020000|size=777|pos=198716|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b686a5ca > -packet|codec_type=audio|stream_index=0|pts=365400|pts_time=4.060000|dts=36540 > 0|dts_time=4.060000|duration=1800|duration_time=0.020000|size=773|pos=199656|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=365400|pts_time=4.060000|dts=36540 > 0|dts_time=4.060000|duration=1800|duration_time=0.020000|size=773|pos=199656|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:261ce45b > -packet|codec_type=audio|stream_index=0|pts=367200|pts_time=4.080000|dts=36720 > 0|dts_time=4.080000|duration=1800|duration_time=0.020000|size=782|pos=200596|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=367200|pts_time=4.080000|dts=36720 > 0|dts_time=4.080000|duration=1800|duration_time=0.020000|size=782|pos=200596|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cbfbd1bf > -packet|codec_type=audio|stream_index=0|pts=369000|pts_time=4.100000|dts=36900 > 0|dts_time=4.100000|duration=1800|duration_time=0.020000|size=780|pos=201536|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=369000|pts_time=4.100000|dts=36900 > 0|dts_time=4.100000|duration=1800|duration_time=0.020000|size=780|pos=201536|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:20b5484f > -packet|codec_type=audio|stream_index=0|pts=370800|pts_time=4.120000|dts=37080 > 0|dts_time=4.120000|duration=1800|duration_time=0.020000|size=777|pos=202476|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=370800|pts_time=4.120000|dts=37080 > 0|dts_time=4.120000|duration=1800|duration_time=0.020000|size=777|pos=202476|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c4d54099 > -packet|codec_type=audio|stream_index=0|pts=372600|pts_time=4.140000|dts=37260 > 0|dts_time=4.140000|duration=1800|duration_time=0.020000|size=775|pos=203416|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=372600|pts_time=4.140000|dts=37260 > 0|dts_time=4.140000|duration=1800|duration_time=0.020000|size=775|pos=203416|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cb665fdf > -packet|codec_type=audio|stream_index=0|pts=374400|pts_time=4.160000|dts=37440 > 0|dts_time=4.160000|duration=1800|duration_time=0.020000|size=777|pos=204356|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=374400|pts_time=4.160000|dts=37440 > 0|dts_time=4.160000|duration=1800|duration_time=0.020000|size=777|pos=204356|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0271ab1f > -packet|codec_type=audio|stream_index=0|pts=376200|pts_time=4.180000|dts=37620 > 0|dts_time=4.180000|duration=1800|duration_time=0.020000|size=776|pos=205296|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=376200|pts_time=4.180000|dts=37620 > 0|dts_time=4.180000|duration=1800|duration_time=0.020000|size=776|pos=205296|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a82f4ab4 > -packet|codec_type=audio|stream_index=0|pts=378000|pts_time=4.200000|dts=37800 > 0|dts_time=4.200000|duration=1800|duration_time=0.020000|size=778|pos=206612|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=378000|pts_time=4.200000|dts=37800 > 0|dts_time=4.200000|duration=1800|duration_time=0.020000|size=778|pos=206612|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a1e09e3b > -packet|codec_type=audio|stream_index=0|pts=379800|pts_time=4.220000|dts=37980 > 0|dts_time=4.220000|duration=1800|duration_time=0.020000|size=775|pos=207552|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=379800|pts_time=4.220000|dts=37980 > 0|dts_time=4.220000|duration=1800|duration_time=0.020000|size=775|pos=207552|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7b297a73 > -packet|codec_type=audio|stream_index=0|pts=381600|pts_time=4.240000|dts=38160 > 0|dts_time=4.240000|duration=1800|duration_time=0.020000|size=775|pos=208492|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=381600|pts_time=4.240000|dts=38160 > 0|dts_time=4.240000|duration=1800|duration_time=0.020000|size=775|pos=208492|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2165ebef > -packet|codec_type=audio|stream_index=0|pts=383400|pts_time=4.260000|dts=38340 > 0|dts_time=4.260000|duration=1800|duration_time=0.020000|size=779|pos=209432|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=383400|pts_time=4.260000|dts=38340 > 0|dts_time=4.260000|duration=1800|duration_time=0.020000|size=779|pos=209432|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b802ae36 > -packet|codec_type=audio|stream_index=0|pts=385200|pts_time=4.280000|dts=38520 > 0|dts_time=4.280000|duration=1800|duration_time=0.020000|size=779|pos=210372|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=385200|pts_time=4.280000|dts=38520 > 0|dts_time=4.280000|duration=1800|duration_time=0.020000|size=779|pos=210372|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:36ca4657 > -packet|codec_type=audio|stream_index=0|pts=387000|pts_time=4.300000|dts=38700 > 0|dts_time=4.300000|duration=1800|duration_time=0.020000|size=778|pos=211312|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=387000|pts_time=4.300000|dts=38700 > 0|dts_time=4.300000|duration=1800|duration_time=0.020000|size=778|pos=211312|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2fe8a70c > -packet|codec_type=audio|stream_index=0|pts=388800|pts_time=4.320000|dts=38880 > 0|dts_time=4.320000|duration=1800|duration_time=0.020000|size=780|pos=212252|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=388800|pts_time=4.320000|dts=38880 > 0|dts_time=4.320000|duration=1800|duration_time=0.020000|size=780|pos=212252|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:19c3bc8c > -packet|codec_type=audio|stream_index=0|pts=390600|pts_time=4.340000|dts=39060 > 0|dts_time=4.340000|duration=1800|duration_time=0.020000|size=778|pos=213192|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=390600|pts_time=4.340000|dts=39060 > 0|dts_time=4.340000|duration=1800|duration_time=0.020000|size=778|pos=213192|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3b6c08d8 > -packet|codec_type=audio|stream_index=0|pts=392400|pts_time=4.360000|dts=39240 > 0|dts_time=4.360000|duration=1800|duration_time=0.020000|size=776|pos=214132|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=392400|pts_time=4.360000|dts=39240 > 0|dts_time=4.360000|duration=1800|duration_time=0.020000|size=776|pos=214132|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:851471f3 > -packet|codec_type=audio|stream_index=0|pts=394200|pts_time=4.380000|dts=39420 > 0|dts_time=4.380000|duration=1800|duration_time=0.020000|size=777|pos=215072|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=394200|pts_time=4.380000|dts=39420 > 0|dts_time=4.380000|duration=1800|duration_time=0.020000|size=777|pos=215072|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5d33a166 > -packet|codec_type=audio|stream_index=0|pts=396000|pts_time=4.400000|dts=39600 > 0|dts_time=4.400000|duration=1800|duration_time=0.020000|size=841|pos=216388|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=396000|pts_time=4.400000|dts=39600 > 0|dts_time=4.400000|duration=1800|duration_time=0.020000|size=841|pos=216388|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d0d1a21b > -packet|codec_type=audio|stream_index=0|pts=397800|pts_time=4.420000|dts=39780 > 0|dts_time=4.420000|duration=1800|duration_time=0.020000|size=777|pos=217328|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=397800|pts_time=4.420000|dts=39780 > 0|dts_time=4.420000|duration=1800|duration_time=0.020000|size=777|pos=217328|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c21a3376 > -packet|codec_type=audio|stream_index=0|pts=399600|pts_time=4.440000|dts=39960 > 0|dts_time=4.440000|duration=1800|duration_time=0.020000|size=780|pos=218268|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=399600|pts_time=4.440000|dts=39960 > 0|dts_time=4.440000|duration=1800|duration_time=0.020000|size=780|pos=218268|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0daaead6 > -packet|codec_type=audio|stream_index=0|pts=401400|pts_time=4.460000|dts=40140 > 0|dts_time=4.460000|duration=1800|duration_time=0.020000|size=777|pos=219208|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=401400|pts_time=4.460000|dts=40140 > 0|dts_time=4.460000|duration=1800|duration_time=0.020000|size=777|pos=219208|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:01c07956 > -packet|codec_type=audio|stream_index=0|pts=403200|pts_time=4.480000|dts=40320 > 0|dts_time=4.480000|duration=1800|duration_time=0.020000|size=777|pos=220148|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=403200|pts_time=4.480000|dts=40320 > 0|dts_time=4.480000|duration=1800|duration_time=0.020000|size=777|pos=220148|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f5b429c1 > -packet|codec_type=audio|stream_index=0|pts=405000|pts_time=4.500000|dts=40500 > 0|dts_time=4.500000|duration=1800|duration_time=0.020000|size=778|pos=221088|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=405000|pts_time=4.500000|dts=40500 > 0|dts_time=4.500000|duration=1800|duration_time=0.020000|size=778|pos=221088|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a46831d9 > -packet|codec_type=audio|stream_index=0|pts=406800|pts_time=4.520000|dts=40680 > 0|dts_time=4.520000|duration=1800|duration_time=0.020000|size=778|pos=222028|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=406800|pts_time=4.520000|dts=40680 > 0|dts_time=4.520000|duration=1800|duration_time=0.020000|size=778|pos=222028|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:555d2cb1 > -packet|codec_type=audio|stream_index=0|pts=408600|pts_time=4.540000|dts=40860 > 0|dts_time=4.540000|duration=1800|duration_time=0.020000|size=779|pos=222968|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=408600|pts_time=4.540000|dts=40860 > 0|dts_time=4.540000|duration=1800|duration_time=0.020000|size=779|pos=222968|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7670785c > -packet|codec_type=audio|stream_index=0|pts=410400|pts_time=4.560000|dts=41040 > 0|dts_time=4.560000|duration=1800|duration_time=0.020000|size=776|pos=223908|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=410400|pts_time=4.560000|dts=41040 > 0|dts_time=4.560000|duration=1800|duration_time=0.020000|size=776|pos=223908|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:52a244cd > -packet|codec_type=audio|stream_index=0|pts=412200|pts_time=4.580000|dts=41220 > 0|dts_time=4.580000|duration=1800|duration_time=0.020000|size=784|pos=224848|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=412200|pts_time=4.580000|dts=41220 > 0|dts_time=4.580000|duration=1800|duration_time=0.020000|size=784|pos=224848|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7ad67c41 > -packet|codec_type=audio|stream_index=0|pts=414000|pts_time=4.600000|dts=41400 > 0|dts_time=4.600000|duration=1800|duration_time=0.020000|size=776|pos=226164|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=414000|pts_time=4.600000|dts=41400 > 0|dts_time=4.600000|duration=1800|duration_time=0.020000|size=776|pos=226164|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ddc7990b > -packet|codec_type=audio|stream_index=0|pts=415800|pts_time=4.620000|dts=41580 > 0|dts_time=4.620000|duration=1800|duration_time=0.020000|size=778|pos=227104|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=415800|pts_time=4.620000|dts=41580 > 0|dts_time=4.620000|duration=1800|duration_time=0.020000|size=778|pos=227104|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8a49bff6 > -packet|codec_type=audio|stream_index=0|pts=417600|pts_time=4.640000|dts=41760 > 0|dts_time=4.640000|duration=1800|duration_time=0.020000|size=775|pos=228044|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=417600|pts_time=4.640000|dts=41760 > 0|dts_time=4.640000|duration=1800|duration_time=0.020000|size=775|pos=228044|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:258dc60a > -packet|codec_type=audio|stream_index=0|pts=419400|pts_time=4.660000|dts=41940 > 0|dts_time=4.660000|duration=1800|duration_time=0.020000|size=781|pos=228984|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=419400|pts_time=4.660000|dts=41940 > 0|dts_time=4.660000|duration=1800|duration_time=0.020000|size=781|pos=228984|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2dd6d159 > -packet|codec_type=audio|stream_index=0|pts=421200|pts_time=4.680000|dts=42120 > 0|dts_time=4.680000|duration=1800|duration_time=0.020000|size=779|pos=229924|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=421200|pts_time=4.680000|dts=42120 > 0|dts_time=4.680000|duration=1800|duration_time=0.020000|size=779|pos=229924|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:359ba790 > -packet|codec_type=audio|stream_index=0|pts=423000|pts_time=4.700000|dts=42300 > 0|dts_time=4.700000|duration=1800|duration_time=0.020000|size=846|pos=230864|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=423000|pts_time=4.700000|dts=42300 > 0|dts_time=4.700000|duration=1800|duration_time=0.020000|size=846|pos=230864|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:68cbef69 > -packet|codec_type=audio|stream_index=0|pts=424800|pts_time=4.720000|dts=42480 > 0|dts_time=4.720000|duration=1800|duration_time=0.020000|size=776|pos=231804|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=424800|pts_time=4.720000|dts=42480 > 0|dts_time=4.720000|duration=1800|duration_time=0.020000|size=776|pos=231804|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cbce1c41 > -packet|codec_type=audio|stream_index=0|pts=426600|pts_time=4.740000|dts=42660 > 0|dts_time=4.740000|duration=1800|duration_time=0.020000|size=781|pos=232744|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=426600|pts_time=4.740000|dts=42660 > 0|dts_time=4.740000|duration=1800|duration_time=0.020000|size=781|pos=232744|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a9a19b23 > -packet|codec_type=audio|stream_index=0|pts=428400|pts_time=4.760000|dts=42840 > 0|dts_time=4.760000|duration=1800|duration_time=0.020000|size=783|pos=233684|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=428400|pts_time=4.760000|dts=42840 > 0|dts_time=4.760000|duration=1800|duration_time=0.020000|size=783|pos=233684|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f31b8def > -packet|codec_type=audio|stream_index=0|pts=430200|pts_time=4.780000|dts=43020 > 0|dts_time=4.780000|duration=1800|duration_time=0.020000|size=971|pos=234624|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=430200|pts_time=4.780000|dts=43020 > 0|dts_time=4.780000|duration=1800|duration_time=0.020000|size=971|pos=234624|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4dd92879 > -packet|codec_type=audio|stream_index=0|pts=432000|pts_time=4.800000|dts=43200 > 0|dts_time=4.800000|duration=1800|duration_time=0.020000|size=970|pos=236128|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=432000|pts_time=4.800000|dts=43200 > 0|dts_time=4.800000|duration=1800|duration_time=0.020000|size=970|pos=236128|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7020e4a7 > -packet|codec_type=audio|stream_index=0|pts=433800|pts_time=4.820000|dts=43380 > 0|dts_time=4.820000|duration=1800|duration_time=0.020000|size=967|pos=237256|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=433800|pts_time=4.820000|dts=43380 > 0|dts_time=4.820000|duration=1800|duration_time=0.020000|size=967|pos=237256|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5f56efad > -packet|codec_type=audio|stream_index=0|pts=435600|pts_time=4.840000|dts=43560 > 0|dts_time=4.840000|duration=1800|duration_time=0.020000|size=776|pos=238384|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=435600|pts_time=4.840000|dts=43560 > 0|dts_time=4.840000|duration=1800|duration_time=0.020000|size=776|pos=238384|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4ae7101d > -packet|codec_type=audio|stream_index=0|pts=437400|pts_time=4.860000|dts=43740 > 0|dts_time=4.860000|duration=1800|duration_time=0.020000|size=971|pos=239324|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=437400|pts_time=4.860000|dts=43740 > 0|dts_time=4.860000|duration=1800|duration_time=0.020000|size=971|pos=239324|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:386c5965 > -packet|codec_type=audio|stream_index=0|pts=439200|pts_time=4.880000|dts=43920 > 0|dts_time=4.880000|duration=1800|duration_time=0.020000|size=962|pos=240452|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=439200|pts_time=4.880000|dts=43920 > 0|dts_time=4.880000|duration=1800|duration_time=0.020000|size=962|pos=240452|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f2701022 > -packet|codec_type=audio|stream_index=0|pts=441000|pts_time=4.900000|dts=44100 > 0|dts_time=4.900000|duration=1800|duration_time=0.020000|size=964|pos=241580|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=441000|pts_time=4.900000|dts=44100 > 0|dts_time=4.900000|duration=1800|duration_time=0.020000|size=964|pos=241580|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:386bfd07 > -packet|codec_type=audio|stream_index=0|pts=442800|pts_time=4.920000|dts=44280 > 0|dts_time=4.920000|duration=1800|duration_time=0.020000|size=773|pos=242708|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=442800|pts_time=4.920000|dts=44280 > 0|dts_time=4.920000|duration=1800|duration_time=0.020000|size=773|pos=242708|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:080e4345 > -packet|codec_type=audio|stream_index=0|pts=444600|pts_time=4.940000|dts=44460 > 0|dts_time=4.940000|duration=1800|duration_time=0.020000|size=770|pos=243648|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=444600|pts_time=4.940000|dts=44460 > 0|dts_time=4.940000|duration=1800|duration_time=0.020000|size=770|pos=243648|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4fbaa6b9 > -packet|codec_type=audio|stream_index=0|pts=446400|pts_time=4.960000|dts=44640 > 0|dts_time=4.960000|duration=1800|duration_time=0.020000|size=964|pos=244588|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=446400|pts_time=4.960000|dts=44640 > 0|dts_time=4.960000|duration=1800|duration_time=0.020000|size=964|pos=244588|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5c879539 > -packet|codec_type=audio|stream_index=0|pts=448200|pts_time=4.980000|dts=44820 > 0|dts_time=4.980000|duration=1800|duration_time=0.020000|size=958|pos=245716|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=448200|pts_time=4.980000|dts=44820 > 0|dts_time=4.980000|duration=1800|duration_time=0.020000|size=958|pos=245716|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:dac40562 > -packet|codec_type=audio|stream_index=0|pts=450000|pts_time=5.000000|dts=45000 > 0|dts_time=5.000000|duration=1800|duration_time=0.020000|size=775|pos=247220|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=450000|pts_time=5.000000|dts=45000 > 0|dts_time=5.000000|duration=1800|duration_time=0.020000|size=775|pos=247220|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:31f989e0 > -packet|codec_type=audio|stream_index=0|pts=451800|pts_time=5.020000|dts=45180 > 0|dts_time=5.020000|duration=1800|duration_time=0.020000|size=775|pos=248160|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=451800|pts_time=5.020000|dts=45180 > 0|dts_time=5.020000|duration=1800|duration_time=0.020000|size=775|pos=248160|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0149cc11 > -packet|codec_type=audio|stream_index=0|pts=453600|pts_time=5.040000|dts=45360 > 0|dts_time=5.040000|duration=1800|duration_time=0.020000|size=966|pos=249100|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=453600|pts_time=5.040000|dts=45360 > 0|dts_time=5.040000|duration=1800|duration_time=0.020000|size=966|pos=249100|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1c226514 > -packet|codec_type=audio|stream_index=0|pts=455400|pts_time=5.060000|dts=45540 > 0|dts_time=5.060000|duration=1800|duration_time=0.020000|size=843|pos=250228|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=455400|pts_time=5.060000|dts=45540 > 0|dts_time=5.060000|duration=1800|duration_time=0.020000|size=843|pos=250228|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:991ab49b > -packet|codec_type=audio|stream_index=0|pts=457200|pts_time=5.080000|dts=45720 > 0|dts_time=5.080000|duration=1800|duration_time=0.020000|size=846|pos=251168|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=457200|pts_time=5.080000|dts=45720 > 0|dts_time=5.080000|duration=1800|duration_time=0.020000|size=846|pos=251168|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2803c379 > -packet|codec_type=audio|stream_index=0|pts=459000|pts_time=5.100000|dts=45900 > 0|dts_time=5.100000|duration=1800|duration_time=0.020000|size=775|pos=252108|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=459000|pts_time=5.100000|dts=45900 > 0|dts_time=5.100000|duration=1800|duration_time=0.020000|size=775|pos=252108|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2d95b53b > -packet|codec_type=audio|stream_index=0|pts=460800|pts_time=5.120000|dts=46080 > 0|dts_time=5.120000|duration=1800|duration_time=0.020000|size=901|pos=253048|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=460800|pts_time=5.120000|dts=46080 > 0|dts_time=5.120000|duration=1800|duration_time=0.020000|size=901|pos=253048|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2a40955c > -packet|codec_type=audio|stream_index=0|pts=462600|pts_time=5.140000|dts=46260 > 0|dts_time=5.140000|duration=1800|duration_time=0.020000|size=958|pos=254176|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=462600|pts_time=5.140000|dts=46260 > 0|dts_time=5.140000|duration=1800|duration_time=0.020000|size=958|pos=254176|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b46687d4 > -packet|codec_type=audio|stream_index=0|pts=464400|pts_time=5.160000|dts=46440 > 0|dts_time=5.160000|duration=1800|duration_time=0.020000|size=770|pos=255304|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=464400|pts_time=5.160000|dts=46440 > 0|dts_time=5.160000|duration=1800|duration_time=0.020000|size=770|pos=255304|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c4ec89eb > -packet|codec_type=audio|stream_index=0|pts=466200|pts_time=5.180000|dts=46620 > 0|dts_time=5.180000|duration=1800|duration_time=0.020000|size=773|pos=256244|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=466200|pts_time=5.180000|dts=46620 > 0|dts_time=5.180000|duration=1800|duration_time=0.020000|size=773|pos=256244|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d53fcf9c > -packet|codec_type=audio|stream_index=0|pts=468000|pts_time=5.200000|dts=46800 > 0|dts_time=5.200000|duration=1800|duration_time=0.020000|size=768|pos=257560|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=468000|pts_time=5.200000|dts=46800 > 0|dts_time=5.200000|duration=1800|duration_time=0.020000|size=768|pos=257560|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:eb9bfc19 > -packet|codec_type=audio|stream_index=0|pts=469800|pts_time=5.220000|dts=46980 > 0|dts_time=5.220000|duration=1800|duration_time=0.020000|size=776|pos=258500|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=469800|pts_time=5.220000|dts=46980 > 0|dts_time=5.220000|duration=1800|duration_time=0.020000|size=776|pos=258500|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:71e70489 > -packet|codec_type=audio|stream_index=0|pts=471600|pts_time=5.240000|dts=47160 > 0|dts_time=5.240000|duration=1800|duration_time=0.020000|size=771|pos=259440|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=471600|pts_time=5.240000|dts=47160 > 0|dts_time=5.240000|duration=1800|duration_time=0.020000|size=771|pos=259440|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:60a96aca > -packet|codec_type=audio|stream_index=0|pts=473400|pts_time=5.260000|dts=47340 > 0|dts_time=5.260000|duration=1800|duration_time=0.020000|size=772|pos=260380|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=473400|pts_time=5.260000|dts=47340 > 0|dts_time=5.260000|duration=1800|duration_time=0.020000|size=772|pos=260380|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ceca878e > -packet|codec_type=audio|stream_index=0|pts=475200|pts_time=5.280000|dts=47520 > 0|dts_time=5.280000|duration=1800|duration_time=0.020000|size=958|pos=261320|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=475200|pts_time=5.280000|dts=47520 > 0|dts_time=5.280000|duration=1800|duration_time=0.020000|size=958|pos=261320|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ab40ffe7 > -packet|codec_type=audio|stream_index=0|pts=477000|pts_time=5.300000|dts=47700 > 0|dts_time=5.300000|duration=1800|duration_time=0.020000|size=771|pos=262448|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=477000|pts_time=5.300000|dts=47700 > 0|dts_time=5.300000|duration=1800|duration_time=0.020000|size=771|pos=262448|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0f8c3162 > -packet|codec_type=audio|stream_index=0|pts=478800|pts_time=5.320000|dts=47880 > 0|dts_time=5.320000|duration=1800|duration_time=0.020000|size=770|pos=263388|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=478800|pts_time=5.320000|dts=47880 > 0|dts_time=5.320000|duration=1800|duration_time=0.020000|size=770|pos=263388|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:af837825 > -packet|codec_type=audio|stream_index=0|pts=480600|pts_time=5.340000|dts=48060 > 0|dts_time=5.340000|duration=1800|duration_time=0.020000|size=959|pos=264328|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=480600|pts_time=5.340000|dts=48060 > 0|dts_time=5.340000|duration=1800|duration_time=0.020000|size=959|pos=264328|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:93a1bea9 > -packet|codec_type=audio|stream_index=0|pts=482400|pts_time=5.360000|dts=48240 > 0|dts_time=5.360000|duration=1800|duration_time=0.020000|size=769|pos=265456|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=482400|pts_time=5.360000|dts=48240 > 0|dts_time=5.360000|duration=1800|duration_time=0.020000|size=769|pos=265456|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e7289ab0 > -packet|codec_type=audio|stream_index=0|pts=484200|pts_time=5.380000|dts=48420 > 0|dts_time=5.380000|duration=1800|duration_time=0.020000|size=840|pos=266396|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=484200|pts_time=5.380000|dts=48420 > 0|dts_time=5.380000|duration=1800|duration_time=0.020000|size=840|pos=266396|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4b39626e > -packet|codec_type=audio|stream_index=0|pts=486000|pts_time=5.400000|dts=48600 > 0|dts_time=5.400000|duration=1800|duration_time=0.020000|size=769|pos=267712|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=486000|pts_time=5.400000|dts=48600 > 0|dts_time=5.400000|duration=1800|duration_time=0.020000|size=769|pos=267712|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f4bc91d6 > -packet|codec_type=audio|stream_index=0|pts=487800|pts_time=5.420000|dts=48780 > 0|dts_time=5.420000|duration=1800|duration_time=0.020000|size=767|pos=268652|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=487800|pts_time=5.420000|dts=48780 > 0|dts_time=5.420000|duration=1800|duration_time=0.020000|size=767|pos=268652|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:68dd482f > -packet|codec_type=audio|stream_index=0|pts=489600|pts_time=5.440000|dts=48960 > 0|dts_time=5.440000|duration=1800|duration_time=0.020000|size=951|pos=269592|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=489600|pts_time=5.440000|dts=48960 > 0|dts_time=5.440000|duration=1800|duration_time=0.020000|size=951|pos=269592|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:61ab6014 > -packet|codec_type=audio|stream_index=0|pts=491400|pts_time=5.460000|dts=49140 > 0|dts_time=5.460000|duration=1800|duration_time=0.020000|size=769|pos=270720|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=491400|pts_time=5.460000|dts=49140 > 0|dts_time=5.460000|duration=1800|duration_time=0.020000|size=769|pos=270720|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:232f6af8 > -packet|codec_type=audio|stream_index=0|pts=493200|pts_time=5.480000|dts=49320 > 0|dts_time=5.480000|duration=1800|duration_time=0.020000|size=958|pos=271660|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=493200|pts_time=5.480000|dts=49320 > 0|dts_time=5.480000|duration=1800|duration_time=0.020000|size=958|pos=271660|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:9a4372e9 > -packet|codec_type=audio|stream_index=0|pts=495000|pts_time=5.500000|dts=49500 > 0|dts_time=5.500000|duration=1800|duration_time=0.020000|size=773|pos=272788|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=495000|pts_time=5.500000|dts=49500 > 0|dts_time=5.500000|duration=1800|duration_time=0.020000|size=773|pos=272788|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f7044435 > -packet|codec_type=audio|stream_index=0|pts=496800|pts_time=5.520000|dts=49680 > 0|dts_time=5.520000|duration=1800|duration_time=0.020000|size=771|pos=273728|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=496800|pts_time=5.520000|dts=49680 > 0|dts_time=5.520000|duration=1800|duration_time=0.020000|size=771|pos=273728|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2d36f75f > -packet|codec_type=audio|stream_index=0|pts=498600|pts_time=5.540000|dts=49860 > 0|dts_time=5.540000|duration=1800|duration_time=0.020000|size=768|pos=274668|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=498600|pts_time=5.540000|dts=49860 > 0|dts_time=5.540000|duration=1800|duration_time=0.020000|size=768|pos=274668|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:11858457 > -packet|codec_type=audio|stream_index=0|pts=500400|pts_time=5.560000|dts=50040 > 0|dts_time=5.560000|duration=1800|duration_time=0.020000|size=765|pos=275608|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=500400|pts_time=5.560000|dts=50040 > 0|dts_time=5.560000|duration=1800|duration_time=0.020000|size=765|pos=275608|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:104cc3b1 > -packet|codec_type=audio|stream_index=0|pts=502200|pts_time=5.580000|dts=50220 > 0|dts_time=5.580000|duration=1800|duration_time=0.020000|size=774|pos=276548|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=502200|pts_time=5.580000|dts=50220 > 0|dts_time=5.580000|duration=1800|duration_time=0.020000|size=774|pos=276548|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8ed3cf9c > -packet|codec_type=audio|stream_index=0|pts=504000|pts_time=5.600000|dts=50400 > 0|dts_time=5.600000|duration=1800|duration_time=0.020000|size=837|pos=277864|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=504000|pts_time=5.600000|dts=50400 > 0|dts_time=5.600000|duration=1800|duration_time=0.020000|size=837|pos=277864|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:16b50427 > -packet|codec_type=audio|stream_index=0|pts=505800|pts_time=5.620000|dts=50580 > 0|dts_time=5.620000|duration=1800|duration_time=0.020000|size=773|pos=278804|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=505800|pts_time=5.620000|dts=50580 > 0|dts_time=5.620000|duration=1800|duration_time=0.020000|size=773|pos=278804|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c5c042c3 > -packet|codec_type=audio|stream_index=0|pts=507600|pts_time=5.640000|dts=50760 > 0|dts_time=5.640000|duration=1800|duration_time=0.020000|size=773|pos=279744|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=507600|pts_time=5.640000|dts=50760 > 0|dts_time=5.640000|duration=1800|duration_time=0.020000|size=773|pos=279744|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:722e401f > -packet|codec_type=audio|stream_index=0|pts=509400|pts_time=5.660000|dts=50940 > 0|dts_time=5.660000|duration=1800|duration_time=0.020000|size=770|pos=280684|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=509400|pts_time=5.660000|dts=50940 > 0|dts_time=5.660000|duration=1800|duration_time=0.020000|size=770|pos=280684|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:831f3604 > -packet|codec_type=audio|stream_index=0|pts=511200|pts_time=5.680000|dts=51120 > 0|dts_time=5.680000|duration=1800|duration_time=0.020000|size=770|pos=281624|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=511200|pts_time=5.680000|dts=51120 > 0|dts_time=5.680000|duration=1800|duration_time=0.020000|size=770|pos=281624|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7718e73e > -packet|codec_type=audio|stream_index=0|pts=513000|pts_time=5.700000|dts=51300 > 0|dts_time=5.700000|duration=1800|duration_time=0.020000|size=774|pos=282564|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=513000|pts_time=5.700000|dts=51300 > 0|dts_time=5.700000|duration=1800|duration_time=0.020000|size=774|pos=282564|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:170731a0 > -packet|codec_type=audio|stream_index=0|pts=514800|pts_time=5.720000|dts=51480 > 0|dts_time=5.720000|duration=1800|duration_time=0.020000|size=767|pos=283504|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=514800|pts_time=5.720000|dts=51480 > 0|dts_time=5.720000|duration=1800|duration_time=0.020000|size=767|pos=283504|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d73c42a8 > -packet|codec_type=audio|stream_index=0|pts=516600|pts_time=5.740000|dts=51660 > 0|dts_time=5.740000|duration=1800|duration_time=0.020000|size=774|pos=284444|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=516600|pts_time=5.740000|dts=51660 > 0|dts_time=5.740000|duration=1800|duration_time=0.020000|size=774|pos=284444|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:854f9a2e > -packet|codec_type=audio|stream_index=0|pts=518400|pts_time=5.760000|dts=51840 > 0|dts_time=5.760000|duration=1800|duration_time=0.020000|size=833|pos=285384|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=518400|pts_time=5.760000|dts=51840 > 0|dts_time=5.760000|duration=1800|duration_time=0.020000|size=833|pos=285384|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7d64106d > -packet|codec_type=audio|stream_index=0|pts=520200|pts_time=5.780000|dts=52020 > 0|dts_time=5.780000|duration=1800|duration_time=0.020000|size=774|pos=286324|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=520200|pts_time=5.780000|dts=52020 > 0|dts_time=5.780000|duration=1800|duration_time=0.020000|size=774|pos=286324|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:02e139fa > -packet|codec_type=audio|stream_index=0|pts=522000|pts_time=5.800000|dts=52200 > 0|dts_time=5.800000|duration=1800|duration_time=0.020000|size=768|pos=287640|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=522000|pts_time=5.800000|dts=52200 > 0|dts_time=5.800000|duration=1800|duration_time=0.020000|size=768|pos=287640|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8b5d5f3b > -packet|codec_type=audio|stream_index=0|pts=523800|pts_time=5.820000|dts=52380 > 0|dts_time=5.820000|duration=1800|duration_time=0.020000|size=773|pos=288580|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=523800|pts_time=5.820000|dts=52380 > 0|dts_time=5.820000|duration=1800|duration_time=0.020000|size=773|pos=288580|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:fa25f507 > -packet|codec_type=audio|stream_index=0|pts=525600|pts_time=5.840000|dts=52560 > 0|dts_time=5.840000|duration=1800|duration_time=0.020000|size=768|pos=289520|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=525600|pts_time=5.840000|dts=52560 > 0|dts_time=5.840000|duration=1800|duration_time=0.020000|size=768|pos=289520|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ccbf6593 > -packet|codec_type=audio|stream_index=0|pts=527400|pts_time=5.860000|dts=52740 > 0|dts_time=5.860000|duration=1800|duration_time=0.020000|size=769|pos=290460|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=527400|pts_time=5.860000|dts=52740 > 0|dts_time=5.860000|duration=1800|duration_time=0.020000|size=769|pos=290460|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cea23a52 > -packet|codec_type=audio|stream_index=0|pts=529200|pts_time=5.880000|dts=52920 > 0|dts_time=5.880000|duration=1800|duration_time=0.020000|size=767|pos=291400|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=529200|pts_time=5.880000|dts=52920 > 0|dts_time=5.880000|duration=1800|duration_time=0.020000|size=767|pos=291400|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3ff8eced > -packet|codec_type=audio|stream_index=0|pts=531000|pts_time=5.900000|dts=53100 > 0|dts_time=5.900000|duration=1800|duration_time=0.020000|size=773|pos=292340|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=531000|pts_time=5.900000|dts=53100 > 0|dts_time=5.900000|duration=1800|duration_time=0.020000|size=773|pos=292340|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a5d92bfd > -packet|codec_type=audio|stream_index=0|pts=532800|pts_time=5.920000|dts=53280 > 0|dts_time=5.920000|duration=1800|duration_time=0.020000|size=774|pos=293280|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=532800|pts_time=5.920000|dts=53280 > 0|dts_time=5.920000|duration=1800|duration_time=0.020000|size=774|pos=293280|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:582c9c2e > -packet|codec_type=audio|stream_index=0|pts=534600|pts_time=5.940000|dts=53460 > 0|dts_time=5.940000|duration=1800|duration_time=0.020000|size=769|pos=294220|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=534600|pts_time=5.940000|dts=53460 > 0|dts_time=5.940000|duration=1800|duration_time=0.020000|size=769|pos=294220|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cc23f8d9 > -packet|codec_type=audio|stream_index=0|pts=536400|pts_time=5.960000|dts=53640 > 0|dts_time=5.960000|duration=1800|duration_time=0.020000|size=833|pos=295160|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=536400|pts_time=5.960000|dts=53640 > 0|dts_time=5.960000|duration=1800|duration_time=0.020000|size=833|pos=295160|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5b9a2c15 > -packet|codec_type=audio|stream_index=0|pts=538200|pts_time=5.980000|dts=53820 > 0|dts_time=5.980000|duration=1800|duration_time=0.020000|size=768|pos=296100|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=538200|pts_time=5.980000|dts=53820 > 0|dts_time=5.980000|duration=1800|duration_time=0.020000|size=768|pos=296100|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8c48e7c5 > -packet|codec_type=audio|stream_index=0|pts=540000|pts_time=6.000000|dts=54000 > 0|dts_time=6.000000|duration=1800|duration_time=0.020000|size=772|pos=297416|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=540000|pts_time=6.000000|dts=54000 > 0|dts_time=6.000000|duration=1800|duration_time=0.020000|size=772|pos=297416|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c431b153 > -packet|codec_type=audio|stream_index=0|pts=541800|pts_time=6.020000|dts=54180 > 0|dts_time=6.020000|duration=1800|duration_time=0.020000|size=839|pos=298356|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=541800|pts_time=6.020000|dts=54180 > 0|dts_time=6.020000|duration=1800|duration_time=0.020000|size=839|pos=298356|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:9cfe17d0 > -packet|codec_type=audio|stream_index=0|pts=543600|pts_time=6.040000|dts=54360 > 0|dts_time=6.040000|duration=1800|duration_time=0.020000|size=769|pos=299296|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=543600|pts_time=6.040000|dts=54360 > 0|dts_time=6.040000|duration=1800|duration_time=0.020000|size=769|pos=299296|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:72510fbb > -packet|codec_type=audio|stream_index=0|pts=545400|pts_time=6.060000|dts=54540 > 0|dts_time=6.060000|duration=1800|duration_time=0.020000|size=769|pos=300236|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=545400|pts_time=6.060000|dts=54540 > 0|dts_time=6.060000|duration=1800|duration_time=0.020000|size=769|pos=300236|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:81830ddd > -packet|codec_type=audio|stream_index=0|pts=547200|pts_time=6.080000|dts=54720 > 0|dts_time=6.080000|duration=1800|duration_time=0.020000|size=771|pos=301176|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=547200|pts_time=6.080000|dts=54720 > 0|dts_time=6.080000|duration=1800|duration_time=0.020000|size=771|pos=301176|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:43102486 > -packet|codec_type=audio|stream_index=0|pts=549000|pts_time=6.100000|dts=54900 > 0|dts_time=6.100000|duration=1800|duration_time=0.020000|size=770|pos=302116|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=549000|pts_time=6.100000|dts=54900 > 0|dts_time=6.100000|duration=1800|duration_time=0.020000|size=770|pos=302116|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:49018a2e > -packet|codec_type=audio|stream_index=0|pts=550800|pts_time=6.120000|dts=55080 > 0|dts_time=6.120000|duration=1800|duration_time=0.020000|size=771|pos=303056|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=550800|pts_time=6.120000|dts=55080 > 0|dts_time=6.120000|duration=1800|duration_time=0.020000|size=771|pos=303056|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3a01967a > -packet|codec_type=audio|stream_index=0|pts=552600|pts_time=6.140000|dts=55260 > 0|dts_time=6.140000|duration=1800|duration_time=0.020000|size=767|pos=303996|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=552600|pts_time=6.140000|dts=55260 > 0|dts_time=6.140000|duration=1800|duration_time=0.020000|size=767|pos=303996|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:028a7ab9 > -packet|codec_type=audio|stream_index=0|pts=554400|pts_time=6.160000|dts=55440 > 0|dts_time=6.160000|duration=1800|duration_time=0.020000|size=899|pos=304936|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=554400|pts_time=6.160000|dts=55440 > 0|dts_time=6.160000|duration=1800|duration_time=0.020000|size=899|pos=304936|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:012e3f77 > -packet|codec_type=audio|stream_index=0|pts=556200|pts_time=6.180000|dts=55620 > 0|dts_time=6.180000|duration=1800|duration_time=0.020000|size=953|pos=305876|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=556200|pts_time=6.180000|dts=55620 > 0|dts_time=6.180000|duration=1800|duration_time=0.020000|size=953|pos=305876|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:60935688 > -packet|codec_type=audio|stream_index=0|pts=558000|pts_time=6.200000|dts=55800 > 0|dts_time=6.200000|duration=1800|duration_time=0.020000|size=770|pos=307380|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=558000|pts_time=6.200000|dts=55800 > 0|dts_time=6.200000|duration=1800|duration_time=0.020000|size=770|pos=307380|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1f54722f > -packet|codec_type=audio|stream_index=0|pts=559800|pts_time=6.220000|dts=55980 > 0|dts_time=6.220000|duration=1800|duration_time=0.020000|size=770|pos=308320|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=559800|pts_time=6.220000|dts=55980 > 0|dts_time=6.220000|duration=1800|duration_time=0.020000|size=770|pos=308320|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7786349b > -packet|codec_type=audio|stream_index=0|pts=561600|pts_time=6.240000|dts=56160 > 0|dts_time=6.240000|duration=1800|duration_time=0.020000|size=771|pos=309260|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=561600|pts_time=6.240000|dts=56160 > 0|dts_time=6.240000|duration=1800|duration_time=0.020000|size=771|pos=309260|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1be2464d > -packet|codec_type=audio|stream_index=0|pts=563400|pts_time=6.260000|dts=56340 > 0|dts_time=6.260000|duration=1800|duration_time=0.020000|size=770|pos=310200|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=563400|pts_time=6.260000|dts=56340 > 0|dts_time=6.260000|duration=1800|duration_time=0.020000|size=770|pos=310200|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cf6b28b9 > -packet|codec_type=audio|stream_index=0|pts=565200|pts_time=6.280000|dts=56520 > 0|dts_time=6.280000|duration=1800|duration_time=0.020000|size=769|pos=311140|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=565200|pts_time=6.280000|dts=56520 > 0|dts_time=6.280000|duration=1800|duration_time=0.020000|size=769|pos=311140|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:63fa4ab0 > -packet|codec_type=audio|stream_index=0|pts=567000|pts_time=6.300000|dts=56700 > 0|dts_time=6.300000|duration=1800|duration_time=0.020000|size=896|pos=312080|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=567000|pts_time=6.300000|dts=56700 > 0|dts_time=6.300000|duration=1800|duration_time=0.020000|size=896|pos=312080|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:06a8e324 > -packet|codec_type=audio|stream_index=0|pts=568800|pts_time=6.320000|dts=56880 > 0|dts_time=6.320000|duration=1800|duration_time=0.020000|size=957|pos=313020|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=568800|pts_time=6.320000|dts=56880 > 0|dts_time=6.320000|duration=1800|duration_time=0.020000|size=957|pos=313020|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c37f55e9 > -packet|codec_type=audio|stream_index=0|pts=570600|pts_time=6.340000|dts=57060 > 0|dts_time=6.340000|duration=1800|duration_time=0.020000|size=773|pos=314148|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=570600|pts_time=6.340000|dts=57060 > 0|dts_time=6.340000|duration=1800|duration_time=0.020000|size=773|pos=314148|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:82f8ac84 > -packet|codec_type=audio|stream_index=0|pts=572400|pts_time=6.360000|dts=57240 > 0|dts_time=6.360000|duration=1800|duration_time=0.020000|size=774|pos=315088|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=572400|pts_time=6.360000|dts=57240 > 0|dts_time=6.360000|duration=1800|duration_time=0.020000|size=774|pos=315088|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3ed82724 > -packet|codec_type=audio|stream_index=0|pts=574200|pts_time=6.380000|dts=57420 > 0|dts_time=6.380000|duration=1800|duration_time=0.020000|size=956|pos=316028|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=574200|pts_time=6.380000|dts=57420 > 0|dts_time=6.380000|duration=1800|duration_time=0.020000|size=956|pos=316028|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ed21dfec > -packet|codec_type=audio|stream_index=0|pts=576000|pts_time=6.400000|dts=57600 > 0|dts_time=6.400000|duration=1800|duration_time=0.020000|size=768|pos=317532|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=576000|pts_time=6.400000|dts=57600 > 0|dts_time=6.400000|duration=1800|duration_time=0.020000|size=768|pos=317532|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ef20c09c > -packet|codec_type=audio|stream_index=0|pts=577800|pts_time=6.420000|dts=57780 > 0|dts_time=6.420000|duration=1800|duration_time=0.020000|size=770|pos=318472|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=577800|pts_time=6.420000|dts=57780 > 0|dts_time=6.420000|duration=1800|duration_time=0.020000|size=770|pos=318472|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5f72438e > -packet|codec_type=audio|stream_index=0|pts=579600|pts_time=6.440000|dts=57960 > 0|dts_time=6.440000|duration=1800|duration_time=0.020000|size=771|pos=319412|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=579600|pts_time=6.440000|dts=57960 > 0|dts_time=6.440000|duration=1800|duration_time=0.020000|size=771|pos=319412|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:831f56d5 > -packet|codec_type=audio|stream_index=0|pts=581400|pts_time=6.460000|dts=58140 > 0|dts_time=6.460000|duration=1800|duration_time=0.020000|size=955|pos=320352|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=581400|pts_time=6.460000|dts=58140 > 0|dts_time=6.460000|duration=1800|duration_time=0.020000|size=955|pos=320352|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a3fb153b > -packet|codec_type=audio|stream_index=0|pts=583200|pts_time=6.480000|dts=58320 > 0|dts_time=6.480000|duration=1800|duration_time=0.020000|size=953|pos=321480|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=583200|pts_time=6.480000|dts=58320 > 0|dts_time=6.480000|duration=1800|duration_time=0.020000|size=953|pos=321480|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:109825ac > -packet|codec_type=audio|stream_index=0|pts=585000|pts_time=6.500000|dts=58500 > 0|dts_time=6.500000|duration=1800|duration_time=0.020000|size=767|pos=322608|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=585000|pts_time=6.500000|dts=58500 > 0|dts_time=6.500000|duration=1800|duration_time=0.020000|size=767|pos=322608|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5cb97953 > -packet|codec_type=audio|stream_index=0|pts=586800|pts_time=6.520000|dts=58680 > 0|dts_time=6.520000|duration=1800|duration_time=0.020000|size=768|pos=323548|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=586800|pts_time=6.520000|dts=58680 > 0|dts_time=6.520000|duration=1800|duration_time=0.020000|size=768|pos=323548|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:9aa43658 > -packet|codec_type=audio|stream_index=0|pts=588600|pts_time=6.540000|dts=58860 > 0|dts_time=6.540000|duration=1800|duration_time=0.020000|size=774|pos=324488|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=588600|pts_time=6.540000|dts=58860 > 0|dts_time=6.540000|duration=1800|duration_time=0.020000|size=774|pos=324488|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0ccad3c6 > -packet|codec_type=audio|stream_index=0|pts=590400|pts_time=6.560000|dts=59040 > 0|dts_time=6.560000|duration=1800|duration_time=0.020000|size=835|pos=325428|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=590400|pts_time=6.560000|dts=59040 > 0|dts_time=6.560000|duration=1800|duration_time=0.020000|size=835|pos=325428|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ee1e951f > -packet|codec_type=audio|stream_index=0|pts=592200|pts_time=6.580000|dts=59220 > 0|dts_time=6.580000|duration=1800|duration_time=0.020000|size=768|pos=326368|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=592200|pts_time=6.580000|dts=59220 > 0|dts_time=6.580000|duration=1800|duration_time=0.020000|size=768|pos=326368|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7e964664 > -packet|codec_type=audio|stream_index=0|pts=594000|pts_time=6.600000|dts=59400 > 0|dts_time=6.600000|duration=1800|duration_time=0.020000|size=769|pos=327684|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=594000|pts_time=6.600000|dts=59400 > 0|dts_time=6.600000|duration=1800|duration_time=0.020000|size=769|pos=327684|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:46489e72 > -packet|codec_type=audio|stream_index=0|pts=595800|pts_time=6.620000|dts=59580 > 0|dts_time=6.620000|duration=1800|duration_time=0.020000|size=771|pos=328624|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=595800|pts_time=6.620000|dts=59580 > 0|dts_time=6.620000|duration=1800|duration_time=0.020000|size=771|pos=328624|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:528f881d > -packet|codec_type=audio|stream_index=0|pts=597600|pts_time=6.640000|dts=59760 > 0|dts_time=6.640000|duration=1800|duration_time=0.020000|size=771|pos=329564|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=597600|pts_time=6.640000|dts=59760 > 0|dts_time=6.640000|duration=1800|duration_time=0.020000|size=771|pos=329564|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e776ddf8 > -packet|codec_type=audio|stream_index=0|pts=599400|pts_time=6.660000|dts=59940 > 0|dts_time=6.660000|duration=1800|duration_time=0.020000|size=770|pos=330504|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=599400|pts_time=6.660000|dts=59940 > 0|dts_time=6.660000|duration=1800|duration_time=0.020000|size=770|pos=330504|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f4d9468d > -packet|codec_type=audio|stream_index=0|pts=601200|pts_time=6.680000|dts=60120 > 0|dts_time=6.680000|duration=1800|duration_time=0.020000|size=768|pos=331444|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=601200|pts_time=6.680000|dts=60120 > 0|dts_time=6.680000|duration=1800|duration_time=0.020000|size=768|pos=331444|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0b5bc3e0 > -packet|codec_type=audio|stream_index=0|pts=603000|pts_time=6.700000|dts=60300 > 0|dts_time=6.700000|duration=1800|duration_time=0.020000|size=951|pos=332384|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=603000|pts_time=6.700000|dts=60300 > 0|dts_time=6.700000|duration=1800|duration_time=0.020000|size=951|pos=332384|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4c6d023d > -packet|codec_type=audio|stream_index=0|pts=604800|pts_time=6.720000|dts=60480 > 0|dts_time=6.720000|duration=1800|duration_time=0.020000|size=950|pos=333512|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=604800|pts_time=6.720000|dts=60480 > 0|dts_time=6.720000|duration=1800|duration_time=0.020000|size=950|pos=333512|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:29588833 > -packet|codec_type=audio|stream_index=0|pts=606600|pts_time=6.740000|dts=60660 > 0|dts_time=6.740000|duration=1800|duration_time=0.020000|size=947|pos=334640|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=606600|pts_time=6.740000|dts=60660 > 0|dts_time=6.740000|duration=1800|duration_time=0.020000|size=947|pos=334640|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:12f446a5 > -packet|codec_type=audio|stream_index=0|pts=608400|pts_time=6.760000|dts=60840 > 0|dts_time=6.760000|duration=1800|duration_time=0.020000|size=956|pos=335768|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=608400|pts_time=6.760000|dts=60840 > 0|dts_time=6.760000|duration=1800|duration_time=0.020000|size=956|pos=335768|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:39a765b6 > -packet|codec_type=audio|stream_index=0|pts=610200|pts_time=6.780000|dts=61020 > 0|dts_time=6.780000|duration=1800|duration_time=0.020000|size=951|pos=336896|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=610200|pts_time=6.780000|dts=61020 > 0|dts_time=6.780000|duration=1800|duration_time=0.020000|size=951|pos=336896|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:79ab4162 > -packet|codec_type=audio|stream_index=0|pts=612000|pts_time=6.800000|dts=61200 > 0|dts_time=6.800000|duration=1800|duration_time=0.020000|size=943|pos=338400|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=612000|pts_time=6.800000|dts=61200 > 0|dts_time=6.800000|duration=1800|duration_time=0.020000|size=943|pos=338400|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1c20d61c > -packet|codec_type=audio|stream_index=0|pts=613800|pts_time=6.820000|dts=61380 > 0|dts_time=6.820000|duration=1800|duration_time=0.020000|size=766|pos=339528|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=613800|pts_time=6.820000|dts=61380 > 0|dts_time=6.820000|duration=1800|duration_time=0.020000|size=766|pos=339528|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0e5d1ee5 > -packet|codec_type=audio|stream_index=0|pts=615600|pts_time=6.840000|dts=61560 > 0|dts_time=6.840000|duration=1800|duration_time=0.020000|size=890|pos=340468|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=615600|pts_time=6.840000|dts=61560 > 0|dts_time=6.840000|duration=1800|duration_time=0.020000|size=890|pos=340468|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:27c19b26 > -packet|codec_type=audio|stream_index=0|pts=617400|pts_time=6.860000|dts=61740 > 0|dts_time=6.860000|duration=1800|duration_time=0.020000|size=952|pos=341408|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=617400|pts_time=6.860000|dts=61740 > 0|dts_time=6.860000|duration=1800|duration_time=0.020000|size=952|pos=341408|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8ba8ff4c > -packet|codec_type=audio|stream_index=0|pts=619200|pts_time=6.880000|dts=61920 > 0|dts_time=6.880000|duration=1800|duration_time=0.020000|size=766|pos=342536|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=619200|pts_time=6.880000|dts=61920 > 0|dts_time=6.880000|duration=1800|duration_time=0.020000|size=766|pos=342536|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:61b51e53 > -packet|codec_type=audio|stream_index=0|pts=621000|pts_time=6.900000|dts=62100 > 0|dts_time=6.900000|duration=1800|duration_time=0.020000|size=767|pos=343476|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=621000|pts_time=6.900000|dts=62100 > 0|dts_time=6.900000|duration=1800|duration_time=0.020000|size=767|pos=343476|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:223fd4b8 > -packet|codec_type=audio|stream_index=0|pts=622800|pts_time=6.920000|dts=62280 > 0|dts_time=6.920000|duration=1800|duration_time=0.020000|size=760|pos=344416|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=622800|pts_time=6.920000|dts=62280 > 0|dts_time=6.920000|duration=1800|duration_time=0.020000|size=760|pos=344416|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:221e6f8a > -packet|codec_type=audio|stream_index=0|pts=624600|pts_time=6.940000|dts=62460 > 0|dts_time=6.940000|duration=1800|duration_time=0.020000|size=946|pos=345356|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=624600|pts_time=6.940000|dts=62460 > 0|dts_time=6.940000|duration=1800|duration_time=0.020000|size=946|pos=345356|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:623d901e > -packet|codec_type=audio|stream_index=0|pts=626400|pts_time=6.960000|dts=62640 > 0|dts_time=6.960000|duration=1800|duration_time=0.020000|size=769|pos=346484|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=626400|pts_time=6.960000|dts=62640 > 0|dts_time=6.960000|duration=1800|duration_time=0.020000|size=769|pos=346484|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:584cd53d > -packet|codec_type=audio|stream_index=0|pts=628200|pts_time=6.980000|dts=62820 > 0|dts_time=6.980000|duration=1800|duration_time=0.020000|size=760|pos=347424|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=628200|pts_time=6.980000|dts=62820 > 0|dts_time=6.980000|duration=1800|duration_time=0.020000|size=760|pos=347424|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:179b3137 > -packet|codec_type=audio|stream_index=0|pts=630000|pts_time=7.000000|dts=63000 > 0|dts_time=7.000000|duration=1800|duration_time=0.020000|size=762|pos=348740|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=630000|pts_time=7.000000|dts=63000 > 0|dts_time=7.000000|duration=1800|duration_time=0.020000|size=762|pos=348740|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e0e617f2 > -packet|codec_type=audio|stream_index=0|pts=631800|pts_time=7.020000|dts=63180 > 0|dts_time=7.020000|duration=1800|duration_time=0.020000|size=767|pos=349680|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=631800|pts_time=7.020000|dts=63180 > 0|dts_time=7.020000|duration=1800|duration_time=0.020000|size=767|pos=349680|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:560639a0 > -packet|codec_type=audio|stream_index=0|pts=633600|pts_time=7.040000|dts=63360 > 0|dts_time=7.040000|duration=1800|duration_time=0.020000|size=767|pos=350620|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=633600|pts_time=7.040000|dts=63360 > 0|dts_time=7.040000|duration=1800|duration_time=0.020000|size=767|pos=350620|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a88ea02f > -packet|codec_type=audio|stream_index=0|pts=635400|pts_time=7.060000|dts=63540 > 0|dts_time=7.060000|duration=1800|duration_time=0.020000|size=763|pos=351560|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=635400|pts_time=7.060000|dts=63540 > 0|dts_time=7.060000|duration=1800|duration_time=0.020000|size=763|pos=351560|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6a9f391f > -packet|codec_type=audio|stream_index=0|pts=637200|pts_time=7.080000|dts=63720 > 0|dts_time=7.080000|duration=1800|duration_time=0.020000|size=760|pos=352500|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=637200|pts_time=7.080000|dts=63720 > 0|dts_time=7.080000|duration=1800|duration_time=0.020000|size=760|pos=352500|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:217730ab > -packet|codec_type=audio|stream_index=0|pts=639000|pts_time=7.100000|dts=63900 > 0|dts_time=7.100000|duration=1800|duration_time=0.020000|size=763|pos=353440|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=639000|pts_time=7.100000|dts=63900 > 0|dts_time=7.100000|duration=1800|duration_time=0.020000|size=763|pos=353440|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ffa59273 > -packet|codec_type=audio|stream_index=0|pts=640800|pts_time=7.120000|dts=64080 > 0|dts_time=7.120000|duration=1800|duration_time=0.020000|size=764|pos=354380|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=640800|pts_time=7.120000|dts=64080 > 0|dts_time=7.120000|duration=1800|duration_time=0.020000|size=764|pos=354380|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:05a70a45 > -packet|codec_type=audio|stream_index=0|pts=642600|pts_time=7.140000|dts=64260 > 0|dts_time=7.140000|duration=1800|duration_time=0.020000|size=764|pos=355320|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=642600|pts_time=7.140000|dts=64260 > 0|dts_time=7.140000|duration=1800|duration_time=0.020000|size=764|pos=355320|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1e2e4d40 > -packet|codec_type=audio|stream_index=0|pts=644400|pts_time=7.160000|dts=64440 > 0|dts_time=7.160000|duration=1800|duration_time=0.020000|size=763|pos=356260|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=644400|pts_time=7.160000|dts=64440 > 0|dts_time=7.160000|duration=1800|duration_time=0.020000|size=763|pos=356260|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:695b9d24 > -packet|codec_type=audio|stream_index=0|pts=646200|pts_time=7.180000|dts=64620 > 0|dts_time=7.180000|duration=1800|duration_time=0.020000|size=763|pos=357200|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=646200|pts_time=7.180000|dts=64620 > 0|dts_time=7.180000|duration=1800|duration_time=0.020000|size=763|pos=357200|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:007b90ce > -packet|codec_type=audio|stream_index=0|pts=648000|pts_time=7.200000|dts=64800 > 0|dts_time=7.200000|duration=1800|duration_time=0.020000|size=764|pos=358516|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=648000|pts_time=7.200000|dts=64800 > 0|dts_time=7.200000|duration=1800|duration_time=0.020000|size=764|pos=358516|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:188da6de > -packet|codec_type=audio|stream_index=0|pts=649800|pts_time=7.220000|dts=64980 > 0|dts_time=7.220000|duration=1800|duration_time=0.020000|size=766|pos=359456|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=649800|pts_time=7.220000|dts=64980 > 0|dts_time=7.220000|duration=1800|duration_time=0.020000|size=766|pos=359456|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1046d54c > -packet|codec_type=audio|stream_index=0|pts=651600|pts_time=7.240000|dts=65160 > 0|dts_time=7.240000|duration=1800|duration_time=0.020000|size=767|pos=360396|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=651600|pts_time=7.240000|dts=65160 > 0|dts_time=7.240000|duration=1800|duration_time=0.020000|size=767|pos=360396|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:aa450d3d > -packet|codec_type=audio|stream_index=0|pts=653400|pts_time=7.260000|dts=65340 > 0|dts_time=7.260000|duration=1800|duration_time=0.020000|size=765|pos=361336|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=653400|pts_time=7.260000|dts=65340 > 0|dts_time=7.260000|duration=1800|duration_time=0.020000|size=765|pos=361336|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:80bb936b > -packet|codec_type=audio|stream_index=0|pts=655200|pts_time=7.280000|dts=65520 > 0|dts_time=7.280000|duration=1800|duration_time=0.020000|size=767|pos=362276|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=655200|pts_time=7.280000|dts=65520 > 0|dts_time=7.280000|duration=1800|duration_time=0.020000|size=767|pos=362276|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:47bc2556 > -packet|codec_type=audio|stream_index=0|pts=657000|pts_time=7.300000|dts=65700 > 0|dts_time=7.300000|duration=1800|duration_time=0.020000|size=763|pos=363216|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=657000|pts_time=7.300000|dts=65700 > 0|dts_time=7.300000|duration=1800|duration_time=0.020000|size=763|pos=363216|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:97d4c99c > -packet|codec_type=audio|stream_index=0|pts=658800|pts_time=7.320000|dts=65880 > 0|dts_time=7.320000|duration=1800|duration_time=0.020000|size=767|pos=364156|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=658800|pts_time=7.320000|dts=65880 > 0|dts_time=7.320000|duration=1800|duration_time=0.020000|size=767|pos=364156|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:37252d43 > -packet|codec_type=audio|stream_index=0|pts=660600|pts_time=7.340000|dts=66060 > 0|dts_time=7.340000|duration=1800|duration_time=0.020000|size=768|pos=365096|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=660600|pts_time=7.340000|dts=66060 > 0|dts_time=7.340000|duration=1800|duration_time=0.020000|size=768|pos=365096|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:76918244 > -packet|codec_type=audio|stream_index=0|pts=662400|pts_time=7.360000|dts=66240 > 0|dts_time=7.360000|duration=1800|duration_time=0.020000|size=764|pos=366036|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=662400|pts_time=7.360000|dts=66240 > 0|dts_time=7.360000|duration=1800|duration_time=0.020000|size=764|pos=366036|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5ba0d5d3 > -packet|codec_type=audio|stream_index=0|pts=664200|pts_time=7.380000|dts=66420 > 0|dts_time=7.380000|duration=1800|duration_time=0.020000|size=765|pos=366976|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=664200|pts_time=7.380000|dts=66420 > 0|dts_time=7.380000|duration=1800|duration_time=0.020000|size=765|pos=366976|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5b2b81f0 > -packet|codec_type=audio|stream_index=0|pts=666000|pts_time=7.400000|dts=66600 > 0|dts_time=7.400000|duration=1800|duration_time=0.020000|size=764|pos=368292|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=666000|pts_time=7.400000|dts=66600 > 0|dts_time=7.400000|duration=1800|duration_time=0.020000|size=764|pos=368292|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:161f0b38 > -packet|codec_type=audio|stream_index=0|pts=667800|pts_time=7.420000|dts=66780 > 0|dts_time=7.420000|duration=1800|duration_time=0.020000|size=769|pos=369232|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=667800|pts_time=7.420000|dts=66780 > 0|dts_time=7.420000|duration=1800|duration_time=0.020000|size=769|pos=369232|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:78b4530b > -packet|codec_type=audio|stream_index=0|pts=669600|pts_time=7.440000|dts=66960 > 0|dts_time=7.440000|duration=1800|duration_time=0.020000|size=766|pos=370172|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=669600|pts_time=7.440000|dts=66960 > 0|dts_time=7.440000|duration=1800|duration_time=0.020000|size=766|pos=370172|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c0844a4f > -packet|codec_type=audio|stream_index=0|pts=671400|pts_time=7.460000|dts=67140 > 0|dts_time=7.460000|duration=1800|duration_time=0.020000|size=766|pos=371112|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=671400|pts_time=7.460000|dts=67140 > 0|dts_time=7.460000|duration=1800|duration_time=0.020000|size=766|pos=371112|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:09ef7940 > -packet|codec_type=audio|stream_index=0|pts=673200|pts_time=7.480000|dts=67320 > 0|dts_time=7.480000|duration=1800|duration_time=0.020000|size=829|pos=372052|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=673200|pts_time=7.480000|dts=67320 > 0|dts_time=7.480000|duration=1800|duration_time=0.020000|size=829|pos=372052|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:053ff4c6 > -packet|codec_type=audio|stream_index=0|pts=675000|pts_time=7.500000|dts=67500 > 0|dts_time=7.500000|duration=1800|duration_time=0.020000|size=765|pos=372992|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=675000|pts_time=7.500000|dts=67500 > 0|dts_time=7.500000|duration=1800|duration_time=0.020000|size=765|pos=372992|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:dffb6a19 > -packet|codec_type=audio|stream_index=0|pts=676800|pts_time=7.520000|dts=67680 > 0|dts_time=7.520000|duration=1800|duration_time=0.020000|size=766|pos=373932|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=676800|pts_time=7.520000|dts=67680 > 0|dts_time=7.520000|duration=1800|duration_time=0.020000|size=766|pos=373932|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:95240406 > -packet|codec_type=audio|stream_index=0|pts=678600|pts_time=7.540000|dts=67860 > 0|dts_time=7.540000|duration=1800|duration_time=0.020000|size=766|pos=374872|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=678600|pts_time=7.540000|dts=67860 > 0|dts_time=7.540000|duration=1800|duration_time=0.020000|size=766|pos=374872|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e2e8f563 > -packet|codec_type=audio|stream_index=0|pts=680400|pts_time=7.560000|dts=68040 > 0|dts_time=7.560000|duration=1800|duration_time=0.020000|size=898|pos=375812|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=680400|pts_time=7.560000|dts=68040 > 0|dts_time=7.560000|duration=1800|duration_time=0.020000|size=898|pos=375812|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c1c53334 > -packet|codec_type=audio|stream_index=0|pts=682200|pts_time=7.580000|dts=68220 > 0|dts_time=7.580000|duration=1800|duration_time=0.020000|size=767|pos=376940|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=682200|pts_time=7.580000|dts=68220 > 0|dts_time=7.580000|duration=1800|duration_time=0.020000|size=767|pos=376940|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f122e957 > -packet|codec_type=audio|stream_index=0|pts=684000|pts_time=7.600000|dts=68400 > 0|dts_time=7.600000|duration=1800|duration_time=0.020000|size=896|pos=378256|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=684000|pts_time=7.600000|dts=68400 > 0|dts_time=7.600000|duration=1800|duration_time=0.020000|size=896|pos=378256|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cd022652 > -packet|codec_type=audio|stream_index=0|pts=685800|pts_time=7.620000|dts=68580 > 0|dts_time=7.620000|duration=1800|duration_time=0.020000|size=764|pos=379196|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=685800|pts_time=7.620000|dts=68580 > 0|dts_time=7.620000|duration=1800|duration_time=0.020000|size=764|pos=379196|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:909c400c > -packet|codec_type=audio|stream_index=0|pts=687600|pts_time=7.640000|dts=68760 > 0|dts_time=7.640000|duration=1800|duration_time=0.020000|size=762|pos=380136|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=687600|pts_time=7.640000|dts=68760 > 0|dts_time=7.640000|duration=1800|duration_time=0.020000|size=762|pos=380136|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7340fb8d > -packet|codec_type=audio|stream_index=0|pts=689400|pts_time=7.660000|dts=68940 > 0|dts_time=7.660000|duration=1800|duration_time=0.020000|size=762|pos=381076|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=689400|pts_time=7.660000|dts=68940 > 0|dts_time=7.660000|duration=1800|duration_time=0.020000|size=762|pos=381076|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:46b59223 > -packet|codec_type=audio|stream_index=0|pts=691200|pts_time=7.680000|dts=69120 > 0|dts_time=7.680000|duration=1800|duration_time=0.020000|size=763|pos=382016|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=691200|pts_time=7.680000|dts=69120 > 0|dts_time=7.680000|duration=1800|duration_time=0.020000|size=763|pos=382016|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2f1ebb7e > -packet|codec_type=audio|stream_index=0|pts=693000|pts_time=7.700000|dts=69300 > 0|dts_time=7.700000|duration=1800|duration_time=0.020000|size=947|pos=382956|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=693000|pts_time=7.700000|dts=69300 > 0|dts_time=7.700000|duration=1800|duration_time=0.020000|size=947|pos=382956|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b56bee4b > -packet|codec_type=audio|stream_index=0|pts=694800|pts_time=7.720000|dts=69480 > 0|dts_time=7.720000|duration=1800|duration_time=0.020000|size=767|pos=384084|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=694800|pts_time=7.720000|dts=69480 > 0|dts_time=7.720000|duration=1800|duration_time=0.020000|size=767|pos=384084|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:57c778a9 > -packet|codec_type=audio|stream_index=0|pts=696600|pts_time=7.740000|dts=69660 > 0|dts_time=7.740000|duration=1800|duration_time=0.020000|size=957|pos=385024|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=696600|pts_time=7.740000|dts=69660 > 0|dts_time=7.740000|duration=1800|duration_time=0.020000|size=957|pos=385024|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:599b6964 > -packet|codec_type=audio|stream_index=0|pts=698400|pts_time=7.760000|dts=69840 > 0|dts_time=7.760000|duration=1800|duration_time=0.020000|size=955|pos=386152|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=698400|pts_time=7.760000|dts=69840 > 0|dts_time=7.760000|duration=1800|duration_time=0.020000|size=955|pos=386152|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2351bfa3 > -packet|codec_type=audio|stream_index=0|pts=700200|pts_time=7.780000|dts=70020 > 0|dts_time=7.780000|duration=1800|duration_time=0.020000|size=767|pos=387280|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=700200|pts_time=7.780000|dts=70020 > 0|dts_time=7.780000|duration=1800|duration_time=0.020000|size=767|pos=387280|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f31f5d14 > -packet|codec_type=audio|stream_index=0|pts=702000|pts_time=7.800000|dts=70200 > 0|dts_time=7.800000|duration=1800|duration_time=0.020000|size=767|pos=388596|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=702000|pts_time=7.800000|dts=70200 > 0|dts_time=7.800000|duration=1800|duration_time=0.020000|size=767|pos=388596|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c0f7f4b5 > -packet|codec_type=audio|stream_index=0|pts=703800|pts_time=7.820000|dts=70380 > 0|dts_time=7.820000|duration=1800|duration_time=0.020000|size=764|pos=389536|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=703800|pts_time=7.820000|dts=70380 > 0|dts_time=7.820000|duration=1800|duration_time=0.020000|size=764|pos=389536|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f321de8a > -packet|codec_type=audio|stream_index=0|pts=705600|pts_time=7.840000|dts=70560 > 0|dts_time=7.840000|duration=1800|duration_time=0.020000|size=763|pos=390476|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=705600|pts_time=7.840000|dts=70560 > 0|dts_time=7.840000|duration=1800|duration_time=0.020000|size=763|pos=390476|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:64e7e790 > -packet|codec_type=audio|stream_index=0|pts=707400|pts_time=7.860000|dts=70740 > 0|dts_time=7.860000|duration=1800|duration_time=0.020000|size=769|pos=391416|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=707400|pts_time=7.860000|dts=70740 > 0|dts_time=7.860000|duration=1800|duration_time=0.020000|size=769|pos=391416|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d9bef93e > -packet|codec_type=audio|stream_index=0|pts=709200|pts_time=7.880000|dts=70920 > 0|dts_time=7.880000|duration=1800|duration_time=0.020000|size=766|pos=392356|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=709200|pts_time=7.880000|dts=70920 > 0|dts_time=7.880000|duration=1800|duration_time=0.020000|size=766|pos=392356|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b08e677b > -packet|codec_type=audio|stream_index=0|pts=711000|pts_time=7.900000|dts=71100 > 0|dts_time=7.900000|duration=1800|duration_time=0.020000|size=762|pos=393296|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=711000|pts_time=7.900000|dts=71100 > 0|dts_time=7.900000|duration=1800|duration_time=0.020000|size=762|pos=393296|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cc2d57f3 > -packet|codec_type=audio|stream_index=0|pts=712800|pts_time=7.920000|dts=71280 > 0|dts_time=7.920000|duration=1800|duration_time=0.020000|size=766|pos=394236|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=712800|pts_time=7.920000|dts=71280 > 0|dts_time=7.920000|duration=1800|duration_time=0.020000|size=766|pos=394236|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:920b310d > -packet|codec_type=audio|stream_index=0|pts=714600|pts_time=7.940000|dts=71460 > 0|dts_time=7.940000|duration=1800|duration_time=0.020000|size=768|pos=395176|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=714600|pts_time=7.940000|dts=71460 > 0|dts_time=7.940000|duration=1800|duration_time=0.020000|size=768|pos=395176|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7547a71e > -packet|codec_type=audio|stream_index=0|pts=716400|pts_time=7.960000|dts=71640 > 0|dts_time=7.960000|duration=1800|duration_time=0.020000|size=765|pos=396116|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=716400|pts_time=7.960000|dts=71640 > 0|dts_time=7.960000|duration=1800|duration_time=0.020000|size=765|pos=396116|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6d0f72a9 > -packet|codec_type=audio|stream_index=0|pts=718200|pts_time=7.980000|dts=71820 > 0|dts_time=7.980000|duration=1800|duration_time=0.020000|size=953|pos=397056|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=718200|pts_time=7.980000|dts=71820 > 0|dts_time=7.980000|duration=1800|duration_time=0.020000|size=953|pos=397056|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6daae92b > -packet|codec_type=audio|stream_index=0|pts=720000|pts_time=8.000000|dts=72000 > 0|dts_time=8.000000|duration=1800|duration_time=0.020000|size=769|pos=398560|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=720000|pts_time=8.000000|dts=72000 > 0|dts_time=8.000000|duration=1800|duration_time=0.020000|size=769|pos=398560|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8bd8704e > -packet|codec_type=audio|stream_index=0|pts=721800|pts_time=8.020000|dts=72180 > 0|dts_time=8.020000|duration=1800|duration_time=0.020000|size=955|pos=399500|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=721800|pts_time=8.020000|dts=72180 > 0|dts_time=8.020000|duration=1800|duration_time=0.020000|size=955|pos=399500|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:111f49de > -packet|codec_type=audio|stream_index=0|pts=723600|pts_time=8.040000|dts=72360 > 0|dts_time=8.040000|duration=1800|duration_time=0.020000|size=952|pos=400628|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=723600|pts_time=8.040000|dts=72360 > 0|dts_time=8.040000|duration=1800|duration_time=0.020000|size=952|pos=400628|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c6e266d5 > -packet|codec_type=audio|stream_index=0|pts=725400|pts_time=8.060000|dts=72540 > 0|dts_time=8.060000|duration=1800|duration_time=0.020000|size=951|pos=401756|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=725400|pts_time=8.060000|dts=72540 > 0|dts_time=8.060000|duration=1800|duration_time=0.020000|size=951|pos=401756|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b0f5283f > -packet|codec_type=audio|stream_index=0|pts=727200|pts_time=8.080000|dts=72720 > 0|dts_time=8.080000|duration=1800|duration_time=0.020000|size=954|pos=402884|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=727200|pts_time=8.080000|dts=72720 > 0|dts_time=8.080000|duration=1800|duration_time=0.020000|size=954|pos=402884|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f70d4475 > -packet|codec_type=audio|stream_index=0|pts=729000|pts_time=8.100000|dts=72900 > 0|dts_time=8.100000|duration=1800|duration_time=0.020000|size=948|pos=404012|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=729000|pts_time=8.100000|dts=72900 > 0|dts_time=8.100000|duration=1800|duration_time=0.020000|size=948|pos=404012|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:371078df > -packet|codec_type=audio|stream_index=0|pts=730800|pts_time=8.120000|dts=73080 > 0|dts_time=8.120000|duration=1800|duration_time=0.020000|size=761|pos=405140|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=730800|pts_time=8.120000|dts=73080 > 0|dts_time=8.120000|duration=1800|duration_time=0.020000|size=761|pos=405140|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c2aa814b > -packet|codec_type=audio|stream_index=0|pts=732600|pts_time=8.140000|dts=73260 > 0|dts_time=8.140000|duration=1800|duration_time=0.020000|size=763|pos=406080|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=732600|pts_time=8.140000|dts=73260 > 0|dts_time=8.140000|duration=1800|duration_time=0.020000|size=763|pos=406080|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:188194bc > -packet|codec_type=audio|stream_index=0|pts=734400|pts_time=8.160000|dts=73440 > 0|dts_time=8.160000|duration=1800|duration_time=0.020000|size=760|pos=407020|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=734400|pts_time=8.160000|dts=73440 > 0|dts_time=8.160000|duration=1800|duration_time=0.020000|size=760|pos=407020|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:982ba78c > -packet|codec_type=audio|stream_index=0|pts=736200|pts_time=8.180000|dts=73620 > 0|dts_time=8.180000|duration=1800|duration_time=0.020000|size=764|pos=407960|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=736200|pts_time=8.180000|dts=73620 > 0|dts_time=8.180000|duration=1800|duration_time=0.020000|size=764|pos=407960|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:bf244c73 > -packet|codec_type=audio|stream_index=0|pts=738000|pts_time=8.200000|dts=73800 > 0|dts_time=8.200000|duration=1800|duration_time=0.020000|size=764|pos=409276|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=738000|pts_time=8.200000|dts=73800 > 0|dts_time=8.200000|duration=1800|duration_time=0.020000|size=764|pos=409276|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8bdf82ed > -packet|codec_type=audio|stream_index=0|pts=739800|pts_time=8.220000|dts=73980 > 0|dts_time=8.220000|duration=1800|duration_time=0.020000|size=946|pos=410216|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=739800|pts_time=8.220000|dts=73980 > 0|dts_time=8.220000|duration=1800|duration_time=0.020000|size=946|pos=410216|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:acb2d4f3 > -packet|codec_type=audio|stream_index=0|pts=741600|pts_time=8.240000|dts=74160 > 0|dts_time=8.240000|duration=1800|duration_time=0.020000|size=758|pos=411344|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=741600|pts_time=8.240000|dts=74160 > 0|dts_time=8.240000|duration=1800|duration_time=0.020000|size=758|pos=411344|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1cefab3c > -packet|codec_type=audio|stream_index=0|pts=743400|pts_time=8.260000|dts=74340 > 0|dts_time=8.260000|duration=1800|duration_time=0.020000|size=950|pos=412284|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=743400|pts_time=8.260000|dts=74340 > 0|dts_time=8.260000|duration=1800|duration_time=0.020000|size=950|pos=412284|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0bd02594 > -packet|codec_type=audio|stream_index=0|pts=745200|pts_time=8.280000|dts=74520 > 0|dts_time=8.280000|duration=1800|duration_time=0.020000|size=769|pos=413412|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=745200|pts_time=8.280000|dts=74520 > 0|dts_time=8.280000|duration=1800|duration_time=0.020000|size=769|pos=413412|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cc6fff1d > -packet|codec_type=audio|stream_index=0|pts=747000|pts_time=8.300000|dts=74700 > 0|dts_time=8.300000|duration=1800|duration_time=0.020000|size=764|pos=414352|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=747000|pts_time=8.300000|dts=74700 > 0|dts_time=8.300000|duration=1800|duration_time=0.020000|size=764|pos=414352|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cb2fc3d9 > -packet|codec_type=audio|stream_index=0|pts=748800|pts_time=8.320000|dts=74880 > 0|dts_time=8.320000|duration=1800|duration_time=0.020000|size=757|pos=415292|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=748800|pts_time=8.320000|dts=74880 > 0|dts_time=8.320000|duration=1800|duration_time=0.020000|size=757|pos=415292|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:860da403 > -packet|codec_type=audio|stream_index=0|pts=750600|pts_time=8.340000|dts=75060 > 0|dts_time=8.340000|duration=1800|duration_time=0.020000|size=761|pos=416232|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=750600|pts_time=8.340000|dts=75060 > 0|dts_time=8.340000|duration=1800|duration_time=0.020000|size=761|pos=416232|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:14aca2c6 > -packet|codec_type=audio|stream_index=0|pts=752400|pts_time=8.360000|dts=75240 > 0|dts_time=8.360000|duration=1800|duration_time=0.020000|size=761|pos=417172|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=752400|pts_time=8.360000|dts=75240 > 0|dts_time=8.360000|duration=1800|duration_time=0.020000|size=761|pos=417172|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c5d24ee7 > -packet|codec_type=audio|stream_index=0|pts=754200|pts_time=8.380000|dts=75420 > 0|dts_time=8.380000|duration=1800|duration_time=0.020000|size=759|pos=418112|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=754200|pts_time=8.380000|dts=75420 > 0|dts_time=8.380000|duration=1800|duration_time=0.020000|size=759|pos=418112|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:91680f09 > -packet|codec_type=audio|stream_index=0|pts=756000|pts_time=8.400000|dts=75600 > 0|dts_time=8.400000|duration=1800|duration_time=0.020000|size=758|pos=419428|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=756000|pts_time=8.400000|dts=75600 > 0|dts_time=8.400000|duration=1800|duration_time=0.020000|size=758|pos=419428|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c6b2948d > -packet|codec_type=audio|stream_index=0|pts=757800|pts_time=8.420000|dts=75780 > 0|dts_time=8.420000|duration=1800|duration_time=0.020000|size=767|pos=420368|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=757800|pts_time=8.420000|dts=75780 > 0|dts_time=8.420000|duration=1800|duration_time=0.020000|size=767|pos=420368|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:20ff251c > -packet|codec_type=audio|stream_index=0|pts=759600|pts_time=8.440000|dts=75960 > 0|dts_time=8.440000|duration=1800|duration_time=0.020000|size=761|pos=421308|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=759600|pts_time=8.440000|dts=75960 > 0|dts_time=8.440000|duration=1800|duration_time=0.020000|size=761|pos=421308|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d9fa6569 > -packet|codec_type=audio|stream_index=0|pts=761400|pts_time=8.460000|dts=76140 > 0|dts_time=8.460000|duration=1800|duration_time=0.020000|size=828|pos=422248|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=761400|pts_time=8.460000|dts=76140 > 0|dts_time=8.460000|duration=1800|duration_time=0.020000|size=828|pos=422248|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:871a83c7 > -packet|codec_type=audio|stream_index=0|pts=763200|pts_time=8.480000|dts=76320 > 0|dts_time=8.480000|duration=1800|duration_time=0.020000|size=759|pos=423188|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=763200|pts_time=8.480000|dts=76320 > 0|dts_time=8.480000|duration=1800|duration_time=0.020000|size=759|pos=423188|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ad2423ee > -packet|codec_type=audio|stream_index=0|pts=765000|pts_time=8.500000|dts=76500 > 0|dts_time=8.500000|duration=1800|duration_time=0.020000|size=761|pos=424128|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=765000|pts_time=8.500000|dts=76500 > 0|dts_time=8.500000|duration=1800|duration_time=0.020000|size=761|pos=424128|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4e9b7b6e > -packet|codec_type=audio|stream_index=0|pts=766800|pts_time=8.520000|dts=76680 > 0|dts_time=8.520000|duration=1800|duration_time=0.020000|size=762|pos=425068|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=766800|pts_time=8.520000|dts=76680 > 0|dts_time=8.520000|duration=1800|duration_time=0.020000|size=762|pos=425068|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:4aa3582f > -packet|codec_type=audio|stream_index=0|pts=768600|pts_time=8.540000|dts=76860 > 0|dts_time=8.540000|duration=1800|duration_time=0.020000|size=761|pos=426008|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=768600|pts_time=8.540000|dts=76860 > 0|dts_time=8.540000|duration=1800|duration_time=0.020000|size=761|pos=426008|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:15952f9f > -packet|codec_type=audio|stream_index=0|pts=770400|pts_time=8.560000|dts=77040 > 0|dts_time=8.560000|duration=1800|duration_time=0.020000|size=757|pos=426948|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=770400|pts_time=8.560000|dts=77040 > 0|dts_time=8.560000|duration=1800|duration_time=0.020000|size=757|pos=426948|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:55db10c7 > -packet|codec_type=audio|stream_index=0|pts=772200|pts_time=8.580000|dts=77220 > 0|dts_time=8.580000|duration=1800|duration_time=0.020000|size=759|pos=427888|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=772200|pts_time=8.580000|dts=77220 > 0|dts_time=8.580000|duration=1800|duration_time=0.020000|size=759|pos=427888|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1cfff77c > -packet|codec_type=audio|stream_index=0|pts=774000|pts_time=8.600000|dts=77400 > 0|dts_time=8.600000|duration=1800|duration_time=0.020000|size=759|pos=429204|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=774000|pts_time=8.600000|dts=77400 > 0|dts_time=8.600000|duration=1800|duration_time=0.020000|size=759|pos=429204|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:93bf7a2e > -packet|codec_type=audio|stream_index=0|pts=775800|pts_time=8.620000|dts=77580 > 0|dts_time=8.620000|duration=1800|duration_time=0.020000|size=761|pos=430144|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=775800|pts_time=8.620000|dts=77580 > 0|dts_time=8.620000|duration=1800|duration_time=0.020000|size=761|pos=430144|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:75577b1c > -packet|codec_type=audio|stream_index=0|pts=777600|pts_time=8.640000|dts=77760 > 0|dts_time=8.640000|duration=1800|duration_time=0.020000|size=756|pos=431084|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=777600|pts_time=8.640000|dts=77760 > 0|dts_time=8.640000|duration=1800|duration_time=0.020000|size=756|pos=431084|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:fe81112c > -packet|codec_type=audio|stream_index=0|pts=779400|pts_time=8.660000|dts=77940 > 0|dts_time=8.660000|duration=1800|duration_time=0.020000|size=765|pos=432024|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=779400|pts_time=8.660000|dts=77940 > 0|dts_time=8.660000|duration=1800|duration_time=0.020000|size=765|pos=432024|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0ddc28c1 > -packet|codec_type=audio|stream_index=0|pts=781200|pts_time=8.680000|dts=78120 > 0|dts_time=8.680000|duration=1800|duration_time=0.020000|size=759|pos=432964|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=781200|pts_time=8.680000|dts=78120 > 0|dts_time=8.680000|duration=1800|duration_time=0.020000|size=759|pos=432964|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a9dda185 > -packet|codec_type=audio|stream_index=0|pts=783000|pts_time=8.700000|dts=78300 > 0|dts_time=8.700000|duration=1800|duration_time=0.020000|size=759|pos=433904|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=783000|pts_time=8.700000|dts=78300 > 0|dts_time=8.700000|duration=1800|duration_time=0.020000|size=759|pos=433904|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e10197bd > -packet|codec_type=audio|stream_index=0|pts=784800|pts_time=8.720000|dts=78480 > 0|dts_time=8.720000|duration=1800|duration_time=0.020000|size=761|pos=434844|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=784800|pts_time=8.720000|dts=78480 > 0|dts_time=8.720000|duration=1800|duration_time=0.020000|size=761|pos=434844|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f1683c68 > -packet|codec_type=audio|stream_index=0|pts=786600|pts_time=8.740000|dts=78660 > 0|dts_time=8.740000|duration=1800|duration_time=0.020000|size=762|pos=435784|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=786600|pts_time=8.740000|dts=78660 > 0|dts_time=8.740000|duration=1800|duration_time=0.020000|size=762|pos=435784|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f6eee942 > -packet|codec_type=audio|stream_index=0|pts=788400|pts_time=8.760000|dts=78840 > 0|dts_time=8.760000|duration=1800|duration_time=0.020000|size=771|pos=436724|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=788400|pts_time=8.760000|dts=78840 > 0|dts_time=8.760000|duration=1800|duration_time=0.020000|size=771|pos=436724|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6ab1ef22 > -packet|codec_type=audio|stream_index=0|pts=790200|pts_time=8.780000|dts=79020 > 0|dts_time=8.780000|duration=1800|duration_time=0.020000|size=758|pos=437664|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=790200|pts_time=8.780000|dts=79020 > 0|dts_time=8.780000|duration=1800|duration_time=0.020000|size=758|pos=437664|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6920a9e6 > -packet|codec_type=audio|stream_index=0|pts=792000|pts_time=8.800000|dts=79200 > 0|dts_time=8.800000|duration=1800|duration_time=0.020000|size=759|pos=438980|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=792000|pts_time=8.800000|dts=79200 > 0|dts_time=8.800000|duration=1800|duration_time=0.020000|size=759|pos=438980|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b3ba03c7 > -packet|codec_type=audio|stream_index=0|pts=793800|pts_time=8.820000|dts=79380 > 0|dts_time=8.820000|duration=1800|duration_time=0.020000|size=760|pos=439920|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=793800|pts_time=8.820000|dts=79380 > 0|dts_time=8.820000|duration=1800|duration_time=0.020000|size=760|pos=439920|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:59f04151 > -packet|codec_type=audio|stream_index=0|pts=795600|pts_time=8.840000|dts=79560 > 0|dts_time=8.840000|duration=1800|duration_time=0.020000|size=762|pos=440860|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=795600|pts_time=8.840000|dts=79560 > 0|dts_time=8.840000|duration=1800|duration_time=0.020000|size=762|pos=440860|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a9300525 > -packet|codec_type=audio|stream_index=0|pts=797400|pts_time=8.860000|dts=79740 > 0|dts_time=8.860000|duration=1800|duration_time=0.020000|size=760|pos=441800|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=797400|pts_time=8.860000|dts=79740 > 0|dts_time=8.860000|duration=1800|duration_time=0.020000|size=760|pos=441800|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:06b28e48 > -packet|codec_type=audio|stream_index=0|pts=799200|pts_time=8.880000|dts=79920 > 0|dts_time=8.880000|duration=1800|duration_time=0.020000|size=760|pos=442740|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=799200|pts_time=8.880000|dts=79920 > 0|dts_time=8.880000|duration=1800|duration_time=0.020000|size=760|pos=442740|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:99640c9a > -packet|codec_type=audio|stream_index=0|pts=801000|pts_time=8.900000|dts=80100 > 0|dts_time=8.900000|duration=1800|duration_time=0.020000|size=757|pos=443680|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=801000|pts_time=8.900000|dts=80100 > 0|dts_time=8.900000|duration=1800|duration_time=0.020000|size=757|pos=443680|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:264f20e3 > -packet|codec_type=audio|stream_index=0|pts=802800|pts_time=8.920000|dts=80280 > 0|dts_time=8.920000|duration=1800|duration_time=0.020000|size=762|pos=444620|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=802800|pts_time=8.920000|dts=80280 > 0|dts_time=8.920000|duration=1800|duration_time=0.020000|size=762|pos=444620|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:87799aaa > -packet|codec_type=audio|stream_index=0|pts=804600|pts_time=8.940000|dts=80460 > 0|dts_time=8.940000|duration=1800|duration_time=0.020000|size=763|pos=445560|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=804600|pts_time=8.940000|dts=80460 > 0|dts_time=8.940000|duration=1800|duration_time=0.020000|size=763|pos=445560|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b2487f0b > -packet|codec_type=audio|stream_index=0|pts=806400|pts_time=8.960000|dts=80640 > 0|dts_time=8.960000|duration=1800|duration_time=0.020000|size=835|pos=446500|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=806400|pts_time=8.960000|dts=80640 > 0|dts_time=8.960000|duration=1800|duration_time=0.020000|size=835|pos=446500|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5ff97478 > -packet|codec_type=audio|stream_index=0|pts=808200|pts_time=8.980000|dts=80820 > 0|dts_time=8.980000|duration=1800|duration_time=0.020000|size=758|pos=447440|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=808200|pts_time=8.980000|dts=80820 > 0|dts_time=8.980000|duration=1800|duration_time=0.020000|size=758|pos=447440|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ee962000 > -packet|codec_type=audio|stream_index=0|pts=810000|pts_time=9.000000|dts=81000 > 0|dts_time=9.000000|duration=1800|duration_time=0.020000|size=761|pos=448756|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=810000|pts_time=9.000000|dts=81000 > 0|dts_time=9.000000|duration=1800|duration_time=0.020000|size=761|pos=448756|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:65a93707 > -packet|codec_type=audio|stream_index=0|pts=811800|pts_time=9.020000|dts=81180 > 0|dts_time=9.020000|duration=1800|duration_time=0.020000|size=888|pos=449696|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=811800|pts_time=9.020000|dts=81180 > 0|dts_time=9.020000|duration=1800|duration_time=0.020000|size=888|pos=449696|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f365394f > -packet|codec_type=audio|stream_index=0|pts=813600|pts_time=9.040000|dts=81360 > 0|dts_time=9.040000|duration=1800|duration_time=0.020000|size=758|pos=450636|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=813600|pts_time=9.040000|dts=81360 > 0|dts_time=9.040000|duration=1800|duration_time=0.020000|size=758|pos=450636|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:cc4aa3e5 > -packet|codec_type=audio|stream_index=0|pts=815400|pts_time=9.060000|dts=81540 > 0|dts_time=9.060000|duration=1800|duration_time=0.020000|size=765|pos=451576|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=815400|pts_time=9.060000|dts=81540 > 0|dts_time=9.060000|duration=1800|duration_time=0.020000|size=765|pos=451576|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a1fd5bac > -packet|codec_type=audio|stream_index=0|pts=817200|pts_time=9.080000|dts=81720 > 0|dts_time=9.080000|duration=1800|duration_time=0.020000|size=761|pos=452516|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=817200|pts_time=9.080000|dts=81720 > 0|dts_time=9.080000|duration=1800|duration_time=0.020000|size=761|pos=452516|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:1590afda > -packet|codec_type=audio|stream_index=0|pts=819000|pts_time=9.100000|dts=81900 > 0|dts_time=9.100000|duration=1800|duration_time=0.020000|size=764|pos=453456|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=819000|pts_time=9.100000|dts=81900 > 0|dts_time=9.100000|duration=1800|duration_time=0.020000|size=764|pos=453456|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3e34e250 > -packet|codec_type=audio|stream_index=0|pts=820800|pts_time=9.120000|dts=82080 > 0|dts_time=9.120000|duration=1800|duration_time=0.020000|size=762|pos=454396|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=820800|pts_time=9.120000|dts=82080 > 0|dts_time=9.120000|duration=1800|duration_time=0.020000|size=762|pos=454396|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:927657b5 > -packet|codec_type=audio|stream_index=0|pts=822600|pts_time=9.140000|dts=82260 > 0|dts_time=9.140000|duration=1800|duration_time=0.020000|size=767|pos=455336|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=822600|pts_time=9.140000|dts=82260 > 0|dts_time=9.140000|duration=1800|duration_time=0.020000|size=767|pos=455336|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5261b6ab > -packet|codec_type=audio|stream_index=0|pts=824400|pts_time=9.160000|dts=82440 > 0|dts_time=9.160000|duration=1800|duration_time=0.020000|size=759|pos=456276|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=824400|pts_time=9.160000|dts=82440 > 0|dts_time=9.160000|duration=1800|duration_time=0.020000|size=759|pos=456276|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:645fd792 > -packet|codec_type=audio|stream_index=0|pts=826200|pts_time=9.180000|dts=82620 > 0|dts_time=9.180000|duration=1800|duration_time=0.020000|size=761|pos=457216|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=826200|pts_time=9.180000|dts=82620 > 0|dts_time=9.180000|duration=1800|duration_time=0.020000|size=761|pos=457216|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:240a9cd8 > -packet|codec_type=audio|stream_index=0|pts=828000|pts_time=9.200000|dts=82800 > 0|dts_time=9.200000|duration=1800|duration_time=0.020000|size=762|pos=458532|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=828000|pts_time=9.200000|dts=82800 > 0|dts_time=9.200000|duration=1800|duration_time=0.020000|size=762|pos=458532|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:409c4ee6 > -packet|codec_type=audio|stream_index=0|pts=829800|pts_time=9.220000|dts=82980 > 0|dts_time=9.220000|duration=1800|duration_time=0.020000|size=763|pos=459472|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=829800|pts_time=9.220000|dts=82980 > 0|dts_time=9.220000|duration=1800|duration_time=0.020000|size=763|pos=459472|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:a1e4f6c8 > -packet|codec_type=audio|stream_index=0|pts=831600|pts_time=9.240000|dts=83160 > 0|dts_time=9.240000|duration=1800|duration_time=0.020000|size=760|pos=460412|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=831600|pts_time=9.240000|dts=83160 > 0|dts_time=9.240000|duration=1800|duration_time=0.020000|size=760|pos=460412|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e405b6d8 > -packet|codec_type=audio|stream_index=0|pts=833400|pts_time=9.260000|dts=83340 > 0|dts_time=9.260000|duration=1800|duration_time=0.020000|size=832|pos=461352|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=833400|pts_time=9.260000|dts=83340 > 0|dts_time=9.260000|duration=1800|duration_time=0.020000|size=832|pos=461352|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:28926870 > -packet|codec_type=audio|stream_index=0|pts=835200|pts_time=9.280000|dts=83520 > 0|dts_time=9.280000|duration=1800|duration_time=0.020000|size=761|pos=462292|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=835200|pts_time=9.280000|dts=83520 > 0|dts_time=9.280000|duration=1800|duration_time=0.020000|size=761|pos=462292|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:991eafa7 > -packet|codec_type=audio|stream_index=0|pts=837000|pts_time=9.300000|dts=83700 > 0|dts_time=9.300000|duration=1800|duration_time=0.020000|size=887|pos=463232|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=837000|pts_time=9.300000|dts=83700 > 0|dts_time=9.300000|duration=1800|duration_time=0.020000|size=887|pos=463232|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2f2180e4 > -packet|codec_type=audio|stream_index=0|pts=838800|pts_time=9.320000|dts=83880 > 0|dts_time=9.320000|duration=1800|duration_time=0.020000|size=765|pos=464172|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=838800|pts_time=9.320000|dts=83880 > 0|dts_time=9.320000|duration=1800|duration_time=0.020000|size=765|pos=464172|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c3b931ab > -packet|codec_type=audio|stream_index=0|pts=840600|pts_time=9.340000|dts=84060 > 0|dts_time=9.340000|duration=1800|duration_time=0.020000|size=763|pos=465112|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=840600|pts_time=9.340000|dts=84060 > 0|dts_time=9.340000|duration=1800|duration_time=0.020000|size=763|pos=465112|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:09c95d1c > -packet|codec_type=audio|stream_index=0|pts=842400|pts_time=9.360000|dts=84240 > 0|dts_time=9.360000|duration=1800|duration_time=0.020000|size=763|pos=466052|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=842400|pts_time=9.360000|dts=84240 > 0|dts_time=9.360000|duration=1800|duration_time=0.020000|size=763|pos=466052|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5a90f4d9 > -packet|codec_type=audio|stream_index=0|pts=844200|pts_time=9.380000|dts=84420 > 0|dts_time=9.380000|duration=1800|duration_time=0.020000|size=952|pos=466992|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=844200|pts_time=9.380000|dts=84420 > 0|dts_time=9.380000|duration=1800|duration_time=0.020000|size=952|pos=466992|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2e1338bd > -packet|codec_type=audio|stream_index=0|pts=846000|pts_time=9.400000|dts=84600 > 0|dts_time=9.400000|duration=1800|duration_time=0.020000|size=953|pos=468496|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=846000|pts_time=9.400000|dts=84600 > 0|dts_time=9.400000|duration=1800|duration_time=0.020000|size=953|pos=468496|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:db87e979 > -packet|codec_type=audio|stream_index=0|pts=847800|pts_time=9.420000|dts=84780 > 0|dts_time=9.420000|duration=1800|duration_time=0.020000|size=945|pos=469624|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=847800|pts_time=9.420000|dts=84780 > 0|dts_time=9.420000|duration=1800|duration_time=0.020000|size=945|pos=469624|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d55815d6 > -packet|codec_type=audio|stream_index=0|pts=849600|pts_time=9.440000|dts=84960 > 0|dts_time=9.440000|duration=1800|duration_time=0.020000|size=948|pos=470752|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=849600|pts_time=9.440000|dts=84960 > 0|dts_time=9.440000|duration=1800|duration_time=0.020000|size=948|pos=470752|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e31e5728 > -packet|codec_type=audio|stream_index=0|pts=851400|pts_time=9.460000|dts=85140 > 0|dts_time=9.460000|duration=1800|duration_time=0.020000|size=951|pos=471880|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=851400|pts_time=9.460000|dts=85140 > 0|dts_time=9.460000|duration=1800|duration_time=0.020000|size=951|pos=471880|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:49e86c3d > -packet|codec_type=audio|stream_index=0|pts=853200|pts_time=9.480000|dts=85320 > 0|dts_time=9.480000|duration=1800|duration_time=0.020000|size=826|pos=473008|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=853200|pts_time=9.480000|dts=85320 > 0|dts_time=9.480000|duration=1800|duration_time=0.020000|size=826|pos=473008|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:13cefb19 > -packet|codec_type=audio|stream_index=0|pts=855000|pts_time=9.500000|dts=85500 > 0|dts_time=9.500000|duration=1800|duration_time=0.020000|size=763|pos=473948|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=855000|pts_time=9.500000|dts=85500 > 0|dts_time=9.500000|duration=1800|duration_time=0.020000|size=763|pos=473948|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8d9b7d72 > -packet|codec_type=audio|stream_index=0|pts=856800|pts_time=9.520000|dts=85680 > 0|dts_time=9.520000|duration=1800|duration_time=0.020000|size=763|pos=474888|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=856800|pts_time=9.520000|dts=85680 > 0|dts_time=9.520000|duration=1800|duration_time=0.020000|size=763|pos=474888|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:d55b35fb > -packet|codec_type=audio|stream_index=0|pts=858600|pts_time=9.540000|dts=85860 > 0|dts_time=9.540000|duration=1800|duration_time=0.020000|size=766|pos=475828|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=858600|pts_time=9.540000|dts=85860 > 0|dts_time=9.540000|duration=1800|duration_time=0.020000|size=766|pos=475828|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3e10c46a > -packet|codec_type=audio|stream_index=0|pts=860400|pts_time=9.560000|dts=86040 > 0|dts_time=9.560000|duration=1800|duration_time=0.020000|size=946|pos=476768|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=860400|pts_time=9.560000|dts=86040 > 0|dts_time=9.560000|duration=1800|duration_time=0.020000|size=946|pos=476768|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:924e67eb > -packet|codec_type=audio|stream_index=0|pts=862200|pts_time=9.580000|dts=86220 > 0|dts_time=9.580000|duration=1800|duration_time=0.020000|size=762|pos=477896|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=862200|pts_time=9.580000|dts=86220 > 0|dts_time=9.580000|duration=1800|duration_time=0.020000|size=762|pos=477896|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:008c6ebb > -packet|codec_type=audio|stream_index=0|pts=864000|pts_time=9.600000|dts=86400 > 0|dts_time=9.600000|duration=1800|duration_time=0.020000|size=765|pos=479212|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=864000|pts_time=9.600000|dts=86400 > 0|dts_time=9.600000|duration=1800|duration_time=0.020000|size=765|pos=479212|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:96d72d3f > -packet|codec_type=audio|stream_index=0|pts=865800|pts_time=9.620000|dts=86580 > 0|dts_time=9.620000|duration=1800|duration_time=0.020000|size=763|pos=480152|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=865800|pts_time=9.620000|dts=86580 > 0|dts_time=9.620000|duration=1800|duration_time=0.020000|size=763|pos=480152|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6f40bb5a > -packet|codec_type=audio|stream_index=0|pts=867600|pts_time=9.640000|dts=86760 > 0|dts_time=9.640000|duration=1800|duration_time=0.020000|size=761|pos=481092|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=867600|pts_time=9.640000|dts=86760 > 0|dts_time=9.640000|duration=1800|duration_time=0.020000|size=761|pos=481092|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:f6ba1f01 > -packet|codec_type=audio|stream_index=0|pts=869400|pts_time=9.660000|dts=86940 > 0|dts_time=9.660000|duration=1800|duration_time=0.020000|size=760|pos=482032|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=869400|pts_time=9.660000|dts=86940 > 0|dts_time=9.660000|duration=1800|duration_time=0.020000|size=760|pos=482032|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b610a31e > -packet|codec_type=audio|stream_index=0|pts=871200|pts_time=9.680000|dts=87120 > 0|dts_time=9.680000|duration=1800|duration_time=0.020000|size=757|pos=482972|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=871200|pts_time=9.680000|dts=87120 > 0|dts_time=9.680000|duration=1800|duration_time=0.020000|size=757|pos=482972|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:64dde46b > -packet|codec_type=audio|stream_index=0|pts=873000|pts_time=9.700000|dts=87300 > 0|dts_time=9.700000|duration=1800|duration_time=0.020000|size=757|pos=483912|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=873000|pts_time=9.700000|dts=87300 > 0|dts_time=9.700000|duration=1800|duration_time=0.020000|size=757|pos=483912|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:8f794e6c > -packet|codec_type=audio|stream_index=0|pts=874800|pts_time=9.720000|dts=87480 > 0|dts_time=9.720000|duration=1800|duration_time=0.020000|size=762|pos=484852|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=874800|pts_time=9.720000|dts=87480 > 0|dts_time=9.720000|duration=1800|duration_time=0.020000|size=762|pos=484852|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:65c6284c > -packet|codec_type=audio|stream_index=0|pts=876600|pts_time=9.740000|dts=87660 > 0|dts_time=9.740000|duration=1800|duration_time=0.020000|size=760|pos=485792|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=876600|pts_time=9.740000|dts=87660 > 0|dts_time=9.740000|duration=1800|duration_time=0.020000|size=760|pos=485792|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7dead06c > -packet|codec_type=audio|stream_index=0|pts=878400|pts_time=9.760000|dts=87840 > 0|dts_time=9.760000|duration=1800|duration_time=0.020000|size=763|pos=486732|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=878400|pts_time=9.760000|dts=87840 > 0|dts_time=9.760000|duration=1800|duration_time=0.020000|size=763|pos=486732|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b0e145b1 > -packet|codec_type=audio|stream_index=0|pts=880200|pts_time=9.780000|dts=88020 > 0|dts_time=9.780000|duration=1800|duration_time=0.020000|size=764|pos=487672|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=880200|pts_time=9.780000|dts=88020 > 0|dts_time=9.780000|duration=1800|duration_time=0.020000|size=764|pos=487672|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:3d2553f6 > -packet|codec_type=audio|stream_index=0|pts=882000|pts_time=9.800000|dts=88200 > 0|dts_time=9.800000|duration=1800|duration_time=0.020000|size=946|pos=488988|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=882000|pts_time=9.800000|dts=88200 > 0|dts_time=9.800000|duration=1800|duration_time=0.020000|size=946|pos=488988|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e808f1d2 > -packet|codec_type=audio|stream_index=0|pts=883800|pts_time=9.820000|dts=88380 > 0|dts_time=9.820000|duration=1800|duration_time=0.020000|size=946|pos=490116|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=883800|pts_time=9.820000|dts=88380 > 0|dts_time=9.820000|duration=1800|duration_time=0.020000|size=946|pos=490116|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6b408528 > -packet|codec_type=audio|stream_index=0|pts=885600|pts_time=9.840000|dts=88560 > 0|dts_time=9.840000|duration=1800|duration_time=0.020000|size=949|pos=491244|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=885600|pts_time=9.840000|dts=88560 > 0|dts_time=9.840000|duration=1800|duration_time=0.020000|size=949|pos=491244|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e51d96e4 > -packet|codec_type=audio|stream_index=0|pts=887400|pts_time=9.860000|dts=88740 > 0|dts_time=9.860000|duration=1800|duration_time=0.020000|size=946|pos=492372|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=887400|pts_time=9.860000|dts=88740 > 0|dts_time=9.860000|duration=1800|duration_time=0.020000|size=946|pos=492372|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:c2df3280 > -packet|codec_type=audio|stream_index=0|pts=889200|pts_time=9.880000|dts=88920 > 0|dts_time=9.880000|duration=1800|duration_time=0.020000|size=940|pos=493500|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=889200|pts_time=9.880000|dts=88920 > 0|dts_time=9.880000|duration=1800|duration_time=0.020000|size=940|pos=493500|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7bb5a137 > -packet|codec_type=audio|stream_index=0|pts=891000|pts_time=9.900000|dts=89100 > 0|dts_time=9.900000|duration=1800|duration_time=0.020000|size=762|pos=494628|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=891000|pts_time=9.900000|dts=89100 > 0|dts_time=9.900000|duration=1800|duration_time=0.020000|size=762|pos=494628|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:12fcc651 > -packet|codec_type=audio|stream_index=0|pts=892800|pts_time=9.920000|dts=89280 > 0|dts_time=9.920000|duration=1800|duration_time=0.020000|size=759|pos=495568|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=892800|pts_time=9.920000|dts=89280 > 0|dts_time=9.920000|duration=1800|duration_time=0.020000|size=759|pos=495568|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:b402a4c8 > -packet|codec_type=audio|stream_index=0|pts=894600|pts_time=9.940000|dts=89460 > 0|dts_time=9.940000|duration=1800|duration_time=0.020000|size=942|pos=496508|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=894600|pts_time=9.940000|dts=89460 > 0|dts_time=9.940000|duration=1800|duration_time=0.020000|size=942|pos=496508|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:bfe52a16 > -packet|codec_type=audio|stream_index=0|pts=896400|pts_time=9.960000|dts=89640 > 0|dts_time=9.960000|duration=1800|duration_time=0.020000|size=764|pos=497636|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=896400|pts_time=9.960000|dts=89640 > 0|dts_time=9.960000|duration=1800|duration_time=0.020000|size=764|pos=497636|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:09372283 > -packet|codec_type=audio|stream_index=0|pts=898200|pts_time=9.980000|dts=89820 > 0|dts_time=9.980000|duration=1800|duration_time=0.020000|size=759|pos=498576|f > lags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=898200|pts_time=9.980000|dts=89820 > 0|dts_time=9.980000|duration=1800|duration_time=0.020000|size=759|pos=498576|f > lags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5a27db5c > -packet|codec_type=audio|stream_index=0|pts=900000|pts_time=10.000000|dts=9000 > 00|dts_time=10.000000|duration=1800|duration_time=0.020000|size=760|pos=499892 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=900000|pts_time=10.000000|dts=9000 > 00|dts_time=10.000000|duration=1800|duration_time=0.020000|size=760|pos=499892 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:0821b0cd > -packet|codec_type=audio|stream_index=0|pts=901800|pts_time=10.020000|dts=9018 > 00|dts_time=10.020000|duration=1800|duration_time=0.020000|size=757|pos=500832 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=901800|pts_time=10.020000|dts=9018 > 00|dts_time=10.020000|duration=1800|duration_time=0.020000|size=757|pos=500832 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:91af6b99 > -packet|codec_type=audio|stream_index=0|pts=903600|pts_time=10.040000|dts=9036 > 00|dts_time=10.040000|duration=1800|duration_time=0.020000|size=941|pos=501772 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=903600|pts_time=10.040000|dts=9036 > 00|dts_time=10.040000|duration=1800|duration_time=0.020000|size=941|pos=501772 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:5296a88a > -packet|codec_type=audio|stream_index=0|pts=905400|pts_time=10.060000|dts=9054 > 00|dts_time=10.060000|duration=1800|duration_time=0.020000|size=943|pos=502900 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=905400|pts_time=10.060000|dts=9054 > 00|dts_time=10.060000|duration=1800|duration_time=0.020000|size=943|pos=502900 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:e75e69d4 > -packet|codec_type=audio|stream_index=0|pts=907200|pts_time=10.080000|dts=9072 > 00|dts_time=10.080000|duration=1800|duration_time=0.020000|size=759|pos=504028 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=907200|pts_time=10.080000|dts=9072 > 00|dts_time=10.080000|duration=1800|duration_time=0.020000|size=759|pos=504028 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:6a5b92cd > -packet|codec_type=audio|stream_index=0|pts=909000|pts_time=10.100000|dts=9090 > 00|dts_time=10.100000|duration=1800|duration_time=0.020000|size=759|pos=504968 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=909000|pts_time=10.100000|dts=9090 > 00|dts_time=10.100000|duration=1800|duration_time=0.020000|size=759|pos=504968 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:ec30c088 > -packet|codec_type=audio|stream_index=0|pts=910800|pts_time=10.120000|dts=9108 > 00|dts_time=10.120000|duration=1800|duration_time=0.020000|size=762|pos=505908 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=910800|pts_time=10.120000|dts=9108 > 00|dts_time=10.120000|duration=1800|duration_time=0.020000|size=762|pos=505908 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:2c73f2ff > -packet|codec_type=audio|stream_index=0|pts=912600|pts_time=10.140000|dts=9126 > 00|dts_time=10.140000|duration=1800|duration_time=0.020000|size=831|pos=506848 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=912600|pts_time=10.140000|dts=9126 > 00|dts_time=10.140000|duration=1800|duration_time=0.020000|size=831|pos=506848 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:7f7cb041 > -packet|codec_type=audio|stream_index=0|pts=914400|pts_time=10.160000|dts=9144 > 00|dts_time=10.160000|duration=1800|duration_time=0.020000|size=756|pos=507788 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=914400|pts_time=10.160000|dts=9144 > 00|dts_time=10.160000|duration=1800|duration_time=0.020000|size=756|pos=507788 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:52ef1db9 > -packet|codec_type=audio|stream_index=0|pts=916200|pts_time=10.180000|dts=9162 > 00|dts_time=10.180000|duration=1800|duration_time=0.020000|size=760|pos=508728 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=916200|pts_time=10.180000|dts=9162 > 00|dts_time=10.180000|duration=1800|duration_time=0.020000|size=760|pos=508728 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:fdf0ce4a > -packet|codec_type=audio|stream_index=0|pts=918000|pts_time=10.200000|dts=9180 > 00|dts_time=10.200000|duration=1800|duration_time=0.020000|size=761|pos=510044 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=918000|pts_time=10.200000|dts=9180 > 00|dts_time=10.200000|duration=1800|duration_time=0.020000|size=761|pos=510044 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:75113c11 > -packet|codec_type=audio|stream_index=0|pts=919800|pts_time=10.220000|dts=9198 > 00|dts_time=10.220000|duration=1800|duration_time=0.020000|size=759|pos=510984 > |flags=K_side_data|side_data_type=MPEGTS Stream ID|id=189 > +packet|codec_type=audio|stream_index=0|pts=919800|pts_time=10.220000|dts=9198 > 00|dts_time=10.220000|duration=1800|duration_time=0.020000|size=759|pos=510984 > |flags=K_|side_data|side_data_type=MPEGTS Stream ID|id=189 > |data_hash=CRC32:59fc266f > stream|index=0|codec_name=opus|profile=unknown|codec_type=audio|codec_tag_str > ing=Opus|codec_tag=0x7375704f|sample_fmt=fltp|sample_rate=48000|channels=8|cha > nnel_layout=7.1|bits_per_sample=0|id=0x44|r_frame_rate=0/0|avg_frame_rate=0/0| > time_base=1/90000|start_pts=0|start_time=0.000000|duration_ts=919800|duration= > 10.220000|bit_rate=N/A|max_bit_rate=N/A|bits_per_raw_sample=N/A|nb_frames=N/A| > nb_read_frames=N/A|nb_read_packets=512|extradata_size=29|extradata_hash=CRC32: > 6d6089a7|disposition:default=0|disposition:dub=0|disposition:original=0|dispos > ition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced= > 0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:cle > an_effects=0|disposition:attached_pic=0|disposition:timed_thumbnails=0|disposi > tion:captions=0|disposition:descriptions=0|disposition:metadata=0|disposition: > dependent=0|disposition:still_image=0 > format|filename=test-8-7.1.opus- > small.ts|nb_streams=1|nb_programs=1|format_name=mpegts|start_time=0.000000|dur > ation=10.220000|size=512000|bit_rate=400782|probe_score=50 > diff --git a/tests/ref/fate/ts-small-demux b/tests/ref/fate/ts-small-demux > index 1b0a21621b..3452fad4be 100644 > --- a/tests/ref/fate/ts-small-demux > +++ b/tests/ref/fate/ts-small-demux > @@ -1,148 +1,148 @@ > -packet|codec_type=video|stream_index=0|pts=126000|pts_time=1.400000|dts=12600 > 0|dts_time=1.400000|duration=6000|duration_time=0.066667|size=1290|pos=564|fla > gs=K_side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=126000|pts_time=1.400000|dts=12600 > 0|dts_time=1.400000|duration=6000|duration_time=0.066667|size=1290|pos=564|fla > gs=K_|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:9c4b744e > -packet|codec_type=video|stream_index=0|pts=132000|pts_time=1.466667|dts=13200 > 0|dts_time=1.466667|duration=6000|duration_time=0.066667|size=21|pos=2068|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=132000|pts_time=1.466667|dts=13200 > 0|dts_time=1.466667|duration=6000|duration_time=0.066667|size=21|pos=2068|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:f5490de8 > -packet|codec_type=video|stream_index=0|pts=138000|pts_time=1.533333|dts=13800 > 0|dts_time=1.533333|duration=6000|duration_time=0.066667|size=15|pos=2256|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=138000|pts_time=1.533333|dts=13800 > 0|dts_time=1.533333|duration=6000|duration_time=0.066667|size=15|pos=2256|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:d82fbcc0 > -packet|codec_type=video|stream_index=0|pts=144000|pts_time=1.600000|dts=14400 > 0|dts_time=1.600000|duration=6000|duration_time=0.066667|size=15|pos=2444|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=144000|pts_time=1.600000|dts=14400 > 0|dts_time=1.600000|duration=6000|duration_time=0.066667|size=15|pos=2444|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:e062fa20 > -packet|codec_type=video|stream_index=0|pts=150000|pts_time=1.666667|dts=15000 > 0|dts_time=1.666667|duration=6000|duration_time=0.066667|size=15|pos=2632|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=150000|pts_time=1.666667|dts=15000 > 0|dts_time=1.666667|duration=6000|duration_time=0.066667|size=15|pos=2632|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:49802a80 > -packet|codec_type=video|stream_index=0|pts=156000|pts_time=1.733333|dts=15600 > 0|dts_time=1.733333|duration=6000|duration_time=0.066667|size=15|pos=2820|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=156000|pts_time=1.733333|dts=15600 > 0|dts_time=1.733333|duration=6000|duration_time=0.066667|size=15|pos=2820|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:71cd6c60 > -packet|codec_type=video|stream_index=0|pts=162000|pts_time=1.800000|dts=16200 > 0|dts_time=1.800000|duration=6000|duration_time=0.066667|size=15|pos=3008|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=162000|pts_time=1.800000|dts=16200 > 0|dts_time=1.800000|duration=6000|duration_time=0.066667|size=15|pos=3008|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:391aa740 > -packet|codec_type=video|stream_index=0|pts=168000|pts_time=1.866667|dts=16800 > 0|dts_time=1.866667|duration=6000|duration_time=0.066667|size=15|pos=3196|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=168000|pts_time=1.866667|dts=16800 > 0|dts_time=1.866667|duration=6000|duration_time=0.066667|size=15|pos=3196|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:0157e1a0 > -packet|codec_type=video|stream_index=0|pts=174000|pts_time=1.933333|dts=17400 > 0|dts_time=1.933333|duration=6000|duration_time=0.066667|size=15|pos=3384|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=174000|pts_time=1.933333|dts=17400 > 0|dts_time=1.933333|duration=6000|duration_time=0.066667|size=15|pos=3384|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:10095665 > -packet|codec_type=video|stream_index=0|pts=180000|pts_time=2.000000|dts=18000 > 0|dts_time=2.000000|duration=6000|duration_time=0.066667|size=15|pos=3572|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=180000|pts_time=2.000000|dts=18000 > 0|dts_time=2.000000|duration=6000|duration_time=0.066667|size=15|pos=3572|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:28441085 > -packet|codec_type=video|stream_index=0|pts=186000|pts_time=2.066667|dts=18600 > 0|dts_time=2.066667|duration=6000|duration_time=0.066667|size=15|pos=3760|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=186000|pts_time=2.066667|dts=18600 > 0|dts_time=2.066667|duration=6000|duration_time=0.066667|size=15|pos=3760|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:6093dba5 > -packet|codec_type=video|stream_index=0|pts=192000|pts_time=2.133333|dts=19200 > 0|dts_time=2.133333|duration=6000|duration_time=0.066667|size=15|pos=3948|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=192000|pts_time=2.133333|dts=19200 > 0|dts_time=2.133333|duration=6000|duration_time=0.066667|size=15|pos=3948|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:58de9d45 > -packet|codec_type=video|stream_index=0|pts=198000|pts_time=2.200000|dts=19800 > 0|dts_time=2.200000|duration=6000|duration_time=0.066667|size=15|pos=4136|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=198000|pts_time=2.200000|dts=19800 > 0|dts_time=2.200000|duration=6000|duration_time=0.066667|size=15|pos=4136|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:f13c4de5 > -packet|codec_type=video|stream_index=0|pts=204000|pts_time=2.266667|dts=20400 > 0|dts_time=2.266667|duration=6000|duration_time=0.066667|size=15|pos=4324|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=204000|pts_time=2.266667|dts=20400 > 0|dts_time=2.266667|duration=6000|duration_time=0.066667|size=15|pos=4324|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:c9710b05 > -packet|codec_type=video|stream_index=0|pts=210000|pts_time=2.333333|dts=21000 > 0|dts_time=2.333333|duration=6000|duration_time=0.066667|size=15|pos=4512|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=210000|pts_time=2.333333|dts=21000 > 0|dts_time=2.333333|duration=6000|duration_time=0.066667|size=15|pos=4512|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:81a6c025 > -packet|codec_type=video|stream_index=0|pts=216000|pts_time=2.400000|dts=21600 > 0|dts_time=2.400000|duration=6000|duration_time=0.066667|size=15|pos=4700|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=216000|pts_time=2.400000|dts=21600 > 0|dts_time=2.400000|duration=6000|duration_time=0.066667|size=15|pos=4700|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:b9eb86c5 > -packet|codec_type=video|stream_index=0|pts=222000|pts_time=2.466667|dts=22200 > 0|dts_time=2.466667|duration=6000|duration_time=0.066667|size=15|pos=4888|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=222000|pts_time=2.466667|dts=22200 > 0|dts_time=2.466667|duration=6000|duration_time=0.066667|size=15|pos=4888|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:a8b53100 > -packet|codec_type=video|stream_index=0|pts=228000|pts_time=2.533333|dts=22800 > 0|dts_time=2.533333|duration=6000|duration_time=0.066667|size=15|pos=5076|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=228000|pts_time=2.533333|dts=22800 > 0|dts_time=2.533333|duration=6000|duration_time=0.066667|size=15|pos=5076|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:90f877e0 > -packet|codec_type=video|stream_index=0|pts=234000|pts_time=2.600000|dts=23400 > 0|dts_time=2.600000|duration=6000|duration_time=0.066667|size=15|pos=5264|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=234000|pts_time=2.600000|dts=23400 > 0|dts_time=2.600000|duration=6000|duration_time=0.066667|size=15|pos=5264|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:d82fbcc0 > -packet|codec_type=video|stream_index=0|pts=240000|pts_time=2.666667|dts=24000 > 0|dts_time=2.666667|duration=6000|duration_time=0.066667|size=15|pos=5452|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=240000|pts_time=2.666667|dts=24000 > 0|dts_time=2.666667|duration=6000|duration_time=0.066667|size=15|pos=5452|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:e062fa20 > -packet|codec_type=video|stream_index=0|pts=246000|pts_time=2.733333|dts=24600 > 0|dts_time=2.733333|duration=6000|duration_time=0.066667|size=15|pos=5640|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=246000|pts_time=2.733333|dts=24600 > 0|dts_time=2.733333|duration=6000|duration_time=0.066667|size=15|pos=5640|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:49802a80 > -packet|codec_type=video|stream_index=0|pts=252000|pts_time=2.800000|dts=25200 > 0|dts_time=2.800000|duration=6000|duration_time=0.066667|size=15|pos=5828|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=252000|pts_time=2.800000|dts=25200 > 0|dts_time=2.800000|duration=6000|duration_time=0.066667|size=15|pos=5828|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:71cd6c60 > -packet|codec_type=video|stream_index=0|pts=258000|pts_time=2.866667|dts=25800 > 0|dts_time=2.866667|duration=6000|duration_time=0.066667|size=15|pos=6016|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=258000|pts_time=2.866667|dts=25800 > 0|dts_time=2.866667|duration=6000|duration_time=0.066667|size=15|pos=6016|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:391aa740 > -packet|codec_type=video|stream_index=0|pts=264000|pts_time=2.933333|dts=26400 > 0|dts_time=2.933333|duration=6000|duration_time=0.066667|size=15|pos=6204|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=264000|pts_time=2.933333|dts=26400 > 0|dts_time=2.933333|duration=6000|duration_time=0.066667|size=15|pos=6204|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:0157e1a0 > -packet|codec_type=video|stream_index=0|pts=270000|pts_time=3.000000|dts=27000 > 0|dts_time=3.000000|duration=6000|duration_time=0.066667|size=15|pos=6392|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=270000|pts_time=3.000000|dts=27000 > 0|dts_time=3.000000|duration=6000|duration_time=0.066667|size=15|pos=6392|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:10095665 > -packet|codec_type=video|stream_index=0|pts=276000|pts_time=3.066667|dts=27600 > 0|dts_time=3.066667|duration=6000|duration_time=0.066667|size=15|pos=6580|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=276000|pts_time=3.066667|dts=27600 > 0|dts_time=3.066667|duration=6000|duration_time=0.066667|size=15|pos=6580|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:28441085 > -packet|codec_type=video|stream_index=0|pts=282000|pts_time=3.133333|dts=28200 > 0|dts_time=3.133333|duration=6000|duration_time=0.066667|size=15|pos=6768|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=282000|pts_time=3.133333|dts=28200 > 0|dts_time=3.133333|duration=6000|duration_time=0.066667|size=15|pos=6768|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:6093dba5 > -packet|codec_type=video|stream_index=0|pts=288000|pts_time=3.200000|dts=28800 > 0|dts_time=3.200000|duration=6000|duration_time=0.066667|size=15|pos=6956|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=288000|pts_time=3.200000|dts=28800 > 0|dts_time=3.200000|duration=6000|duration_time=0.066667|size=15|pos=6956|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:58de9d45 > -packet|codec_type=video|stream_index=0|pts=294000|pts_time=3.266667|dts=29400 > 0|dts_time=3.266667|duration=6000|duration_time=0.066667|size=15|pos=7144|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=294000|pts_time=3.266667|dts=29400 > 0|dts_time=3.266667|duration=6000|duration_time=0.066667|size=15|pos=7144|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:f13c4de5 > -packet|codec_type=video|stream_index=0|pts=300000|pts_time=3.333333|dts=30000 > 0|dts_time=3.333333|duration=6000|duration_time=0.066667|size=15|pos=7332|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=300000|pts_time=3.333333|dts=30000 > 0|dts_time=3.333333|duration=6000|duration_time=0.066667|size=15|pos=7332|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:c9710b05 > -packet|codec_type=video|stream_index=0|pts=306000|pts_time=3.400000|dts=30600 > 0|dts_time=3.400000|duration=6000|duration_time=0.066667|size=15|pos=7520|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=306000|pts_time=3.400000|dts=30600 > 0|dts_time=3.400000|duration=6000|duration_time=0.066667|size=15|pos=7520|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:81a6c025 > -packet|codec_type=video|stream_index=0|pts=312000|pts_time=3.466667|dts=31200 > 0|dts_time=3.466667|duration=6000|duration_time=0.066667|size=15|pos=7708|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=312000|pts_time=3.466667|dts=31200 > 0|dts_time=3.466667|duration=6000|duration_time=0.066667|size=15|pos=7708|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:b9eb86c5 > -packet|codec_type=video|stream_index=0|pts=318000|pts_time=3.533333|dts=31800 > 0|dts_time=3.533333|duration=6000|duration_time=0.066667|size=15|pos=7896|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=318000|pts_time=3.533333|dts=31800 > 0|dts_time=3.533333|duration=6000|duration_time=0.066667|size=15|pos=7896|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:a8b53100 > -packet|codec_type=video|stream_index=0|pts=324000|pts_time=3.600000|dts=32400 > 0|dts_time=3.600000|duration=6000|duration_time=0.066667|size=15|pos=8460|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=324000|pts_time=3.600000|dts=32400 > 0|dts_time=3.600000|duration=6000|duration_time=0.066667|size=15|pos=8460|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:90f877e0 > -packet|codec_type=video|stream_index=0|pts=330000|pts_time=3.666667|dts=33000 > 0|dts_time=3.666667|duration=6000|duration_time=0.066667|size=15|pos=8648|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=330000|pts_time=3.666667|dts=33000 > 0|dts_time=3.666667|duration=6000|duration_time=0.066667|size=15|pos=8648|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:d82fbcc0 > -packet|codec_type=video|stream_index=0|pts=336000|pts_time=3.733333|dts=33600 > 0|dts_time=3.733333|duration=6000|duration_time=0.066667|size=15|pos=8836|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=336000|pts_time=3.733333|dts=33600 > 0|dts_time=3.733333|duration=6000|duration_time=0.066667|size=15|pos=8836|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:e062fa20 > -packet|codec_type=video|stream_index=0|pts=342000|pts_time=3.800000|dts=34200 > 0|dts_time=3.800000|duration=6000|duration_time=0.066667|size=15|pos=9024|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=342000|pts_time=3.800000|dts=34200 > 0|dts_time=3.800000|duration=6000|duration_time=0.066667|size=15|pos=9024|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:49802a80 > -packet|codec_type=video|stream_index=0|pts=348000|pts_time=3.866667|dts=34800 > 0|dts_time=3.866667|duration=6000|duration_time=0.066667|size=15|pos=9212|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=348000|pts_time=3.866667|dts=34800 > 0|dts_time=3.866667|duration=6000|duration_time=0.066667|size=15|pos=9212|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:71cd6c60 > -packet|codec_type=video|stream_index=0|pts=354000|pts_time=3.933333|dts=35400 > 0|dts_time=3.933333|duration=6000|duration_time=0.066667|size=15|pos=9400|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=354000|pts_time=3.933333|dts=35400 > 0|dts_time=3.933333|duration=6000|duration_time=0.066667|size=15|pos=9400|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:391aa740 > -packet|codec_type=video|stream_index=0|pts=360000|pts_time=4.000000|dts=36000 > 0|dts_time=4.000000|duration=6000|duration_time=0.066667|size=15|pos=9588|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=360000|pts_time=4.000000|dts=36000 > 0|dts_time=4.000000|duration=6000|duration_time=0.066667|size=15|pos=9588|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:0157e1a0 > -packet|codec_type=video|stream_index=0|pts=366000|pts_time=4.066667|dts=36600 > 0|dts_time=4.066667|duration=6000|duration_time=0.066667|size=15|pos=9776|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=366000|pts_time=4.066667|dts=36600 > 0|dts_time=4.066667|duration=6000|duration_time=0.066667|size=15|pos=9776|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:10095665 > -packet|codec_type=video|stream_index=0|pts=372000|pts_time=4.133333|dts=37200 > 0|dts_time=4.133333|duration=6000|duration_time=0.066667|size=15|pos=9964|flag > s=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=372000|pts_time=4.133333|dts=37200 > 0|dts_time=4.133333|duration=6000|duration_time=0.066667|size=15|pos=9964|flag > s=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:28441085 > -packet|codec_type=video|stream_index=0|pts=378000|pts_time=4.200000|dts=37800 > 0|dts_time=4.200000|duration=6000|duration_time=0.066667|size=15|pos=10152|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=378000|pts_time=4.200000|dts=37800 > 0|dts_time=4.200000|duration=6000|duration_time=0.066667|size=15|pos=10152|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:6093dba5 > -packet|codec_type=video|stream_index=0|pts=384000|pts_time=4.266667|dts=38400 > 0|dts_time=4.266667|duration=6000|duration_time=0.066667|size=15|pos=10340|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=384000|pts_time=4.266667|dts=38400 > 0|dts_time=4.266667|duration=6000|duration_time=0.066667|size=15|pos=10340|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:58de9d45 > -packet|codec_type=video|stream_index=0|pts=390000|pts_time=4.333333|dts=39000 > 0|dts_time=4.333333|duration=6000|duration_time=0.066667|size=15|pos=10528|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=390000|pts_time=4.333333|dts=39000 > 0|dts_time=4.333333|duration=6000|duration_time=0.066667|size=15|pos=10528|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:f13c4de5 > -packet|codec_type=video|stream_index=0|pts=396000|pts_time=4.400000|dts=39600 > 0|dts_time=4.400000|duration=6000|duration_time=0.066667|size=15|pos=10716|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=396000|pts_time=4.400000|dts=39600 > 0|dts_time=4.400000|duration=6000|duration_time=0.066667|size=15|pos=10716|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:c9710b05 > -packet|codec_type=video|stream_index=0|pts=402000|pts_time=4.466667|dts=40200 > 0|dts_time=4.466667|duration=6000|duration_time=0.066667|size=15|pos=10904|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=402000|pts_time=4.466667|dts=40200 > 0|dts_time=4.466667|duration=6000|duration_time=0.066667|size=15|pos=10904|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:81a6c025 > -packet|codec_type=video|stream_index=0|pts=408000|pts_time=4.533333|dts=40800 > 0|dts_time=4.533333|duration=6000|duration_time=0.066667|size=15|pos=11092|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=408000|pts_time=4.533333|dts=40800 > 0|dts_time=4.533333|duration=6000|duration_time=0.066667|size=15|pos=11092|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:b9eb86c5 > -packet|codec_type=video|stream_index=0|pts=414000|pts_time=4.600000|dts=41400 > 0|dts_time=4.600000|duration=6000|duration_time=0.066667|size=15|pos=11280|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=414000|pts_time=4.600000|dts=41400 > 0|dts_time=4.600000|duration=6000|duration_time=0.066667|size=15|pos=11280|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:a8b53100 > -packet|codec_type=video|stream_index=0|pts=420000|pts_time=4.666667|dts=42000 > 0|dts_time=4.666667|duration=6000|duration_time=0.066667|size=15|pos=11468|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=420000|pts_time=4.666667|dts=42000 > 0|dts_time=4.666667|duration=6000|duration_time=0.066667|size=15|pos=11468|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:90f877e0 > -packet|codec_type=video|stream_index=0|pts=426000|pts_time=4.733333|dts=42600 > 0|dts_time=4.733333|duration=6000|duration_time=0.066667|size=15|pos=11656|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=426000|pts_time=4.733333|dts=42600 > 0|dts_time=4.733333|duration=6000|duration_time=0.066667|size=15|pos=11656|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:d82fbcc0 > -packet|codec_type=video|stream_index=0|pts=432000|pts_time=4.800000|dts=43200 > 0|dts_time=4.800000|duration=6000|duration_time=0.066667|size=15|pos=11844|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=432000|pts_time=4.800000|dts=43200 > 0|dts_time=4.800000|duration=6000|duration_time=0.066667|size=15|pos=11844|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:e062fa20 > -packet|codec_type=video|stream_index=0|pts=438000|pts_time=4.866667|dts=43800 > 0|dts_time=4.866667|duration=6000|duration_time=0.066667|size=15|pos=12032|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=438000|pts_time=4.866667|dts=43800 > 0|dts_time=4.866667|duration=6000|duration_time=0.066667|size=15|pos=12032|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:49802a80 > -packet|codec_type=video|stream_index=0|pts=444000|pts_time=4.933333|dts=44400 > 0|dts_time=4.933333|duration=6000|duration_time=0.066667|size=15|pos=12220|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=444000|pts_time=4.933333|dts=44400 > 0|dts_time=4.933333|duration=6000|duration_time=0.066667|size=15|pos=12220|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:71cd6c60 > -packet|codec_type=video|stream_index=0|pts=450000|pts_time=5.000000|dts=45000 > 0|dts_time=5.000000|duration=6000|duration_time=0.066667|size=15|pos=12408|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=450000|pts_time=5.000000|dts=45000 > 0|dts_time=5.000000|duration=6000|duration_time=0.066667|size=15|pos=12408|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:391aa740 > -packet|codec_type=video|stream_index=0|pts=456000|pts_time=5.066667|dts=45600 > 0|dts_time=5.066667|duration=6000|duration_time=0.066667|size=15|pos=12596|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=456000|pts_time=5.066667|dts=45600 > 0|dts_time=5.066667|duration=6000|duration_time=0.066667|size=15|pos=12596|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:0157e1a0 > -packet|codec_type=video|stream_index=0|pts=462000|pts_time=5.133333|dts=46200 > 0|dts_time=5.133333|duration=6000|duration_time=0.066667|size=15|pos=12784|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=462000|pts_time=5.133333|dts=46200 > 0|dts_time=5.133333|duration=6000|duration_time=0.066667|size=15|pos=12784|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:10095665 > -packet|codec_type=video|stream_index=0|pts=468000|pts_time=5.200000|dts=46800 > 0|dts_time=5.200000|duration=6000|duration_time=0.066667|size=15|pos=12972|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=468000|pts_time=5.200000|dts=46800 > 0|dts_time=5.200000|duration=6000|duration_time=0.066667|size=15|pos=12972|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:28441085 > -packet|codec_type=video|stream_index=0|pts=474000|pts_time=5.266667|dts=47400 > 0|dts_time=5.266667|duration=6000|duration_time=0.066667|size=15|pos=13160|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=474000|pts_time=5.266667|dts=47400 > 0|dts_time=5.266667|duration=6000|duration_time=0.066667|size=15|pos=13160|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:6093dba5 > -packet|codec_type=video|stream_index=0|pts=480000|pts_time=5.333333|dts=48000 > 0|dts_time=5.333333|duration=6000|duration_time=0.066667|size=15|pos=13348|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=480000|pts_time=5.333333|dts=48000 > 0|dts_time=5.333333|duration=6000|duration_time=0.066667|size=15|pos=13348|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:58de9d45 > -packet|codec_type=video|stream_index=0|pts=486000|pts_time=5.400000|dts=48600 > 0|dts_time=5.400000|duration=6000|duration_time=0.066667|size=15|pos=13536|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=486000|pts_time=5.400000|dts=48600 > 0|dts_time=5.400000|duration=6000|duration_time=0.066667|size=15|pos=13536|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:f13c4de5 > -packet|codec_type=video|stream_index=0|pts=492000|pts_time=5.466667|dts=49200 > 0|dts_time=5.466667|duration=6000|duration_time=0.066667|size=15|pos=13724|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=492000|pts_time=5.466667|dts=49200 > 0|dts_time=5.466667|duration=6000|duration_time=0.066667|size=15|pos=13724|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:c9710b05 > -packet|codec_type=video|stream_index=0|pts=498000|pts_time=5.533333|dts=49800 > 0|dts_time=5.533333|duration=6000|duration_time=0.066667|size=15|pos=13912|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=498000|pts_time=5.533333|dts=49800 > 0|dts_time=5.533333|duration=6000|duration_time=0.066667|size=15|pos=13912|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:81a6c025 > -packet|codec_type=video|stream_index=0|pts=504000|pts_time=5.600000|dts=50400 > 0|dts_time=5.600000|duration=6000|duration_time=0.066667|size=15|pos=14100|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=504000|pts_time=5.600000|dts=50400 > 0|dts_time=5.600000|duration=6000|duration_time=0.066667|size=15|pos=14100|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:b9eb86c5 > -packet|codec_type=video|stream_index=0|pts=510000|pts_time=5.666667|dts=51000 > 0|dts_time=5.666667|duration=6000|duration_time=0.066667|size=15|pos=14288|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=510000|pts_time=5.666667|dts=51000 > 0|dts_time=5.666667|duration=6000|duration_time=0.066667|size=15|pos=14288|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:a8b53100 > -packet|codec_type=video|stream_index=0|pts=516000|pts_time=5.733333|dts=51600 > 0|dts_time=5.733333|duration=6000|duration_time=0.066667|size=15|pos=14476|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=516000|pts_time=5.733333|dts=51600 > 0|dts_time=5.733333|duration=6000|duration_time=0.066667|size=15|pos=14476|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:90f877e0 > -packet|codec_type=video|stream_index=0|pts=522000|pts_time=5.800000|dts=52200 > 0|dts_time=5.800000|duration=6000|duration_time=0.066667|size=15|pos=14664|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=522000|pts_time=5.800000|dts=52200 > 0|dts_time=5.800000|duration=6000|duration_time=0.066667|size=15|pos=14664|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:d82fbcc0 > -packet|codec_type=video|stream_index=0|pts=528000|pts_time=5.866667|dts=52800 > 0|dts_time=5.866667|duration=6000|duration_time=0.066667|size=15|pos=14852|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=528000|pts_time=5.866667|dts=52800 > 0|dts_time=5.866667|duration=6000|duration_time=0.066667|size=15|pos=14852|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:e062fa20 > -packet|codec_type=video|stream_index=0|pts=534000|pts_time=5.933333|dts=53400 > 0|dts_time=5.933333|duration=6000|duration_time=0.066667|size=15|pos=15040|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=534000|pts_time=5.933333|dts=53400 > 0|dts_time=5.933333|duration=6000|duration_time=0.066667|size=15|pos=15040|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:49802a80 > -packet|codec_type=video|stream_index=0|pts=540000|pts_time=6.000000|dts=54000 > 0|dts_time=6.000000|duration=6000|duration_time=0.066667|size=15|pos=15228|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=540000|pts_time=6.000000|dts=54000 > 0|dts_time=6.000000|duration=6000|duration_time=0.066667|size=15|pos=15228|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:71cd6c60 > -packet|codec_type=video|stream_index=0|pts=546000|pts_time=6.066667|dts=54600 > 0|dts_time=6.066667|duration=6000|duration_time=0.066667|size=15|pos=15416|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=546000|pts_time=6.066667|dts=54600 > 0|dts_time=6.066667|duration=6000|duration_time=0.066667|size=15|pos=15416|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:391aa740 > -packet|codec_type=video|stream_index=0|pts=552000|pts_time=6.133333|dts=55200 > 0|dts_time=6.133333|duration=6000|duration_time=0.066667|size=16|pos=15604|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=552000|pts_time=6.133333|dts=55200 > 0|dts_time=6.133333|duration=6000|duration_time=0.066667|size=16|pos=15604|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:cca62b67 > -packet|codec_type=video|stream_index=0|pts=558000|pts_time=6.200000|dts=55800 > 0|dts_time=6.200000|duration=6000|duration_time=0.066667|size=16|pos=15792|fla > gs=__side_data|side_data_type=MPEGTS Stream ID|id=224 > +packet|codec_type=video|stream_index=0|pts=558000|pts_time=6.200000|dts=55800 > 0|dts_time=6.200000|duration=6000|duration_time=0.066667|size=16|pos=15792|fla > gs=__|side_data|side_data_type=MPEGTS Stream ID|id=224 > |data_hash=CRC32:27b943ef > packet|codec_type=video|stream_index=0|pts=564000|pts_time=6.266667|dts=56400 > 0|dts_time=6.266667|duration=6000|duration_time=0.066667|size=16|pos=16356|fla > gs=__|data_hash=CRC32:f7116111 > stream|index=0|codec_name=h264|profile=578|codec_type=video|codec_tag_string= > [27][0][0][0]|codec_tag=0x001b|width=82|height=144|coded_width=82|coded_height > =144|closed_captions=0|film_grain=0|has_b_frames=0|sample_aspect_ratio=1:1|dis > play_aspect_ratio=41:72|pix_fmt=yuv420p|level=10|color_range=unknown|color_spa > ce=unknown|color_transfer=unknown|color_primaries=unknown|chroma_location=left > |field_order=progressive|refs=1|is_avc=false|nal_length_size=0|id=0x100|r_fram > e_rate=15/1|avg_frame_rate=15/1|time_base=1/90000|start_pts=126000|start_time= > 1.400000|duration_ts=444000|duration=4.933333|bit_rate=N/A|max_bit_rate=N/A|bi > ts_per_raw_sample=8|nb_frames=N/A|nb_read_frames=N/A|nb_read_packets=74|extrad > ata_size=35|extradata_hash=CRC32:e62cae27|disposition:default=0|disposition:du > b=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposit > ion:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition: > visual_impaired=0|disposition:clean_effects=0|disposition:atta > ched_pic=0|disposition:timed_thumbnails=0|disposition:captions=0|disposition: > descriptions=0|disposition:metadata=0|disposition:dependent=0|disposition:stil > l_image=0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
prev parent reply other threads:[~2021-12-23 13:16 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-12-20 19:57 James Almer 2021-12-23 13:16 ` Xiang, Haihao [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=f6034153916c86bc46edb06099518d5ec646e1f6.camel@intel.com \ --to=haihao.xiang@intel.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git