Opened 8 years ago

Closed 8 years ago

#5189 closed defect (worksforme)

Timestamp warnings when concat-ing nut files streamed through fifos

Reported by: Andrey Utkin Owned by:
Priority: normal Component: avformat
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
The below script works and does what is intended, but it shows warnings (see "invalid dropping").

rm 1.nut 2.nut || true
mkfifo 1.nut 2.nut
ffmpeg -loglevel debug -f lavfi -i testsrc -t 10 -y 1.nut 2>1.log &
ffmpeg -loglevel debug -f lavfi -i testsrc -t 10 -y 2.nut 2>2.log &

echo "ffconcat version 1.0
file 1.nut
file 2.nut
" > clips.concat

ffmpeg -loglevel debug -f concat -i clips.concat -c copy -y concat.nut
ffmpeg version N-78043-g1d8f9b7 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.3.0 (Gentoo 5.3.0 p1.0, pie-0.6.5)
  configuration: --enable-debug=3 --disable-optimizations --extra-cflags='-O0 -g3 -ggdb3' --enable-pic --disable-stripping --enable-openssl --enable-protocol=file --enable-protocol=pipe --enable-protocol=http --enable-protocol=https --enable-muxer=matroska --enable-muxer=mjpeg --enable-muxer=rtp --enable-muxer=mp4 --enable-muxer=rtsp --enable-muxer=rawvideo --enable-muxer=data --enable-demuxer=rtsp --enable-demuxer=matroska --enable-demuxer=mjpeg --enable-decoder=h264 --enable-decoder=mpeg4 --enable-decoder=mjpeg --enable-parser=h264 --enable-parser=mpeg4video --enable-parser=mjpeg --enable-encoder=mjpeg --enable-encoder=mpeg4 --enable-encoder=rawvideo --enable-encoder=libx264 --enable-libx264 --enable-gpl --enable-nonfree --enable-libfreetype --enable-libopenh264 --enable-libvpx
  libavutil      55. 14.100 / 55. 14.100
  libavcodec     57. 22.100 / 57. 22.100
  libavformat    57. 23.100 / 57. 23.100
  libavdevice    57.  0.100 / 57.  0.100
  libavfilter     6. 27.100 /  6. 27.100
  libswscale      4.  0.100 /  4.  0.100
  libswresample   2.  0.101 /  2.  0.101
  libpostproc    54.  0.100 / 54.  0.100
Splitting the commandline.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'concat'.
Reading option '-i' ... matched as input file with argument 'clips.concat'.
Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option 'concat.nut' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Applying option y (overwrite output files) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input file clips.concat.
Applying option f (force format) with argument concat.
Successfully parsed a group of options.
Opening an input file: clips.concat.
[nut @ 0x3419300] Format nut probed with size=2048 and score=100
[nut @ 0x3419300] Before avformat_find_stream_info() pos: 305 bytes read:8187 seeks:0
[nut @ 0x3419300] All info found
[nut @ 0x3419300] After avformat_find_stream_info() pos: 8187 bytes read:8187 seeks:0 frames:1
[concat @ 0x34101a0] Before avformat_find_stream_info() pos: 44 bytes read:44 seeks:0
[concat @ 0x34101a0] file:0 stream:0 pts:0 pts_time:0 dts:0 dts_time:0 -> pts:0 pts_time:0 dts:0 dts_time:0
[concat @ 0x34101a0] All info found
[concat @ 0x34101a0] After avformat_find_stream_info() pos: 44 bytes read:44 seeks:0 frames:1
Input #0, concat, from 'clips.concat':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0, 1, 1/51200: Video: mpeg4 (Simple Profile), 1 reference frame (FMP4 / 0x34504D46), yuv420p(left), 320x240 [SAR 1:1 DAR 4:3], 1/25, 25 tbr, 51200 tbn, 25 tbc
    Metadata:
      encoder         : Lavc57.22.100 mpeg4
Successfully opened the file.
Parsing a group of options: output file concat.nut.
Applying option c (codec name) with argument copy.
Successfully parsed a group of options.
Opening an output file: concat.nut.
Successfully opened the file.
[nut @ 0x341f700] Codec for stream 0 does not use global headers but container format requires global headers
Output #0, nut, to 'concat.nut':
  Metadata:
    encoder         : Lavf57.23.100
    Stream #0:0, 0, 1/51200: Video: mpeg4, 1 reference frame (FMP4 / 0x34504D46), yuv420p(left), 320x240 (0x0) [SAR 1:1 DAR 4:3], 1/51200, q=2-31, 25 tbr, 51200 tbn, 51200 tbc
    Metadata:
      encoder         : Lavc57.22.100 mpeg4
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[concat @ 0x34101a0] file:0 stream:0 pts:2048 pts_time:0.04 dts:2048 dts_time:0.04 -> pts:2048 pts_time:0.04 dts:2048 dts_time:0.04                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:4096 pts_time:0.08 dts:4096 dts_time:0.08 -> pts:4096 pts_time:0.08 dts:4096 dts_time:0.08                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:6144 pts_time:0.12 dts:6144 dts_time:0.12 -> pts:6144 pts_time:0.12 dts:6144 dts_time:0.12                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:8192 pts_time:0.16 dts:8192 dts_time:0.16 -> pts:8192 pts_time:0.16 dts:8192 dts_time:0.16                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:10240 pts_time:0.2 dts:10240 dts_time:0.2 -> pts:10240 pts_time:0.2 dts:10240 dts_time:0.2                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:12288 pts_time:0.24 dts:12288 dts_time:0.24 -> pts:12288 pts_time:0.24 dts:12288 dts_time:0.24                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:14336 pts_time:0.28 dts:14336 dts_time:0.28 -> pts:14336 pts_time:0.28 dts:14336 dts_time:0.28                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:16384 pts_time:0.32 dts:16384 dts_time:0.32 -> pts:16384 pts_time:0.32 dts:16384 dts_time:0.32                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:18432 pts_time:0.36 dts:18432 dts_time:0.36 -> pts:18432 pts_time:0.36 dts:18432 dts_time:0.36                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:20480 pts_time:0.4 dts:20480 dts_time:0.4 -> pts:20480 pts_time:0.4 dts:20480 dts_time:0.4                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:22528 pts_time:0.44 dts:22528 dts_time:0.44 -> pts:22528 pts_time:0.44 dts:22528 dts_time:0.44                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:24576 pts_time:0.48 dts:24576 dts_time:0.48 -> pts:24576 pts_time:0.48 dts:24576 dts_time:0.48                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:26624 pts_time:0.52 dts:26624 dts_time:0.52 -> pts:26624 pts_time:0.52 dts:26624 dts_time:0.52                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:28672 pts_time:0.56 dts:28672 dts_time:0.56 -> pts:28672 pts_time:0.56 dts:28672 dts_time:0.56                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:30720 pts_time:0.6 dts:30720 dts_time:0.6 -> pts:30720 pts_time:0.6 dts:30720 dts_time:0.6                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:32768 pts_time:0.64 dts:32768 dts_time:0.64 -> pts:32768 pts_time:0.64 dts:32768 dts_time:0.64                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:34816 pts_time:0.68 dts:34816 dts_time:0.68 -> pts:34816 pts_time:0.68 dts:34816 dts_time:0.68                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:36864 pts_time:0.72 dts:36864 dts_time:0.72 -> pts:36864 pts_time:0.72 dts:36864 dts_time:0.72                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:38912 pts_time:0.76 dts:38912 dts_time:0.76 -> pts:38912 pts_time:0.76 dts:38912 dts_time:0.76                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:40960 pts_time:0.8 dts:40960 dts_time:0.8 -> pts:40960 pts_time:0.8 dts:40960 dts_time:0.8                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:43008 pts_time:0.84 dts:43008 dts_time:0.84 -> pts:43008 pts_time:0.84 dts:43008 dts_time:0.84                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:45056 pts_time:0.88 dts:45056 dts_time:0.88 -> pts:45056 pts_time:0.88 dts:45056 dts_time:0.88                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:47104 pts_time:0.92 dts:47104 dts_time:0.92 -> pts:47104 pts_time:0.92 dts:47104 dts_time:0.92                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:49152 pts_time:0.96 dts:49152 dts_time:0.96 -> pts:49152 pts_time:0.96 dts:49152 dts_time:0.96                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:51200 pts_time:1 dts:51200 dts_time:1 -> pts:51200 pts_time:1 dts:51200 dts_time:1                                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:53248 pts_time:1.04 dts:53248 dts_time:1.04 -> pts:53248 pts_time:1.04 dts:53248 dts_time:1.04                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:55296 pts_time:1.08 dts:55296 dts_time:1.08 -> pts:55296 pts_time:1.08 dts:55296 dts_time:1.08                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:57344 pts_time:1.12 dts:57344 dts_time:1.12 -> pts:57344 pts_time:1.12 dts:57344 dts_time:1.12                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:59392 pts_time:1.16 dts:59392 dts_time:1.16 -> pts:59392 pts_time:1.16 dts:59392 dts_time:1.16                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:61440 pts_time:1.2 dts:61440 dts_time:1.2 -> pts:61440 pts_time:1.2 dts:61440 dts_time:1.2                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:63488 pts_time:1.24 dts:63488 dts_time:1.24 -> pts:63488 pts_time:1.24 dts:63488 dts_time:1.24                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:65536 pts_time:1.28 dts:65536 dts_time:1.28 -> pts:65536 pts_time:1.28 dts:65536 dts_time:1.28                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:67584 pts_time:1.32 dts:67584 dts_time:1.32 -> pts:67584 pts_time:1.32 dts:67584 dts_time:1.32                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:69632 pts_time:1.36 dts:69632 dts_time:1.36 -> pts:69632 pts_time:1.36 dts:69632 dts_time:1.36                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:71680 pts_time:1.4 dts:71680 dts_time:1.4 -> pts:71680 pts_time:1.4 dts:71680 dts_time:1.4                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:73728 pts_time:1.44 dts:73728 dts_time:1.44 -> pts:73728 pts_time:1.44 dts:73728 dts_time:1.44                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:75776 pts_time:1.48 dts:75776 dts_time:1.48 -> pts:75776 pts_time:1.48 dts:75776 dts_time:1.48                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:77824 pts_time:1.52 dts:77824 dts_time:1.52 -> pts:77824 pts_time:1.52 dts:77824 dts_time:1.52                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:79872 pts_time:1.56 dts:79872 dts_time:1.56 -> pts:79872 pts_time:1.56 dts:79872 dts_time:1.56                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:81920 pts_time:1.6 dts:81920 dts_time:1.6 -> pts:81920 pts_time:1.6 dts:81920 dts_time:1.6                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:83968 pts_time:1.64 dts:83968 dts_time:1.64 -> pts:83968 pts_time:1.64 dts:83968 dts_time:1.64                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:86016 pts_time:1.68 dts:86016 dts_time:1.68 -> pts:86016 pts_time:1.68 dts:86016 dts_time:1.68                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:88064 pts_time:1.72 dts:88064 dts_time:1.72 -> pts:88064 pts_time:1.72 dts:88064 dts_time:1.72                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:90112 pts_time:1.76 dts:90112 dts_time:1.76 -> pts:90112 pts_time:1.76 dts:90112 dts_time:1.76                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:92160 pts_time:1.8 dts:92160 dts_time:1.8 -> pts:92160 pts_time:1.8 dts:92160 dts_time:1.8                                                           
[concat @ 0x34101a0] file:0 stream:0 pts:94208 pts_time:1.84 dts:94208 dts_time:1.84 -> pts:94208 pts_time:1.84 dts:94208 dts_time:1.84                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:96256 pts_time:1.88 dts:96256 dts_time:1.88 -> pts:96256 pts_time:1.88 dts:96256 dts_time:1.88                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:98304 pts_time:1.92 dts:98304 dts_time:1.92 -> pts:98304 pts_time:1.92 dts:98304 dts_time:1.92                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:100352 pts_time:1.96 dts:100352 dts_time:1.96 -> pts:100352 pts_time:1.96 dts:100352 dts_time:1.96                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:102400 pts_time:2 dts:102400 dts_time:2 -> pts:102400 pts_time:2 dts:102400 dts_time:2                                                               
[concat @ 0x34101a0] file:0 stream:0 pts:104448 pts_time:2.04 dts:104448 dts_time:2.04 -> pts:104448 pts_time:2.04 dts:104448 dts_time:2.04                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:106496 pts_time:2.08 dts:106496 dts_time:2.08 -> pts:106496 pts_time:2.08 dts:106496 dts_time:2.08                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:108544 pts_time:2.12 dts:108544 dts_time:2.12 -> pts:108544 pts_time:2.12 dts:108544 dts_time:2.12                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:110592 pts_time:2.16 dts:110592 dts_time:2.16 -> pts:110592 pts_time:2.16 dts:110592 dts_time:2.16                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:112640 pts_time:2.2 dts:112640 dts_time:2.2 -> pts:112640 pts_time:2.2 dts:112640 dts_time:2.2                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:114688 pts_time:2.24 dts:114688 dts_time:2.24 -> pts:114688 pts_time:2.24 dts:114688 dts_time:2.24                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:116736 pts_time:2.28 dts:116736 dts_time:2.28 -> pts:116736 pts_time:2.28 dts:116736 dts_time:2.28                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:118784 pts_time:2.32 dts:118784 dts_time:2.32 -> pts:118784 pts_time:2.32 dts:118784 dts_time:2.32                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:120832 pts_time:2.36 dts:120832 dts_time:2.36 -> pts:120832 pts_time:2.36 dts:120832 dts_time:2.36                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:122880 pts_time:2.4 dts:122880 dts_time:2.4 -> pts:122880 pts_time:2.4 dts:122880 dts_time:2.4                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:124928 pts_time:2.44 dts:124928 dts_time:2.44 -> pts:124928 pts_time:2.44 dts:124928 dts_time:2.44                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:126976 pts_time:2.48 dts:126976 dts_time:2.48 -> pts:126976 pts_time:2.48 dts:126976 dts_time:2.48                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:129024 pts_time:2.52 dts:129024 dts_time:2.52 -> pts:129024 pts_time:2.52 dts:129024 dts_time:2.52                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:131072 pts_time:2.56 dts:131072 dts_time:2.56 -> pts:131072 pts_time:2.56 dts:131072 dts_time:2.56                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:133120 pts_time:2.6 dts:133120 dts_time:2.6 -> pts:133120 pts_time:2.6 dts:133120 dts_time:2.6                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:135168 pts_time:2.64 dts:135168 dts_time:2.64 -> pts:135168 pts_time:2.64 dts:135168 dts_time:2.64                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:137216 pts_time:2.68 dts:137216 dts_time:2.68 -> pts:137216 pts_time:2.68 dts:137216 dts_time:2.68                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:139264 pts_time:2.72 dts:139264 dts_time:2.72 -> pts:139264 pts_time:2.72 dts:139264 dts_time:2.72                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:141312 pts_time:2.76 dts:141312 dts_time:2.76 -> pts:141312 pts_time:2.76 dts:141312 dts_time:2.76                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:143360 pts_time:2.8 dts:143360 dts_time:2.8 -> pts:143360 pts_time:2.8 dts:143360 dts_time:2.8                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:145408 pts_time:2.84 dts:145408 dts_time:2.84 -> pts:145408 pts_time:2.84 dts:145408 dts_time:2.84                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:147456 pts_time:2.88 dts:147456 dts_time:2.88 -> pts:147456 pts_time:2.88 dts:147456 dts_time:2.88                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:149504 pts_time:2.92 dts:149504 dts_time:2.92 -> pts:149504 pts_time:2.92 dts:149504 dts_time:2.92                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:151552 pts_time:2.96 dts:151552 dts_time:2.96 -> pts:151552 pts_time:2.96 dts:151552 dts_time:2.96                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:153600 pts_time:3 dts:153600 dts_time:3 -> pts:153600 pts_time:3 dts:153600 dts_time:3                                                               
[concat @ 0x34101a0] file:0 stream:0 pts:155648 pts_time:3.04 dts:155648 dts_time:3.04 -> pts:155648 pts_time:3.04 dts:155648 dts_time:3.04                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:157696 pts_time:3.08 dts:157696 dts_time:3.08 -> pts:157696 pts_time:3.08 dts:157696 dts_time:3.08                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:159744 pts_time:3.12 dts:159744 dts_time:3.12 -> pts:159744 pts_time:3.12 dts:159744 dts_time:3.12                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:161792 pts_time:3.16 dts:161792 dts_time:3.16 -> pts:161792 pts_time:3.16 dts:161792 dts_time:3.16                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:163840 pts_time:3.2 dts:163840 dts_time:3.2 -> pts:163840 pts_time:3.2 dts:163840 dts_time:3.2                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:165888 pts_time:3.24 dts:165888 dts_time:3.24 -> pts:165888 pts_time:3.24 dts:165888 dts_time:3.24                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:167936 pts_time:3.28 dts:167936 dts_time:3.28 -> pts:167936 pts_time:3.28 dts:167936 dts_time:3.28                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:169984 pts_time:3.32 dts:169984 dts_time:3.32 -> pts:169984 pts_time:3.32 dts:169984 dts_time:3.32                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:172032 pts_time:3.36 dts:172032 dts_time:3.36 -> pts:172032 pts_time:3.36 dts:172032 dts_time:3.36                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:174080 pts_time:3.4 dts:174080 dts_time:3.4 -> pts:174080 pts_time:3.4 dts:174080 dts_time:3.4                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:176128 pts_time:3.44 dts:176128 dts_time:3.44 -> pts:176128 pts_time:3.44 dts:176128 dts_time:3.44                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:178176 pts_time:3.48 dts:178176 dts_time:3.48 -> pts:178176 pts_time:3.48 dts:178176 dts_time:3.48                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:180224 pts_time:3.52 dts:180224 dts_time:3.52 -> pts:180224 pts_time:3.52 dts:180224 dts_time:3.52                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:182272 pts_time:3.56 dts:182272 dts_time:3.56 -> pts:182272 pts_time:3.56 dts:182272 dts_time:3.56                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:184320 pts_time:3.6 dts:184320 dts_time:3.6 -> pts:184320 pts_time:3.6 dts:184320 dts_time:3.6                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:186368 pts_time:3.64 dts:186368 dts_time:3.64 -> pts:186368 pts_time:3.64 dts:186368 dts_time:3.64                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:188416 pts_time:3.68 dts:188416 dts_time:3.68 -> pts:188416 pts_time:3.68 dts:188416 dts_time:3.68                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:190464 pts_time:3.72 dts:190464 dts_time:3.72 -> pts:190464 pts_time:3.72 dts:190464 dts_time:3.72                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:192512 pts_time:3.76 dts:192512 dts_time:3.76 -> pts:192512 pts_time:3.76 dts:192512 dts_time:3.76                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:194560 pts_time:3.8 dts:194560 dts_time:3.8 -> pts:194560 pts_time:3.8 dts:194560 dts_time:3.8                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:196608 pts_time:3.84 dts:196608 dts_time:3.84 -> pts:196608 pts_time:3.84 dts:196608 dts_time:3.84                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:198656 pts_time:3.88 dts:198656 dts_time:3.88 -> pts:198656 pts_time:3.88 dts:198656 dts_time:3.88                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:200704 pts_time:3.92 dts:200704 dts_time:3.92 -> pts:200704 pts_time:3.92 dts:200704 dts_time:3.92                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:202752 pts_time:3.96 dts:202752 dts_time:3.96 -> pts:202752 pts_time:3.96 dts:202752 dts_time:3.96                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:204800 pts_time:4 dts:204800 dts_time:4 -> pts:204800 pts_time:4 dts:204800 dts_time:4                                                               
[concat @ 0x34101a0] file:0 stream:0 pts:206848 pts_time:4.04 dts:206848 dts_time:4.04 -> pts:206848 pts_time:4.04 dts:206848 dts_time:4.04                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:208896 pts_time:4.08 dts:208896 dts_time:4.08 -> pts:208896 pts_time:4.08 dts:208896 dts_time:4.08                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:210944 pts_time:4.12 dts:210944 dts_time:4.12 -> pts:210944 pts_time:4.12 dts:210944 dts_time:4.12                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:212992 pts_time:4.16 dts:212992 dts_time:4.16 -> pts:212992 pts_time:4.16 dts:212992 dts_time:4.16                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:215040 pts_time:4.2 dts:215040 dts_time:4.2 -> pts:215040 pts_time:4.2 dts:215040 dts_time:4.2                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:217088 pts_time:4.24 dts:217088 dts_time:4.24 -> pts:217088 pts_time:4.24 dts:217088 dts_time:4.24                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:219136 pts_time:4.28 dts:219136 dts_time:4.28 -> pts:219136 pts_time:4.28 dts:219136 dts_time:4.28                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:221184 pts_time:4.32 dts:221184 dts_time:4.32 -> pts:221184 pts_time:4.32 dts:221184 dts_time:4.32                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:223232 pts_time:4.36 dts:223232 dts_time:4.36 -> pts:223232 pts_time:4.36 dts:223232 dts_time:4.36                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:225280 pts_time:4.4 dts:225280 dts_time:4.4 -> pts:225280 pts_time:4.4 dts:225280 dts_time:4.4                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:227328 pts_time:4.44 dts:227328 dts_time:4.44 -> pts:227328 pts_time:4.44 dts:227328 dts_time:4.44                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:229376 pts_time:4.48 dts:229376 dts_time:4.48 -> pts:229376 pts_time:4.48 dts:229376 dts_time:4.48                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:231424 pts_time:4.52 dts:231424 dts_time:4.52 -> pts:231424 pts_time:4.52 dts:231424 dts_time:4.52                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:233472 pts_time:4.56 dts:233472 dts_time:4.56 -> pts:233472 pts_time:4.56 dts:233472 dts_time:4.56                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:235520 pts_time:4.6 dts:235520 dts_time:4.6 -> pts:235520 pts_time:4.6 dts:235520 dts_time:4.6                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:237568 pts_time:4.64 dts:237568 dts_time:4.64 -> pts:237568 pts_time:4.64 dts:237568 dts_time:4.64                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:239616 pts_time:4.68 dts:239616 dts_time:4.68 -> pts:239616 pts_time:4.68 dts:239616 dts_time:4.68                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:241664 pts_time:4.72 dts:241664 dts_time:4.72 -> pts:241664 pts_time:4.72 dts:241664 dts_time:4.72                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:243712 pts_time:4.76 dts:243712 dts_time:4.76 -> pts:243712 pts_time:4.76 dts:243712 dts_time:4.76                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:245760 pts_time:4.8 dts:245760 dts_time:4.8 -> pts:245760 pts_time:4.8 dts:245760 dts_time:4.8                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:247808 pts_time:4.84 dts:247808 dts_time:4.84 -> pts:247808 pts_time:4.84 dts:247808 dts_time:4.84                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:249856 pts_time:4.88 dts:249856 dts_time:4.88 -> pts:249856 pts_time:4.88 dts:249856 dts_time:4.88                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:251904 pts_time:4.92 dts:251904 dts_time:4.92 -> pts:251904 pts_time:4.92 dts:251904 dts_time:4.92                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:253952 pts_time:4.96 dts:253952 dts_time:4.96 -> pts:253952 pts_time:4.96 dts:253952 dts_time:4.96                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:256000 pts_time:5 dts:256000 dts_time:5 -> pts:256000 pts_time:5 dts:256000 dts_time:5                                                               
[concat @ 0x34101a0] file:0 stream:0 pts:258048 pts_time:5.04 dts:258048 dts_time:5.04 -> pts:258048 pts_time:5.04 dts:258048 dts_time:5.04                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:260096 pts_time:5.08 dts:260096 dts_time:5.08 -> pts:260096 pts_time:5.08 dts:260096 dts_time:5.08                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:262144 pts_time:5.12 dts:262144 dts_time:5.12 -> pts:262144 pts_time:5.12 dts:262144 dts_time:5.12                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:264192 pts_time:5.16 dts:264192 dts_time:5.16 -> pts:264192 pts_time:5.16 dts:264192 dts_time:5.16                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:266240 pts_time:5.2 dts:266240 dts_time:5.2 -> pts:266240 pts_time:5.2 dts:266240 dts_time:5.2                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:268288 pts_time:5.24 dts:268288 dts_time:5.24 -> pts:268288 pts_time:5.24 dts:268288 dts_time:5.24                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:270336 pts_time:5.28 dts:270336 dts_time:5.28 -> pts:270336 pts_time:5.28 dts:270336 dts_time:5.28                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:272384 pts_time:5.32 dts:272384 dts_time:5.32 -> pts:272384 pts_time:5.32 dts:272384 dts_time:5.32                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:274432 pts_time:5.36 dts:274432 dts_time:5.36 -> pts:274432 pts_time:5.36 dts:274432 dts_time:5.36                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:276480 pts_time:5.4 dts:276480 dts_time:5.4 -> pts:276480 pts_time:5.4 dts:276480 dts_time:5.4                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:278528 pts_time:5.44 dts:278528 dts_time:5.44 -> pts:278528 pts_time:5.44 dts:278528 dts_time:5.44                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:280576 pts_time:5.48 dts:280576 dts_time:5.48 -> pts:280576 pts_time:5.48 dts:280576 dts_time:5.48                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:282624 pts_time:5.52 dts:282624 dts_time:5.52 -> pts:282624 pts_time:5.52 dts:282624 dts_time:5.52                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:284672 pts_time:5.56 dts:284672 dts_time:5.56 -> pts:284672 pts_time:5.56 dts:284672 dts_time:5.56                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:286720 pts_time:5.6 dts:286720 dts_time:5.6 -> pts:286720 pts_time:5.6 dts:286720 dts_time:5.6                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:288768 pts_time:5.64 dts:288768 dts_time:5.64 -> pts:288768 pts_time:5.64 dts:288768 dts_time:5.64                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:290816 pts_time:5.68 dts:290816 dts_time:5.68 -> pts:290816 pts_time:5.68 dts:290816 dts_time:5.68                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:292864 pts_time:5.72 dts:292864 dts_time:5.72 -> pts:292864 pts_time:5.72 dts:292864 dts_time:5.72                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:294912 pts_time:5.76 dts:294912 dts_time:5.76 -> pts:294912 pts_time:5.76 dts:294912 dts_time:5.76                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:296960 pts_time:5.8 dts:296960 dts_time:5.8 -> pts:296960 pts_time:5.8 dts:296960 dts_time:5.8                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:299008 pts_time:5.84 dts:299008 dts_time:5.84 -> pts:299008 pts_time:5.84 dts:299008 dts_time:5.84                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:301056 pts_time:5.88 dts:301056 dts_time:5.88 -> pts:301056 pts_time:5.88 dts:301056 dts_time:5.88                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:303104 pts_time:5.92 dts:303104 dts_time:5.92 -> pts:303104 pts_time:5.92 dts:303104 dts_time:5.92                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:305152 pts_time:5.96 dts:305152 dts_time:5.96 -> pts:305152 pts_time:5.96 dts:305152 dts_time:5.96                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:307200 pts_time:6 dts:307200 dts_time:6 -> pts:307200 pts_time:6 dts:307200 dts_time:6                                                               
[concat @ 0x34101a0] file:0 stream:0 pts:309248 pts_time:6.04 dts:309248 dts_time:6.04 -> pts:309248 pts_time:6.04 dts:309248 dts_time:6.04                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:311296 pts_time:6.08 dts:311296 dts_time:6.08 -> pts:311296 pts_time:6.08 dts:311296 dts_time:6.08                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:313344 pts_time:6.12 dts:313344 dts_time:6.12 -> pts:313344 pts_time:6.12 dts:313344 dts_time:6.12                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:315392 pts_time:6.16 dts:315392 dts_time:6.16 -> pts:315392 pts_time:6.16 dts:315392 dts_time:6.16                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:317440 pts_time:6.2 dts:317440 dts_time:6.2 -> pts:317440 pts_time:6.2 dts:317440 dts_time:6.2                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:319488 pts_time:6.24 dts:319488 dts_time:6.24 -> pts:319488 pts_time:6.24 dts:319488 dts_time:6.24                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:321536 pts_time:6.28 dts:321536 dts_time:6.28 -> pts:321536 pts_time:6.28 dts:321536 dts_time:6.28                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:323584 pts_time:6.32 dts:323584 dts_time:6.32 -> pts:323584 pts_time:6.32 dts:323584 dts_time:6.32                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:325632 pts_time:6.36 dts:325632 dts_time:6.36 -> pts:325632 pts_time:6.36 dts:325632 dts_time:6.36                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:327680 pts_time:6.4 dts:327680 dts_time:6.4 -> pts:327680 pts_time:6.4 dts:327680 dts_time:6.4                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:329728 pts_time:6.44 dts:329728 dts_time:6.44 -> pts:329728 pts_time:6.44 dts:329728 dts_time:6.44                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:331776 pts_time:6.48 dts:331776 dts_time:6.48 -> pts:331776 pts_time:6.48 dts:331776 dts_time:6.48                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:333824 pts_time:6.52 dts:333824 dts_time:6.52 -> pts:333824 pts_time:6.52 dts:333824 dts_time:6.52                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:335872 pts_time:6.56 dts:335872 dts_time:6.56 -> pts:335872 pts_time:6.56 dts:335872 dts_time:6.56                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:337920 pts_time:6.6 dts:337920 dts_time:6.6 -> pts:337920 pts_time:6.6 dts:337920 dts_time:6.6                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:339968 pts_time:6.64 dts:339968 dts_time:6.64 -> pts:339968 pts_time:6.64 dts:339968 dts_time:6.64                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:342016 pts_time:6.68 dts:342016 dts_time:6.68 -> pts:342016 pts_time:6.68 dts:342016 dts_time:6.68                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:344064 pts_time:6.72 dts:344064 dts_time:6.72 -> pts:344064 pts_time:6.72 dts:344064 dts_time:6.72                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:346112 pts_time:6.76 dts:346112 dts_time:6.76 -> pts:346112 pts_time:6.76 dts:346112 dts_time:6.76                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:348160 pts_time:6.8 dts:348160 dts_time:6.8 -> pts:348160 pts_time:6.8 dts:348160 dts_time:6.8                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:350208 pts_time:6.84 dts:350208 dts_time:6.84 -> pts:350208 pts_time:6.84 dts:350208 dts_time:6.84                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:352256 pts_time:6.88 dts:352256 dts_time:6.88 -> pts:352256 pts_time:6.88 dts:352256 dts_time:6.88                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:354304 pts_time:6.92 dts:354304 dts_time:6.92 -> pts:354304 pts_time:6.92 dts:354304 dts_time:6.92                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:356352 pts_time:6.96 dts:356352 dts_time:6.96 -> pts:356352 pts_time:6.96 dts:356352 dts_time:6.96                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:358400 pts_time:7 dts:358400 dts_time:7 -> pts:358400 pts_time:7 dts:358400 dts_time:7                                                               
[concat @ 0x34101a0] file:0 stream:0 pts:360448 pts_time:7.04 dts:360448 dts_time:7.04 -> pts:360448 pts_time:7.04 dts:360448 dts_time:7.04                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:362496 pts_time:7.08 dts:362496 dts_time:7.08 -> pts:362496 pts_time:7.08 dts:362496 dts_time:7.08                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:364544 pts_time:7.12 dts:364544 dts_time:7.12 -> pts:364544 pts_time:7.12 dts:364544 dts_time:7.12                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:366592 pts_time:7.16 dts:366592 dts_time:7.16 -> pts:366592 pts_time:7.16 dts:366592 dts_time:7.16                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:368640 pts_time:7.2 dts:368640 dts_time:7.2 -> pts:368640 pts_time:7.2 dts:368640 dts_time:7.2                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:370688 pts_time:7.24 dts:370688 dts_time:7.24 -> pts:370688 pts_time:7.24 dts:370688 dts_time:7.24                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:372736 pts_time:7.28 dts:372736 dts_time:7.28 -> pts:372736 pts_time:7.28 dts:372736 dts_time:7.28                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:374784 pts_time:7.32 dts:374784 dts_time:7.32 -> pts:374784 pts_time:7.32 dts:374784 dts_time:7.32                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:376832 pts_time:7.36 dts:376832 dts_time:7.36 -> pts:376832 pts_time:7.36 dts:376832 dts_time:7.36                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:378880 pts_time:7.4 dts:378880 dts_time:7.4 -> pts:378880 pts_time:7.4 dts:378880 dts_time:7.4                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:380928 pts_time:7.44 dts:380928 dts_time:7.44 -> pts:380928 pts_time:7.44 dts:380928 dts_time:7.44                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:382976 pts_time:7.48 dts:382976 dts_time:7.48 -> pts:382976 pts_time:7.48 dts:382976 dts_time:7.48                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:385024 pts_time:7.52 dts:385024 dts_time:7.52 -> pts:385024 pts_time:7.52 dts:385024 dts_time:7.52                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:387072 pts_time:7.56 dts:387072 dts_time:7.56 -> pts:387072 pts_time:7.56 dts:387072 dts_time:7.56                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:389120 pts_time:7.6 dts:389120 dts_time:7.6 -> pts:389120 pts_time:7.6 dts:389120 dts_time:7.6                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:391168 pts_time:7.64 dts:391168 dts_time:7.64 -> pts:391168 pts_time:7.64 dts:391168 dts_time:7.64                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:393216 pts_time:7.68 dts:393216 dts_time:7.68 -> pts:393216 pts_time:7.68 dts:393216 dts_time:7.68                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:395264 pts_time:7.72 dts:395264 dts_time:7.72 -> pts:395264 pts_time:7.72 dts:395264 dts_time:7.72                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:397312 pts_time:7.76 dts:397312 dts_time:7.76 -> pts:397312 pts_time:7.76 dts:397312 dts_time:7.76                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:399360 pts_time:7.8 dts:399360 dts_time:7.8 -> pts:399360 pts_time:7.8 dts:399360 dts_time:7.8                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:401408 pts_time:7.84 dts:401408 dts_time:7.84 -> pts:401408 pts_time:7.84 dts:401408 dts_time:7.84                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:403456 pts_time:7.88 dts:403456 dts_time:7.88 -> pts:403456 pts_time:7.88 dts:403456 dts_time:7.88                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:405504 pts_time:7.92 dts:405504 dts_time:7.92 -> pts:405504 pts_time:7.92 dts:405504 dts_time:7.92                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:407552 pts_time:7.96 dts:407552 dts_time:7.96 -> pts:407552 pts_time:7.96 dts:407552 dts_time:7.96                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:409600 pts_time:8 dts:409600 dts_time:8 -> pts:409600 pts_time:8 dts:409600 dts_time:8                                                               
[concat @ 0x34101a0] file:0 stream:0 pts:411648 pts_time:8.04 dts:411648 dts_time:8.04 -> pts:411648 pts_time:8.04 dts:411648 dts_time:8.04                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:413696 pts_time:8.08 dts:413696 dts_time:8.08 -> pts:413696 pts_time:8.08 dts:413696 dts_time:8.08                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:415744 pts_time:8.12 dts:415744 dts_time:8.12 -> pts:415744 pts_time:8.12 dts:415744 dts_time:8.12                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:417792 pts_time:8.16 dts:417792 dts_time:8.16 -> pts:417792 pts_time:8.16 dts:417792 dts_time:8.16                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:419840 pts_time:8.2 dts:419840 dts_time:8.2 -> pts:419840 pts_time:8.2 dts:419840 dts_time:8.2                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:421888 pts_time:8.24 dts:421888 dts_time:8.24 -> pts:421888 pts_time:8.24 dts:421888 dts_time:8.24                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:423936 pts_time:8.28 dts:423936 dts_time:8.28 -> pts:423936 pts_time:8.28 dts:423936 dts_time:8.28                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:425984 pts_time:8.32 dts:425984 dts_time:8.32 -> pts:425984 pts_time:8.32 dts:425984 dts_time:8.32                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:428032 pts_time:8.36 dts:428032 dts_time:8.36 -> pts:428032 pts_time:8.36 dts:428032 dts_time:8.36                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:430080 pts_time:8.4 dts:430080 dts_time:8.4 -> pts:430080 pts_time:8.4 dts:430080 dts_time:8.4                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:432128 pts_time:8.44 dts:432128 dts_time:8.44 -> pts:432128 pts_time:8.44 dts:432128 dts_time:8.44                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:434176 pts_time:8.48 dts:434176 dts_time:8.48 -> pts:434176 pts_time:8.48 dts:434176 dts_time:8.48                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:436224 pts_time:8.52 dts:436224 dts_time:8.52 -> pts:436224 pts_time:8.52 dts:436224 dts_time:8.52                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:438272 pts_time:8.56 dts:438272 dts_time:8.56 -> pts:438272 pts_time:8.56 dts:438272 dts_time:8.56                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:440320 pts_time:8.6 dts:440320 dts_time:8.6 -> pts:440320 pts_time:8.6 dts:440320 dts_time:8.6                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:442368 pts_time:8.64 dts:442368 dts_time:8.64 -> pts:442368 pts_time:8.64 dts:442368 dts_time:8.64                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:444416 pts_time:8.68 dts:444416 dts_time:8.68 -> pts:444416 pts_time:8.68 dts:444416 dts_time:8.68                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:446464 pts_time:8.72 dts:446464 dts_time:8.72 -> pts:446464 pts_time:8.72 dts:446464 dts_time:8.72                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:448512 pts_time:8.76 dts:448512 dts_time:8.76 -> pts:448512 pts_time:8.76 dts:448512 dts_time:8.76                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:450560 pts_time:8.8 dts:450560 dts_time:8.8 -> pts:450560 pts_time:8.8 dts:450560 dts_time:8.8                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:452608 pts_time:8.84 dts:452608 dts_time:8.84 -> pts:452608 pts_time:8.84 dts:452608 dts_time:8.84                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:454656 pts_time:8.88 dts:454656 dts_time:8.88 -> pts:454656 pts_time:8.88 dts:454656 dts_time:8.88                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:456704 pts_time:8.92 dts:456704 dts_time:8.92 -> pts:456704 pts_time:8.92 dts:456704 dts_time:8.92                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:458752 pts_time:8.96 dts:458752 dts_time:8.96 -> pts:458752 pts_time:8.96 dts:458752 dts_time:8.96                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:460800 pts_time:9 dts:460800 dts_time:9 -> pts:460800 pts_time:9 dts:460800 dts_time:9                                                               
[concat @ 0x34101a0] file:0 stream:0 pts:462848 pts_time:9.04 dts:462848 dts_time:9.04 -> pts:462848 pts_time:9.04 dts:462848 dts_time:9.04                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:464896 pts_time:9.08 dts:464896 dts_time:9.08 -> pts:464896 pts_time:9.08 dts:464896 dts_time:9.08                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:466944 pts_time:9.12 dts:466944 dts_time:9.12 -> pts:466944 pts_time:9.12 dts:466944 dts_time:9.12                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:468992 pts_time:9.16 dts:468992 dts_time:9.16 -> pts:468992 pts_time:9.16 dts:468992 dts_time:9.16                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:471040 pts_time:9.2 dts:471040 dts_time:9.2 -> pts:471040 pts_time:9.2 dts:471040 dts_time:9.2                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:473088 pts_time:9.24 dts:473088 dts_time:9.24 -> pts:473088 pts_time:9.24 dts:473088 dts_time:9.24                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:475136 pts_time:9.28 dts:475136 dts_time:9.28 -> pts:475136 pts_time:9.28 dts:475136 dts_time:9.28                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:477184 pts_time:9.32 dts:477184 dts_time:9.32 -> pts:477184 pts_time:9.32 dts:477184 dts_time:9.32                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:479232 pts_time:9.36 dts:479232 dts_time:9.36 -> pts:479232 pts_time:9.36 dts:479232 dts_time:9.36                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:481280 pts_time:9.4 dts:481280 dts_time:9.4 -> pts:481280 pts_time:9.4 dts:481280 dts_time:9.4                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:483328 pts_time:9.44 dts:483328 dts_time:9.44 -> pts:483328 pts_time:9.44 dts:483328 dts_time:9.44                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:485376 pts_time:9.48 dts:485376 dts_time:9.48 -> pts:485376 pts_time:9.48 dts:485376 dts_time:9.48                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:487424 pts_time:9.52 dts:487424 dts_time:9.52 -> pts:487424 pts_time:9.52 dts:487424 dts_time:9.52                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:489472 pts_time:9.56 dts:489472 dts_time:9.56 -> pts:489472 pts_time:9.56 dts:489472 dts_time:9.56                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:491520 pts_time:9.6 dts:491520 dts_time:9.6 -> pts:491520 pts_time:9.6 dts:491520 dts_time:9.6                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:493568 pts_time:9.64 dts:493568 dts_time:9.64 -> pts:493568 pts_time:9.64 dts:493568 dts_time:9.64                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:495616 pts_time:9.68 dts:495616 dts_time:9.68 -> pts:495616 pts_time:9.68 dts:495616 dts_time:9.68                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:497664 pts_time:9.72 dts:497664 dts_time:9.72 -> pts:497664 pts_time:9.72 dts:497664 dts_time:9.72                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:499712 pts_time:9.76 dts:499712 dts_time:9.76 -> pts:499712 pts_time:9.76 dts:499712 dts_time:9.76                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:501760 pts_time:9.8 dts:501760 dts_time:9.8 -> pts:501760 pts_time:9.8 dts:501760 dts_time:9.8                                                       
[concat @ 0x34101a0] file:0 stream:0 pts:503808 pts_time:9.84 dts:503808 dts_time:9.84 -> pts:503808 pts_time:9.84 dts:503808 dts_time:9.84                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:505856 pts_time:9.88 dts:505856 dts_time:9.88 -> pts:505856 pts_time:9.88 dts:505856 dts_time:9.88                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:507904 pts_time:9.92 dts:507904 dts_time:9.92 -> pts:507904 pts_time:9.92 dts:507904 dts_time:9.92                                                   
[concat @ 0x34101a0] file:0 stream:0 pts:509952 pts_time:9.96 dts:509952 dts_time:9.96 -> pts:509952 pts_time:9.96 dts:509952 dts_time:9.96                                                   
[AVIOContext @ 0x34219c0] Statistics: 397058 bytes read, 0 seeks                                                                                                                              
[nut @ 0x343c560] Format nut probed with size=2048 and score=100                                                                                                                              
[nut @ 0x343c560] Before avformat_find_stream_info() pos: 305 bytes read:8187 seeks:0                                                                                                         
[nut @ 0x343c560] All info found                                                                                                                                                              
[nut @ 0x343c560] After avformat_find_stream_info() pos: 8187 bytes read:8187 seeks:0 frames:1                                                                                                
[concat @ 0x34101a0] file:1 stream:0 pts:0 pts_time:0 dts:0 dts_time:0 -> pts:-472236648286964521 pts_time:-9.22337e+12 dts:-472236648286964521 dts_time:-9.22337e+12                         
[concat @ 0x34101a0] DTS -472236639697029929 < 509952 out of order
DTS -472236639697029952, next:10000000 st:0 invalid dropping                                                                                                                                  
PTS -472236639697029952, next:10000000 invalid dropping st:0                                                                                                                                  
[nut @ 0x341f700] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly                         
[concat @ 0x34101a0] file:1 stream:0 pts:2048 pts_time:0.04 dts:2048 dts_time:0.04 -> pts:-472236648286962473 pts_time:-9.22337e+12 dts:-472236648286962473 dts_time:-9.22337e+12
DTS -472236639697027904, next:10040000 st:0 invalid dropping
PTS -472236639697027904, next:10040000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:4096 pts_time:0.08 dts:4096 dts_time:0.08 -> pts:-472236648286960425 pts_time:-9.22337e+12 dts:-472236648286960425 dts_time:-9.22337e+12
DTS -472236639697025856, next:10080000 st:0 invalid dropping
PTS -472236639697025856, next:10080000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:6144 pts_time:0.12 dts:6144 dts_time:0.12 -> pts:-472236648286958377 pts_time:-9.22337e+12 dts:-472236648286958377 dts_time:-9.22337e+12
DTS -472236639697023808, next:10120000 st:0 invalid dropping
PTS -472236639697023808, next:10120000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:8192 pts_time:0.16 dts:8192 dts_time:0.16 -> pts:-472236648286956329 pts_time:-9.22337e+12 dts:-472236648286956329 dts_time:-9.22337e+12
DTS -472236639697021760, next:10160000 st:0 invalid dropping
PTS -472236639697021760, next:10160000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:10240 pts_time:0.2 dts:10240 dts_time:0.2 -> pts:-472236648286954281 pts_time:-9.22337e+12 dts:-472236648286954281 dts_time:-9.22337e+12
DTS -472236639697019712, next:10200000 st:0 invalid dropping
PTS -472236639697019712, next:10200000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:12288 pts_time:0.24 dts:12288 dts_time:0.24 -> pts:-472236648286952233 pts_time:-9.22337e+12 dts:-472236648286952233 dts_time:-9.22337e+12
DTS -472236639697017664, next:10240000 st:0 invalid dropping
PTS -472236639697017664, next:10240000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:14336 pts_time:0.28 dts:14336 dts_time:0.28 -> pts:-472236648286950185 pts_time:-9.22337e+12 dts:-472236648286950185 dts_time:-9.22337e+12
DTS -472236639697015616, next:10280000 st:0 invalid dropping
PTS -472236639697015616, next:10280000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:16384 pts_time:0.32 dts:16384 dts_time:0.32 -> pts:-472236648286948137 pts_time:-9.22337e+12 dts:-472236648286948137 dts_time:-9.22337e+12
DTS -472236639697013568, next:10320000 st:0 invalid dropping
PTS -472236639697013568, next:10320000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:18432 pts_time:0.36 dts:18432 dts_time:0.36 -> pts:-472236648286946089 pts_time:-9.22337e+12 dts:-472236648286946089 dts_time:-9.22337e+12
DTS -472236639697011520, next:10360000 st:0 invalid dropping
PTS -472236639697011520, next:10360000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:20480 pts_time:0.4 dts:20480 dts_time:0.4 -> pts:-472236648286944041 pts_time:-9.22337e+12 dts:-472236648286944041 dts_time:-9.22337e+12
DTS -472236639697009472, next:10400000 st:0 invalid dropping
PTS -472236639697009472, next:10400000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:22528 pts_time:0.44 dts:22528 dts_time:0.44 -> pts:-472236648286941993 pts_time:-9.22337e+12 dts:-472236648286941993 dts_time:-9.22337e+12
DTS -472236639697007424, next:10440000 st:0 invalid dropping
PTS -472236639697007424, next:10440000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:24576 pts_time:0.48 dts:24576 dts_time:0.48 -> pts:-472236648286939945 pts_time:-9.22337e+12 dts:-472236648286939945 dts_time:-9.22337e+12
DTS -472236639697005376, next:10480000 st:0 invalid dropping
PTS -472236639697005376, next:10480000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:26624 pts_time:0.52 dts:26624 dts_time:0.52 -> pts:-472236648286937897 pts_time:-9.22337e+12 dts:-472236648286937897 dts_time:-9.22337e+12
DTS -472236639697003328, next:10520000 st:0 invalid dropping
PTS -472236639697003328, next:10520000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:28672 pts_time:0.56 dts:28672 dts_time:0.56 -> pts:-472236648286935849 pts_time:-9.22337e+12 dts:-472236648286935849 dts_time:-9.22337e+12
DTS -472236639697001280, next:10560000 st:0 invalid dropping
PTS -472236639697001280, next:10560000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:30720 pts_time:0.6 dts:30720 dts_time:0.6 -> pts:-472236648286933801 pts_time:-9.22337e+12 dts:-472236648286933801 dts_time:-9.22337e+12
DTS -472236639696999232, next:10600000 st:0 invalid dropping
PTS -472236639696999232, next:10600000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:32768 pts_time:0.64 dts:32768 dts_time:0.64 -> pts:-472236648286931753 pts_time:-9.22337e+12 dts:-472236648286931753 dts_time:-9.22337e+12
DTS -472236639696997184, next:10640000 st:0 invalid dropping
PTS -472236639696997184, next:10640000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:34816 pts_time:0.68 dts:34816 dts_time:0.68 -> pts:-472236648286929705 pts_time:-9.22337e+12 dts:-472236648286929705 dts_time:-9.22337e+12
DTS -472236639696995136, next:10680000 st:0 invalid dropping
PTS -472236639696995136, next:10680000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:36864 pts_time:0.72 dts:36864 dts_time:0.72 -> pts:-472236648286927657 pts_time:-9.22337e+12 dts:-472236648286927657 dts_time:-9.22337e+12
DTS -472236639696993088, next:10720000 st:0 invalid dropping
PTS -472236639696993088, next:10720000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:38912 pts_time:0.76 dts:38912 dts_time:0.76 -> pts:-472236648286925609 pts_time:-9.22337e+12 dts:-472236648286925609 dts_time:-9.22337e+12
DTS -472236639696991040, next:10760000 st:0 invalid dropping
PTS -472236639696991040, next:10760000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:40960 pts_time:0.8 dts:40960 dts_time:0.8 -> pts:-472236648286923561 pts_time:-9.22337e+12 dts:-472236648286923561 dts_time:-9.22337e+12
DTS -472236639696988992, next:10800000 st:0 invalid dropping
PTS -472236639696988992, next:10800000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:43008 pts_time:0.84 dts:43008 dts_time:0.84 -> pts:-472236648286921513 pts_time:-9.22337e+12 dts:-472236648286921513 dts_time:-9.22337e+12
DTS -472236639696986944, next:10840000 st:0 invalid dropping
PTS -472236639696986944, next:10840000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:45056 pts_time:0.88 dts:45056 dts_time:0.88 -> pts:-472236648286919465 pts_time:-9.22337e+12 dts:-472236648286919465 dts_time:-9.22337e+12
DTS -472236639696984896, next:10880000 st:0 invalid dropping
PTS -472236639696984896, next:10880000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:47104 pts_time:0.92 dts:47104 dts_time:0.92 -> pts:-472236648286917417 pts_time:-9.22337e+12 dts:-472236648286917417 dts_time:-9.22337e+12
DTS -472236639696982848, next:10920000 st:0 invalid dropping
PTS -472236639696982848, next:10920000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:49152 pts_time:0.96 dts:49152 dts_time:0.96 -> pts:-472236648286915369 pts_time:-9.22337e+12 dts:-472236648286915369 dts_time:-9.22337e+12
DTS -472236639696980800, next:10960000 st:0 invalid dropping
PTS -472236639696980800, next:10960000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:51200 pts_time:1 dts:51200 dts_time:1 -> pts:-472236648286913321 pts_time:-9.22337e+12 dts:-472236648286913321 dts_time:-9.22337e+12
DTS -472236639696978752, next:11000000 st:0 invalid dropping
PTS -472236639696978752, next:11000000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:53248 pts_time:1.04 dts:53248 dts_time:1.04 -> pts:-472236648286911273 pts_time:-9.22337e+12 dts:-472236648286911273 dts_time:-9.22337e+12
DTS -472236639696976704, next:11040000 st:0 invalid dropping
PTS -472236639696976704, next:11040000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:55296 pts_time:1.08 dts:55296 dts_time:1.08 -> pts:-472236648286909225 pts_time:-9.22337e+12 dts:-472236648286909225 dts_time:-9.22337e+12
DTS -472236639696974656, next:11080000 st:0 invalid dropping
PTS -472236639696974656, next:11080000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:57344 pts_time:1.12 dts:57344 dts_time:1.12 -> pts:-472236648286907177 pts_time:-9.22337e+12 dts:-472236648286907177 dts_time:-9.22337e+12
DTS -472236639696972608, next:11120000 st:0 invalid dropping
PTS -472236639696972608, next:11120000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:59392 pts_time:1.16 dts:59392 dts_time:1.16 -> pts:-472236648286905129 pts_time:-9.22337e+12 dts:-472236648286905129 dts_time:-9.22337e+12
DTS -472236639696970560, next:11160000 st:0 invalid dropping
PTS -472236639696970560, next:11160000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:61440 pts_time:1.2 dts:61440 dts_time:1.2 -> pts:-472236648286903081 pts_time:-9.22337e+12 dts:-472236648286903081 dts_time:-9.22337e+12
DTS -472236639696968512, next:11200000 st:0 invalid dropping
PTS -472236639696968512, next:11200000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:63488 pts_time:1.24 dts:63488 dts_time:1.24 -> pts:-472236648286901033 pts_time:-9.22337e+12 dts:-472236648286901033 dts_time:-9.22337e+12
DTS -472236639696966464, next:11240000 st:0 invalid dropping
PTS -472236639696966464, next:11240000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:65536 pts_time:1.28 dts:65536 dts_time:1.28 -> pts:-472236648286898985 pts_time:-9.22337e+12 dts:-472236648286898985 dts_time:-9.22337e+12
DTS -472236639696964416, next:11280000 st:0 invalid dropping
PTS -472236639696964416, next:11280000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:67584 pts_time:1.32 dts:67584 dts_time:1.32 -> pts:-472236648286896937 pts_time:-9.22337e+12 dts:-472236648286896937 dts_time:-9.22337e+12
DTS -472236639696962368, next:11320000 st:0 invalid dropping
PTS -472236639696962368, next:11320000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:69632 pts_time:1.36 dts:69632 dts_time:1.36 -> pts:-472236648286894889 pts_time:-9.22337e+12 dts:-472236648286894889 dts_time:-9.22337e+12
DTS -472236639696960320, next:11360000 st:0 invalid dropping
PTS -472236639696960320, next:11360000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:71680 pts_time:1.4 dts:71680 dts_time:1.4 -> pts:-472236648286892841 pts_time:-9.22337e+12 dts:-472236648286892841 dts_time:-9.22337e+12
DTS -472236639696958272, next:11400000 st:0 invalid dropping
PTS -472236639696958272, next:11400000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:73728 pts_time:1.44 dts:73728 dts_time:1.44 -> pts:-472236648286890793 pts_time:-9.22337e+12 dts:-472236648286890793 dts_time:-9.22337e+12
DTS -472236639696956224, next:11440000 st:0 invalid dropping
PTS -472236639696956224, next:11440000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:75776 pts_time:1.48 dts:75776 dts_time:1.48 -> pts:-472236648286888745 pts_time:-9.22337e+12 dts:-472236648286888745 dts_time:-9.22337e+12
DTS -472236639696954176, next:11480000 st:0 invalid dropping
PTS -472236639696954176, next:11480000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:77824 pts_time:1.52 dts:77824 dts_time:1.52 -> pts:-472236648286886697 pts_time:-9.22337e+12 dts:-472236648286886697 dts_time:-9.22337e+12
DTS -472236639696952128, next:11520000 st:0 invalid dropping
PTS -472236639696952128, next:11520000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:79872 pts_time:1.56 dts:79872 dts_time:1.56 -> pts:-472236648286884649 pts_time:-9.22337e+12 dts:-472236648286884649 dts_time:-9.22337e+12
DTS -472236639696950080, next:11560000 st:0 invalid dropping
PTS -472236639696950080, next:11560000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:81920 pts_time:1.6 dts:81920 dts_time:1.6 -> pts:-472236648286882601 pts_time:-9.22337e+12 dts:-472236648286882601 dts_time:-9.22337e+12
DTS -472236639696948032, next:11600000 st:0 invalid dropping
PTS -472236639696948032, next:11600000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:83968 pts_time:1.64 dts:83968 dts_time:1.64 -> pts:-472236648286880553 pts_time:-9.22337e+12 dts:-472236648286880553 dts_time:-9.22337e+12
DTS -472236639696945984, next:11640000 st:0 invalid dropping
PTS -472236639696945984, next:11640000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:86016 pts_time:1.68 dts:86016 dts_time:1.68 -> pts:-472236648286878505 pts_time:-9.22337e+12 dts:-472236648286878505 dts_time:-9.22337e+12
DTS -472236639696943936, next:11680000 st:0 invalid dropping
PTS -472236639696943936, next:11680000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:88064 pts_time:1.72 dts:88064 dts_time:1.72 -> pts:-472236648286876457 pts_time:-9.22337e+12 dts:-472236648286876457 dts_time:-9.22337e+12
DTS -472236639696941888, next:11720000 st:0 invalid dropping
PTS -472236639696941888, next:11720000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:90112 pts_time:1.76 dts:90112 dts_time:1.76 -> pts:-472236648286874409 pts_time:-9.22337e+12 dts:-472236648286874409 dts_time:-9.22337e+12
DTS -472236639696939840, next:11760000 st:0 invalid dropping
PTS -472236639696939840, next:11760000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:92160 pts_time:1.8 dts:92160 dts_time:1.8 -> pts:-472236648286872361 pts_time:-9.22337e+12 dts:-472236648286872361 dts_time:-9.22337e+12
DTS -472236639696937792, next:11800000 st:0 invalid dropping
PTS -472236639696937792, next:11800000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:94208 pts_time:1.84 dts:94208 dts_time:1.84 -> pts:-472236648286870313 pts_time:-9.22337e+12 dts:-472236648286870313 dts_time:-9.22337e+12
DTS -472236639696935744, next:11840000 st:0 invalid dropping
PTS -472236639696935744, next:11840000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:96256 pts_time:1.88 dts:96256 dts_time:1.88 -> pts:-472236648286868265 pts_time:-9.22337e+12 dts:-472236648286868265 dts_time:-9.22337e+12
DTS -472236639696933696, next:11880000 st:0 invalid dropping
PTS -472236639696933696, next:11880000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:98304 pts_time:1.92 dts:98304 dts_time:1.92 -> pts:-472236648286866217 pts_time:-9.22337e+12 dts:-472236648286866217 dts_time:-9.22337e+12
DTS -472236639696931648, next:11920000 st:0 invalid dropping
PTS -472236639696931648, next:11920000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:100352 pts_time:1.96 dts:100352 dts_time:1.96 -> pts:-472236648286864169 pts_time:-9.22337e+12 dts:-472236648286864169 dts_time:-9.22337e+12
DTS -472236639696929600, next:11960000 st:0 invalid dropping
PTS -472236639696929600, next:11960000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:102400 pts_time:2 dts:102400 dts_time:2 -> pts:-472236648286862121 pts_time:-9.22337e+12 dts:-472236648286862121 dts_time:-9.22337e+12
DTS -472236639696927552, next:12000000 st:0 invalid dropping
PTS -472236639696927552, next:12000000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:104448 pts_time:2.04 dts:104448 dts_time:2.04 -> pts:-472236648286860073 pts_time:-9.22337e+12 dts:-472236648286860073 dts_time:-9.22337e+12
DTS -472236639696925504, next:12040000 st:0 invalid dropping
PTS -472236639696925504, next:12040000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:106496 pts_time:2.08 dts:106496 dts_time:2.08 -> pts:-472236648286858025 pts_time:-9.22337e+12 dts:-472236648286858025 dts_time:-9.22337e+12
DTS -472236639696923456, next:12080000 st:0 invalid dropping
PTS -472236639696923456, next:12080000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:108544 pts_time:2.12 dts:108544 dts_time:2.12 -> pts:-472236648286855977 pts_time:-9.22337e+12 dts:-472236648286855977 dts_time:-9.22337e+12
DTS -472236639696921408, next:12120000 st:0 invalid dropping
PTS -472236639696921408, next:12120000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:110592 pts_time:2.16 dts:110592 dts_time:2.16 -> pts:-472236648286853929 pts_time:-9.22337e+12 dts:-472236648286853929 dts_time:-9.22337e+12
DTS -472236639696919360, next:12160000 st:0 invalid dropping
PTS -472236639696919360, next:12160000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:112640 pts_time:2.2 dts:112640 dts_time:2.2 -> pts:-472236648286851881 pts_time:-9.22337e+12 dts:-472236648286851881 dts_time:-9.22337e+12
DTS -472236639696917312, next:12200000 st:0 invalid dropping
PTS -472236639696917312, next:12200000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:114688 pts_time:2.24 dts:114688 dts_time:2.24 -> pts:-472236648286849833 pts_time:-9.22337e+12 dts:-472236648286849833 dts_time:-9.22337e+12
DTS -472236639696915264, next:12240000 st:0 invalid dropping
PTS -472236639696915264, next:12240000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:116736 pts_time:2.28 dts:116736 dts_time:2.28 -> pts:-472236648286847785 pts_time:-9.22337e+12 dts:-472236648286847785 dts_time:-9.22337e+12
DTS -472236639696913216, next:12280000 st:0 invalid dropping
PTS -472236639696913216, next:12280000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:118784 pts_time:2.32 dts:118784 dts_time:2.32 -> pts:-472236648286845737 pts_time:-9.22337e+12 dts:-472236648286845737 dts_time:-9.22337e+12
DTS -472236639696911168, next:12320000 st:0 invalid dropping
PTS -472236639696911168, next:12320000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:120832 pts_time:2.36 dts:120832 dts_time:2.36 -> pts:-472236648286843689 pts_time:-9.22337e+12 dts:-472236648286843689 dts_time:-9.22337e+12
DTS -472236639696909120, next:12360000 st:0 invalid dropping
PTS -472236639696909120, next:12360000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:122880 pts_time:2.4 dts:122880 dts_time:2.4 -> pts:-472236648286841641 pts_time:-9.22337e+12 dts:-472236648286841641 dts_time:-9.22337e+12
DTS -472236639696907072, next:12400000 st:0 invalid dropping
PTS -472236639696907072, next:12400000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:124928 pts_time:2.44 dts:124928 dts_time:2.44 -> pts:-472236648286839593 pts_time:-9.22337e+12 dts:-472236648286839593 dts_time:-9.22337e+12
DTS -472236639696905024, next:12440000 st:0 invalid dropping
PTS -472236639696905024, next:12440000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:126976 pts_time:2.48 dts:126976 dts_time:2.48 -> pts:-472236648286837545 pts_time:-9.22337e+12 dts:-472236648286837545 dts_time:-9.22337e+12
DTS -472236639696902976, next:12480000 st:0 invalid dropping
PTS -472236639696902976, next:12480000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:129024 pts_time:2.52 dts:129024 dts_time:2.52 -> pts:-472236648286835497 pts_time:-9.22337e+12 dts:-472236648286835497 dts_time:-9.22337e+12
DTS -472236639696900928, next:12520000 st:0 invalid dropping
PTS -472236639696900928, next:12520000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:131072 pts_time:2.56 dts:131072 dts_time:2.56 -> pts:-472236648286833449 pts_time:-9.22337e+12 dts:-472236648286833449 dts_time:-9.22337e+12
DTS -472236639696898880, next:12560000 st:0 invalid dropping
PTS -472236639696898880, next:12560000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:133120 pts_time:2.6 dts:133120 dts_time:2.6 -> pts:-472236648286831401 pts_time:-9.22337e+12 dts:-472236648286831401 dts_time:-9.22337e+12
DTS -472236639696896832, next:12600000 st:0 invalid dropping
PTS -472236639696896832, next:12600000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:135168 pts_time:2.64 dts:135168 dts_time:2.64 -> pts:-472236648286829353 pts_time:-9.22337e+12 dts:-472236648286829353 dts_time:-9.22337e+12
DTS -472236639696894784, next:12640000 st:0 invalid dropping
PTS -472236639696894784, next:12640000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:137216 pts_time:2.68 dts:137216 dts_time:2.68 -> pts:-472236648286827305 pts_time:-9.22337e+12 dts:-472236648286827305 dts_time:-9.22337e+12
DTS -472236639696892736, next:12680000 st:0 invalid dropping
PTS -472236639696892736, next:12680000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:139264 pts_time:2.72 dts:139264 dts_time:2.72 -> pts:-472236648286825257 pts_time:-9.22337e+12 dts:-472236648286825257 dts_time:-9.22337e+12
DTS -472236639696890688, next:12720000 st:0 invalid dropping
PTS -472236639696890688, next:12720000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:141312 pts_time:2.76 dts:141312 dts_time:2.76 -> pts:-472236648286823209 pts_time:-9.22337e+12 dts:-472236648286823209 dts_time:-9.22337e+12
DTS -472236639696888640, next:12760000 st:0 invalid dropping
PTS -472236639696888640, next:12760000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:143360 pts_time:2.8 dts:143360 dts_time:2.8 -> pts:-472236648286821161 pts_time:-9.22337e+12 dts:-472236648286821161 dts_time:-9.22337e+12
DTS -472236639696886592, next:12800000 st:0 invalid dropping
PTS -472236639696886592, next:12800000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:145408 pts_time:2.84 dts:145408 dts_time:2.84 -> pts:-472236648286819113 pts_time:-9.22337e+12 dts:-472236648286819113 dts_time:-9.22337e+12
DTS -472236639696884544, next:12840000 st:0 invalid dropping
PTS -472236639696884544, next:12840000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:147456 pts_time:2.88 dts:147456 dts_time:2.88 -> pts:-472236648286817065 pts_time:-9.22337e+12 dts:-472236648286817065 dts_time:-9.22337e+12
DTS -472236639696882496, next:12880000 st:0 invalid dropping
PTS -472236639696882496, next:12880000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:149504 pts_time:2.92 dts:149504 dts_time:2.92 -> pts:-472236648286815017 pts_time:-9.22337e+12 dts:-472236648286815017 dts_time:-9.22337e+12
DTS -472236639696880448, next:12920000 st:0 invalid dropping
PTS -472236639696880448, next:12920000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:151552 pts_time:2.96 dts:151552 dts_time:2.96 -> pts:-472236648286812969 pts_time:-9.22337e+12 dts:-472236648286812969 dts_time:-9.22337e+12
DTS -472236639696878400, next:12960000 st:0 invalid dropping
PTS -472236639696878400, next:12960000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:153600 pts_time:3 dts:153600 dts_time:3 -> pts:-472236648286810921 pts_time:-9.22337e+12 dts:-472236648286810921 dts_time:-9.22337e+12
DTS -472236639696876352, next:13000000 st:0 invalid dropping
PTS -472236639696876352, next:13000000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:155648 pts_time:3.04 dts:155648 dts_time:3.04 -> pts:-472236648286808873 pts_time:-9.22337e+12 dts:-472236648286808873 dts_time:-9.22337e+12
DTS -472236639696874304, next:13040000 st:0 invalid dropping
PTS -472236639696874304, next:13040000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:157696 pts_time:3.08 dts:157696 dts_time:3.08 -> pts:-472236648286806825 pts_time:-9.22337e+12 dts:-472236648286806825 dts_time:-9.22337e+12
DTS -472236639696872256, next:13080000 st:0 invalid dropping
PTS -472236639696872256, next:13080000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:159744 pts_time:3.12 dts:159744 dts_time:3.12 -> pts:-472236648286804777 pts_time:-9.22337e+12 dts:-472236648286804777 dts_time:-9.22337e+12
DTS -472236639696870208, next:13120000 st:0 invalid dropping
PTS -472236639696870208, next:13120000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:161792 pts_time:3.16 dts:161792 dts_time:3.16 -> pts:-472236648286802729 pts_time:-9.22337e+12 dts:-472236648286802729 dts_time:-9.22337e+12
DTS -472236639696868160, next:13160000 st:0 invalid dropping
PTS -472236639696868160, next:13160000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:163840 pts_time:3.2 dts:163840 dts_time:3.2 -> pts:-472236648286800681 pts_time:-9.22337e+12 dts:-472236648286800681 dts_time:-9.22337e+12
DTS -472236639696866112, next:13200000 st:0 invalid dropping
PTS -472236639696866112, next:13200000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:165888 pts_time:3.24 dts:165888 dts_time:3.24 -> pts:-472236648286798633 pts_time:-9.22337e+12 dts:-472236648286798633 dts_time:-9.22337e+12
DTS -472236639696864064, next:13240000 st:0 invalid dropping
PTS -472236639696864064, next:13240000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:167936 pts_time:3.28 dts:167936 dts_time:3.28 -> pts:-472236648286796585 pts_time:-9.22337e+12 dts:-472236648286796585 dts_time:-9.22337e+12
DTS -472236639696862016, next:13280000 st:0 invalid dropping
PTS -472236639696862016, next:13280000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:169984 pts_time:3.32 dts:169984 dts_time:3.32 -> pts:-472236648286794537 pts_time:-9.22337e+12 dts:-472236648286794537 dts_time:-9.22337e+12
DTS -472236639696859968, next:13320000 st:0 invalid dropping
PTS -472236639696859968, next:13320000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:172032 pts_time:3.36 dts:172032 dts_time:3.36 -> pts:-472236648286792489 pts_time:-9.22337e+12 dts:-472236648286792489 dts_time:-9.22337e+12
DTS -472236639696857920, next:13360000 st:0 invalid dropping
PTS -472236639696857920, next:13360000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:174080 pts_time:3.4 dts:174080 dts_time:3.4 -> pts:-472236648286790441 pts_time:-9.22337e+12 dts:-472236648286790441 dts_time:-9.22337e+12
DTS -472236639696855872, next:13400000 st:0 invalid dropping
PTS -472236639696855872, next:13400000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:176128 pts_time:3.44 dts:176128 dts_time:3.44 -> pts:-472236648286788393 pts_time:-9.22337e+12 dts:-472236648286788393 dts_time:-9.22337e+12
DTS -472236639696853824, next:13440000 st:0 invalid dropping
PTS -472236639696853824, next:13440000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:178176 pts_time:3.48 dts:178176 dts_time:3.48 -> pts:-472236648286786345 pts_time:-9.22337e+12 dts:-472236648286786345 dts_time:-9.22337e+12
DTS -472236639696851776, next:13480000 st:0 invalid dropping
PTS -472236639696851776, next:13480000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:180224 pts_time:3.52 dts:180224 dts_time:3.52 -> pts:-472236648286784297 pts_time:-9.22337e+12 dts:-472236648286784297 dts_time:-9.22337e+12
DTS -472236639696849728, next:13520000 st:0 invalid dropping
PTS -472236639696849728, next:13520000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:182272 pts_time:3.56 dts:182272 dts_time:3.56 -> pts:-472236648286782249 pts_time:-9.22337e+12 dts:-472236648286782249 dts_time:-9.22337e+12
DTS -472236639696847680, next:13560000 st:0 invalid dropping
PTS -472236639696847680, next:13560000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:184320 pts_time:3.6 dts:184320 dts_time:3.6 -> pts:-472236648286780201 pts_time:-9.22337e+12 dts:-472236648286780201 dts_time:-9.22337e+12
DTS -472236639696845632, next:13600000 st:0 invalid dropping
PTS -472236639696845632, next:13600000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:186368 pts_time:3.64 dts:186368 dts_time:3.64 -> pts:-472236648286778153 pts_time:-9.22337e+12 dts:-472236648286778153 dts_time:-9.22337e+12
DTS -472236639696843584, next:13640000 st:0 invalid dropping
PTS -472236639696843584, next:13640000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:188416 pts_time:3.68 dts:188416 dts_time:3.68 -> pts:-472236648286776105 pts_time:-9.22337e+12 dts:-472236648286776105 dts_time:-9.22337e+12
DTS -472236639696841536, next:13680000 st:0 invalid dropping
PTS -472236639696841536, next:13680000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:190464 pts_time:3.72 dts:190464 dts_time:3.72 -> pts:-472236648286774057 pts_time:-9.22337e+12 dts:-472236648286774057 dts_time:-9.22337e+12
DTS -472236639696839488, next:13720000 st:0 invalid dropping
PTS -472236639696839488, next:13720000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:192512 pts_time:3.76 dts:192512 dts_time:3.76 -> pts:-472236648286772009 pts_time:-9.22337e+12 dts:-472236648286772009 dts_time:-9.22337e+12
DTS -472236639696837440, next:13760000 st:0 invalid dropping
PTS -472236639696837440, next:13760000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:194560 pts_time:3.8 dts:194560 dts_time:3.8 -> pts:-472236648286769961 pts_time:-9.22337e+12 dts:-472236648286769961 dts_time:-9.22337e+12
DTS -472236639696835392, next:13800000 st:0 invalid dropping
PTS -472236639696835392, next:13800000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:196608 pts_time:3.84 dts:196608 dts_time:3.84 -> pts:-472236648286767913 pts_time:-9.22337e+12 dts:-472236648286767913 dts_time:-9.22337e+12
DTS -472236639696833344, next:13840000 st:0 invalid dropping
PTS -472236639696833344, next:13840000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:198656 pts_time:3.88 dts:198656 dts_time:3.88 -> pts:-472236648286765865 pts_time:-9.22337e+12 dts:-472236648286765865 dts_time:-9.22337e+12
DTS -472236639696831296, next:13880000 st:0 invalid dropping
PTS -472236639696831296, next:13880000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:200704 pts_time:3.92 dts:200704 dts_time:3.92 -> pts:-472236648286763817 pts_time:-9.22337e+12 dts:-472236648286763817 dts_time:-9.22337e+12
DTS -472236639696829248, next:13920000 st:0 invalid dropping
PTS -472236639696829248, next:13920000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:202752 pts_time:3.96 dts:202752 dts_time:3.96 -> pts:-472236648286761769 pts_time:-9.22337e+12 dts:-472236648286761769 dts_time:-9.22337e+12
DTS -472236639696827200, next:13960000 st:0 invalid dropping
PTS -472236639696827200, next:13960000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:204800 pts_time:4 dts:204800 dts_time:4 -> pts:-472236648286759721 pts_time:-9.22337e+12 dts:-472236648286759721 dts_time:-9.22337e+12
DTS -472236639696825152, next:14000000 st:0 invalid dropping
PTS -472236639696825152, next:14000000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:206848 pts_time:4.04 dts:206848 dts_time:4.04 -> pts:-472236648286757673 pts_time:-9.22337e+12 dts:-472236648286757673 dts_time:-9.22337e+12
DTS -472236639696823104, next:14040000 st:0 invalid dropping
PTS -472236639696823104, next:14040000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:208896 pts_time:4.08 dts:208896 dts_time:4.08 -> pts:-472236648286755625 pts_time:-9.22337e+12 dts:-472236648286755625 dts_time:-9.22337e+12
DTS -472236639696821056, next:14080000 st:0 invalid dropping
PTS -472236639696821056, next:14080000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:210944 pts_time:4.12 dts:210944 dts_time:4.12 -> pts:-472236648286753577 pts_time:-9.22337e+12 dts:-472236648286753577 dts_time:-9.22337e+12
DTS -472236639696819008, next:14120000 st:0 invalid dropping
PTS -472236639696819008, next:14120000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:212992 pts_time:4.16 dts:212992 dts_time:4.16 -> pts:-472236648286751529 pts_time:-9.22337e+12 dts:-472236648286751529 dts_time:-9.22337e+12
DTS -472236639696816960, next:14160000 st:0 invalid dropping
PTS -472236639696816960, next:14160000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:215040 pts_time:4.2 dts:215040 dts_time:4.2 -> pts:-472236648286749481 pts_time:-9.22337e+12 dts:-472236648286749481 dts_time:-9.22337e+12
DTS -472236639696814912, next:14200000 st:0 invalid dropping
PTS -472236639696814912, next:14200000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:217088 pts_time:4.24 dts:217088 dts_time:4.24 -> pts:-472236648286747433 pts_time:-9.22337e+12 dts:-472236648286747433 dts_time:-9.22337e+12
DTS -472236639696812864, next:14240000 st:0 invalid dropping
PTS -472236639696812864, next:14240000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:219136 pts_time:4.28 dts:219136 dts_time:4.28 -> pts:-472236648286745385 pts_time:-9.22337e+12 dts:-472236648286745385 dts_time:-9.22337e+12
DTS -472236639696810816, next:14280000 st:0 invalid dropping
PTS -472236639696810816, next:14280000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:221184 pts_time:4.32 dts:221184 dts_time:4.32 -> pts:-472236648286743337 pts_time:-9.22337e+12 dts:-472236648286743337 dts_time:-9.22337e+12
DTS -472236639696808768, next:14320000 st:0 invalid dropping
PTS -472236639696808768, next:14320000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:223232 pts_time:4.36 dts:223232 dts_time:4.36 -> pts:-472236648286741289 pts_time:-9.22337e+12 dts:-472236648286741289 dts_time:-9.22337e+12
DTS -472236639696806720, next:14360000 st:0 invalid dropping
PTS -472236639696806720, next:14360000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:225280 pts_time:4.4 dts:225280 dts_time:4.4 -> pts:-472236648286739241 pts_time:-9.22337e+12 dts:-472236648286739241 dts_time:-9.22337e+12
DTS -472236639696804672, next:14400000 st:0 invalid dropping
PTS -472236639696804672, next:14400000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:227328 pts_time:4.44 dts:227328 dts_time:4.44 -> pts:-472236648286737193 pts_time:-9.22337e+12 dts:-472236648286737193 dts_time:-9.22337e+12
DTS -472236639696802624, next:14440000 st:0 invalid dropping
PTS -472236639696802624, next:14440000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:229376 pts_time:4.48 dts:229376 dts_time:4.48 -> pts:-472236648286735145 pts_time:-9.22337e+12 dts:-472236648286735145 dts_time:-9.22337e+12
DTS -472236639696800576, next:14480000 st:0 invalid dropping
PTS -472236639696800576, next:14480000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:231424 pts_time:4.52 dts:231424 dts_time:4.52 -> pts:-472236648286733097 pts_time:-9.22337e+12 dts:-472236648286733097 dts_time:-9.22337e+12
DTS -472236639696798528, next:14520000 st:0 invalid dropping
PTS -472236639696798528, next:14520000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:233472 pts_time:4.56 dts:233472 dts_time:4.56 -> pts:-472236648286731049 pts_time:-9.22337e+12 dts:-472236648286731049 dts_time:-9.22337e+12
DTS -472236639696796480, next:14560000 st:0 invalid dropping
PTS -472236639696796480, next:14560000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:235520 pts_time:4.6 dts:235520 dts_time:4.6 -> pts:-472236648286729001 pts_time:-9.22337e+12 dts:-472236648286729001 dts_time:-9.22337e+12
DTS -472236639696794432, next:14600000 st:0 invalid dropping
PTS -472236639696794432, next:14600000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:237568 pts_time:4.64 dts:237568 dts_time:4.64 -> pts:-472236648286726953 pts_time:-9.22337e+12 dts:-472236648286726953 dts_time:-9.22337e+12
DTS -472236639696792384, next:14640000 st:0 invalid dropping
PTS -472236639696792384, next:14640000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:239616 pts_time:4.68 dts:239616 dts_time:4.68 -> pts:-472236648286724905 pts_time:-9.22337e+12 dts:-472236648286724905 dts_time:-9.22337e+12
DTS -472236639696790336, next:14680000 st:0 invalid dropping
PTS -472236639696790336, next:14680000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:241664 pts_time:4.72 dts:241664 dts_time:4.72 -> pts:-472236648286722857 pts_time:-9.22337e+12 dts:-472236648286722857 dts_time:-9.22337e+12
DTS -472236639696788288, next:14720000 st:0 invalid dropping
PTS -472236639696788288, next:14720000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:243712 pts_time:4.76 dts:243712 dts_time:4.76 -> pts:-472236648286720809 pts_time:-9.22337e+12 dts:-472236648286720809 dts_time:-9.22337e+12
DTS -472236639696786240, next:14760000 st:0 invalid dropping
PTS -472236639696786240, next:14760000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:245760 pts_time:4.8 dts:245760 dts_time:4.8 -> pts:-472236648286718761 pts_time:-9.22337e+12 dts:-472236648286718761 dts_time:-9.22337e+12
DTS -472236639696784192, next:14800000 st:0 invalid dropping
PTS -472236639696784192, next:14800000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:247808 pts_time:4.84 dts:247808 dts_time:4.84 -> pts:-472236648286716713 pts_time:-9.22337e+12 dts:-472236648286716713 dts_time:-9.22337e+12
DTS -472236639696782144, next:14840000 st:0 invalid dropping
PTS -472236639696782144, next:14840000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:249856 pts_time:4.88 dts:249856 dts_time:4.88 -> pts:-472236648286714665 pts_time:-9.22337e+12 dts:-472236648286714665 dts_time:-9.22337e+12
DTS -472236639696780096, next:14880000 st:0 invalid dropping
PTS -472236639696780096, next:14880000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:251904 pts_time:4.92 dts:251904 dts_time:4.92 -> pts:-472236648286712617 pts_time:-9.22337e+12 dts:-472236648286712617 dts_time:-9.22337e+12
DTS -472236639696778048, next:14920000 st:0 invalid dropping
PTS -472236639696778048, next:14920000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:253952 pts_time:4.96 dts:253952 dts_time:4.96 -> pts:-472236648286710569 pts_time:-9.22337e+12 dts:-472236648286710569 dts_time:-9.22337e+12
DTS -472236639696776000, next:14960000 st:0 invalid dropping
PTS -472236639696776000, next:14960000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:256000 pts_time:5 dts:256000 dts_time:5 -> pts:-472236648286708521 pts_time:-9.22337e+12 dts:-472236648286708521 dts_time:-9.22337e+12
DTS -472236639696773952, next:15000000 st:0 invalid dropping
PTS -472236639696773952, next:15000000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:258048 pts_time:5.04 dts:258048 dts_time:5.04 -> pts:-472236648286706473 pts_time:-9.22337e+12 dts:-472236648286706473 dts_time:-9.22337e+12
DTS -472236639696771904, next:15040000 st:0 invalid dropping
PTS -472236639696771904, next:15040000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:260096 pts_time:5.08 dts:260096 dts_time:5.08 -> pts:-472236648286704425 pts_time:-9.22337e+12 dts:-472236648286704425 dts_time:-9.22337e+12
DTS -472236639696769856, next:15080000 st:0 invalid dropping
PTS -472236639696769856, next:15080000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:262144 pts_time:5.12 dts:262144 dts_time:5.12 -> pts:-472236648286702377 pts_time:-9.22337e+12 dts:-472236648286702377 dts_time:-9.22337e+12
DTS -472236639696767808, next:15120000 st:0 invalid dropping
PTS -472236639696767808, next:15120000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:264192 pts_time:5.16 dts:264192 dts_time:5.16 -> pts:-472236648286700329 pts_time:-9.22337e+12 dts:-472236648286700329 dts_time:-9.22337e+12
DTS -472236639696765760, next:15160000 st:0 invalid dropping
PTS -472236639696765760, next:15160000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:266240 pts_time:5.2 dts:266240 dts_time:5.2 -> pts:-472236648286698281 pts_time:-9.22337e+12 dts:-472236648286698281 dts_time:-9.22337e+12
DTS -472236639696763712, next:15200000 st:0 invalid dropping
PTS -472236639696763712, next:15200000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:268288 pts_time:5.24 dts:268288 dts_time:5.24 -> pts:-472236648286696233 pts_time:-9.22337e+12 dts:-472236648286696233 dts_time:-9.22337e+12
DTS -472236639696761664, next:15240000 st:0 invalid dropping
PTS -472236639696761664, next:15240000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:270336 pts_time:5.28 dts:270336 dts_time:5.28 -> pts:-472236648286694185 pts_time:-9.22337e+12 dts:-472236648286694185 dts_time:-9.22337e+12
DTS -472236639696759616, next:15280000 st:0 invalid dropping
PTS -472236639696759616, next:15280000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:272384 pts_time:5.32 dts:272384 dts_time:5.32 -> pts:-472236648286692137 pts_time:-9.22337e+12 dts:-472236648286692137 dts_time:-9.22337e+12
DTS -472236639696757568, next:15320000 st:0 invalid dropping
PTS -472236639696757568, next:15320000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:274432 pts_time:5.36 dts:274432 dts_time:5.36 -> pts:-472236648286690089 pts_time:-9.22337e+12 dts:-472236648286690089 dts_time:-9.22337e+12
DTS -472236639696755520, next:15360000 st:0 invalid dropping
PTS -472236639696755520, next:15360000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:276480 pts_time:5.4 dts:276480 dts_time:5.4 -> pts:-472236648286688041 pts_time:-9.22337e+12 dts:-472236648286688041 dts_time:-9.22337e+12
DTS -472236639696753472, next:15400000 st:0 invalid dropping
PTS -472236639696753472, next:15400000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:278528 pts_time:5.44 dts:278528 dts_time:5.44 -> pts:-472236648286685993 pts_time:-9.22337e+12 dts:-472236648286685993 dts_time:-9.22337e+12
DTS -472236639696751424, next:15440000 st:0 invalid dropping
PTS -472236639696751424, next:15440000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:280576 pts_time:5.48 dts:280576 dts_time:5.48 -> pts:-472236648286683945 pts_time:-9.22337e+12 dts:-472236648286683945 dts_time:-9.22337e+12
DTS -472236639696749376, next:15480000 st:0 invalid dropping
PTS -472236639696749376, next:15480000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:282624 pts_time:5.52 dts:282624 dts_time:5.52 -> pts:-472236648286681897 pts_time:-9.22337e+12 dts:-472236648286681897 dts_time:-9.22337e+12
DTS -472236639696747328, next:15520000 st:0 invalid dropping
PTS -472236639696747328, next:15520000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:284672 pts_time:5.56 dts:284672 dts_time:5.56 -> pts:-472236648286679849 pts_time:-9.22337e+12 dts:-472236648286679849 dts_time:-9.22337e+12
DTS -472236639696745280, next:15560000 st:0 invalid dropping
PTS -472236639696745280, next:15560000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:286720 pts_time:5.6 dts:286720 dts_time:5.6 -> pts:-472236648286677801 pts_time:-9.22337e+12 dts:-472236648286677801 dts_time:-9.22337e+12
DTS -472236639696743232, next:15600000 st:0 invalid dropping
PTS -472236639696743232, next:15600000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:288768 pts_time:5.64 dts:288768 dts_time:5.64 -> pts:-472236648286675753 pts_time:-9.22337e+12 dts:-472236648286675753 dts_time:-9.22337e+12
DTS -472236639696741184, next:15640000 st:0 invalid dropping
PTS -472236639696741184, next:15640000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:290816 pts_time:5.68 dts:290816 dts_time:5.68 -> pts:-472236648286673705 pts_time:-9.22337e+12 dts:-472236648286673705 dts_time:-9.22337e+12
DTS -472236639696739136, next:15680000 st:0 invalid dropping
PTS -472236639696739136, next:15680000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:292864 pts_time:5.72 dts:292864 dts_time:5.72 -> pts:-472236648286671657 pts_time:-9.22337e+12 dts:-472236648286671657 dts_time:-9.22337e+12
DTS -472236639696737088, next:15720000 st:0 invalid dropping
PTS -472236639696737088, next:15720000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:294912 pts_time:5.76 dts:294912 dts_time:5.76 -> pts:-472236648286669609 pts_time:-9.22337e+12 dts:-472236648286669609 dts_time:-9.22337e+12
DTS -472236639696735040, next:15760000 st:0 invalid dropping
PTS -472236639696735040, next:15760000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:296960 pts_time:5.8 dts:296960 dts_time:5.8 -> pts:-472236648286667561 pts_time:-9.22337e+12 dts:-472236648286667561 dts_time:-9.22337e+12
DTS -472236639696732992, next:15800000 st:0 invalid dropping
PTS -472236639696732992, next:15800000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:299008 pts_time:5.84 dts:299008 dts_time:5.84 -> pts:-472236648286665513 pts_time:-9.22337e+12 dts:-472236648286665513 dts_time:-9.22337e+12
DTS -472236639696730944, next:15840000 st:0 invalid dropping
PTS -472236639696730944, next:15840000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:301056 pts_time:5.88 dts:301056 dts_time:5.88 -> pts:-472236648286663465 pts_time:-9.22337e+12 dts:-472236648286663465 dts_time:-9.22337e+12
DTS -472236639696728896, next:15880000 st:0 invalid dropping
PTS -472236639696728896, next:15880000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:303104 pts_time:5.92 dts:303104 dts_time:5.92 -> pts:-472236648286661417 pts_time:-9.22337e+12 dts:-472236648286661417 dts_time:-9.22337e+12
DTS -472236639696726848, next:15920000 st:0 invalid dropping
PTS -472236639696726848, next:15920000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:305152 pts_time:5.96 dts:305152 dts_time:5.96 -> pts:-472236648286659369 pts_time:-9.22337e+12 dts:-472236648286659369 dts_time:-9.22337e+12
DTS -472236639696724800, next:15960000 st:0 invalid dropping
PTS -472236639696724800, next:15960000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:307200 pts_time:6 dts:307200 dts_time:6 -> pts:-472236648286657321 pts_time:-9.22337e+12 dts:-472236648286657321 dts_time:-9.22337e+12
DTS -472236639696722752, next:16000000 st:0 invalid dropping
PTS -472236639696722752, next:16000000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:309248 pts_time:6.04 dts:309248 dts_time:6.04 -> pts:-472236648286655273 pts_time:-9.22337e+12 dts:-472236648286655273 dts_time:-9.22337e+12
DTS -472236639696720704, next:16040000 st:0 invalid dropping
PTS -472236639696720704, next:16040000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:311296 pts_time:6.08 dts:311296 dts_time:6.08 -> pts:-472236648286653225 pts_time:-9.22337e+12 dts:-472236648286653225 dts_time:-9.22337e+12
DTS -472236639696718656, next:16080000 st:0 invalid dropping
PTS -472236639696718656, next:16080000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:313344 pts_time:6.12 dts:313344 dts_time:6.12 -> pts:-472236648286651177 pts_time:-9.22337e+12 dts:-472236648286651177 dts_time:-9.22337e+12
DTS -472236639696716608, next:16120000 st:0 invalid dropping
PTS -472236639696716608, next:16120000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:315392 pts_time:6.16 dts:315392 dts_time:6.16 -> pts:-472236648286649129 pts_time:-9.22337e+12 dts:-472236648286649129 dts_time:-9.22337e+12
DTS -472236639696714560, next:16160000 st:0 invalid dropping
PTS -472236639696714560, next:16160000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:317440 pts_time:6.2 dts:317440 dts_time:6.2 -> pts:-472236648286647081 pts_time:-9.22337e+12 dts:-472236648286647081 dts_time:-9.22337e+12
DTS -472236639696712512, next:16200000 st:0 invalid dropping
PTS -472236639696712512, next:16200000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:319488 pts_time:6.24 dts:319488 dts_time:6.24 -> pts:-472236648286645033 pts_time:-9.22337e+12 dts:-472236648286645033 dts_time:-9.22337e+12
DTS -472236639696710464, next:16240000 st:0 invalid dropping
PTS -472236639696710464, next:16240000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:321536 pts_time:6.28 dts:321536 dts_time:6.28 -> pts:-472236648286642985 pts_time:-9.22337e+12 dts:-472236648286642985 dts_time:-9.22337e+12
DTS -472236639696708416, next:16280000 st:0 invalid dropping
PTS -472236639696708416, next:16280000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:323584 pts_time:6.32 dts:323584 dts_time:6.32 -> pts:-472236648286640937 pts_time:-9.22337e+12 dts:-472236648286640937 dts_time:-9.22337e+12
DTS -472236639696706368, next:16320000 st:0 invalid dropping
PTS -472236639696706368, next:16320000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:325632 pts_time:6.36 dts:325632 dts_time:6.36 -> pts:-472236648286638889 pts_time:-9.22337e+12 dts:-472236648286638889 dts_time:-9.22337e+12
DTS -472236639696704320, next:16360000 st:0 invalid dropping
PTS -472236639696704320, next:16360000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:327680 pts_time:6.4 dts:327680 dts_time:6.4 -> pts:-472236648286636841 pts_time:-9.22337e+12 dts:-472236648286636841 dts_time:-9.22337e+12
DTS -472236639696702272, next:16400000 st:0 invalid dropping
PTS -472236639696702272, next:16400000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:329728 pts_time:6.44 dts:329728 dts_time:6.44 -> pts:-472236648286634793 pts_time:-9.22337e+12 dts:-472236648286634793 dts_time:-9.22337e+12
DTS -472236639696700224, next:16440000 st:0 invalid dropping
PTS -472236639696700224, next:16440000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:331776 pts_time:6.48 dts:331776 dts_time:6.48 -> pts:-472236648286632745 pts_time:-9.22337e+12 dts:-472236648286632745 dts_time:-9.22337e+12
DTS -472236639696698176, next:16480000 st:0 invalid dropping
PTS -472236639696698176, next:16480000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:333824 pts_time:6.52 dts:333824 dts_time:6.52 -> pts:-472236648286630697 pts_time:-9.22337e+12 dts:-472236648286630697 dts_time:-9.22337e+12
DTS -472236639696696128, next:16520000 st:0 invalid dropping
PTS -472236639696696128, next:16520000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:335872 pts_time:6.56 dts:335872 dts_time:6.56 -> pts:-472236648286628649 pts_time:-9.22337e+12 dts:-472236648286628649 dts_time:-9.22337e+12
DTS -472236639696694080, next:16560000 st:0 invalid dropping
PTS -472236639696694080, next:16560000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:337920 pts_time:6.6 dts:337920 dts_time:6.6 -> pts:-472236648286626601 pts_time:-9.22337e+12 dts:-472236648286626601 dts_time:-9.22337e+12
DTS -472236639696692032, next:16600000 st:0 invalid dropping
PTS -472236639696692032, next:16600000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:339968 pts_time:6.64 dts:339968 dts_time:6.64 -> pts:-472236648286624553 pts_time:-9.22337e+12 dts:-472236648286624553 dts_time:-9.22337e+12
DTS -472236639696689984, next:16640000 st:0 invalid dropping
PTS -472236639696689984, next:16640000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:342016 pts_time:6.68 dts:342016 dts_time:6.68 -> pts:-472236648286622505 pts_time:-9.22337e+12 dts:-472236648286622505 dts_time:-9.22337e+12
DTS -472236639696687936, next:16680000 st:0 invalid dropping
PTS -472236639696687936, next:16680000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:344064 pts_time:6.72 dts:344064 dts_time:6.72 -> pts:-472236648286620457 pts_time:-9.22337e+12 dts:-472236648286620457 dts_time:-9.22337e+12
DTS -472236639696685888, next:16720000 st:0 invalid dropping
PTS -472236639696685888, next:16720000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:346112 pts_time:6.76 dts:346112 dts_time:6.76 -> pts:-472236648286618409 pts_time:-9.22337e+12 dts:-472236648286618409 dts_time:-9.22337e+12
DTS -472236639696683840, next:16760000 st:0 invalid dropping
PTS -472236639696683840, next:16760000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:348160 pts_time:6.8 dts:348160 dts_time:6.8 -> pts:-472236648286616361 pts_time:-9.22337e+12 dts:-472236648286616361 dts_time:-9.22337e+12
DTS -472236639696681792, next:16800000 st:0 invalid dropping
PTS -472236639696681792, next:16800000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:350208 pts_time:6.84 dts:350208 dts_time:6.84 -> pts:-472236648286614313 pts_time:-9.22337e+12 dts:-472236648286614313 dts_time:-9.22337e+12
DTS -472236639696679744, next:16840000 st:0 invalid dropping
PTS -472236639696679744, next:16840000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:352256 pts_time:6.88 dts:352256 dts_time:6.88 -> pts:-472236648286612265 pts_time:-9.22337e+12 dts:-472236648286612265 dts_time:-9.22337e+12
DTS -472236639696677696, next:16880000 st:0 invalid dropping
PTS -472236639696677696, next:16880000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:354304 pts_time:6.92 dts:354304 dts_time:6.92 -> pts:-472236648286610217 pts_time:-9.22337e+12 dts:-472236648286610217 dts_time:-9.22337e+12
DTS -472236639696675648, next:16920000 st:0 invalid dropping
PTS -472236639696675648, next:16920000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:356352 pts_time:6.96 dts:356352 dts_time:6.96 -> pts:-472236648286608169 pts_time:-9.22337e+12 dts:-472236648286608169 dts_time:-9.22337e+12
DTS -472236639696673600, next:16960000 st:0 invalid dropping
PTS -472236639696673600, next:16960000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:358400 pts_time:7 dts:358400 dts_time:7 -> pts:-472236648286606121 pts_time:-9.22337e+12 dts:-472236648286606121 dts_time:-9.22337e+12
DTS -472236639696671552, next:17000000 st:0 invalid dropping
PTS -472236639696671552, next:17000000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:360448 pts_time:7.04 dts:360448 dts_time:7.04 -> pts:-472236648286604073 pts_time:-9.22337e+12 dts:-472236648286604073 dts_time:-9.22337e+12
DTS -472236639696669504, next:17040000 st:0 invalid dropping
PTS -472236639696669504, next:17040000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:362496 pts_time:7.08 dts:362496 dts_time:7.08 -> pts:-472236648286602025 pts_time:-9.22337e+12 dts:-472236648286602025 dts_time:-9.22337e+12
DTS -472236639696667456, next:17080000 st:0 invalid dropping
PTS -472236639696667456, next:17080000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:364544 pts_time:7.12 dts:364544 dts_time:7.12 -> pts:-472236648286599977 pts_time:-9.22337e+12 dts:-472236648286599977 dts_time:-9.22337e+12
DTS -472236639696665408, next:17120000 st:0 invalid dropping
PTS -472236639696665408, next:17120000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:366592 pts_time:7.16 dts:366592 dts_time:7.16 -> pts:-472236648286597929 pts_time:-9.22337e+12 dts:-472236648286597929 dts_time:-9.22337e+12
DTS -472236639696663360, next:17160000 st:0 invalid dropping
PTS -472236639696663360, next:17160000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:368640 pts_time:7.2 dts:368640 dts_time:7.2 -> pts:-472236648286595881 pts_time:-9.22337e+12 dts:-472236648286595881 dts_time:-9.22337e+12
DTS -472236639696661312, next:17200000 st:0 invalid dropping
PTS -472236639696661312, next:17200000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:370688 pts_time:7.24 dts:370688 dts_time:7.24 -> pts:-472236648286593833 pts_time:-9.22337e+12 dts:-472236648286593833 dts_time:-9.22337e+12
DTS -472236639696659264, next:17240000 st:0 invalid dropping
PTS -472236639696659264, next:17240000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:372736 pts_time:7.28 dts:372736 dts_time:7.28 -> pts:-472236648286591785 pts_time:-9.22337e+12 dts:-472236648286591785 dts_time:-9.22337e+12
DTS -472236639696657216, next:17280000 st:0 invalid dropping
PTS -472236639696657216, next:17280000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:374784 pts_time:7.32 dts:374784 dts_time:7.32 -> pts:-472236648286589737 pts_time:-9.22337e+12 dts:-472236648286589737 dts_time:-9.22337e+12
DTS -472236639696655168, next:17320000 st:0 invalid dropping
PTS -472236639696655168, next:17320000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:376832 pts_time:7.36 dts:376832 dts_time:7.36 -> pts:-472236648286587689 pts_time:-9.22337e+12 dts:-472236648286587689 dts_time:-9.22337e+12
DTS -472236639696653120, next:17360000 st:0 invalid dropping
PTS -472236639696653120, next:17360000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:378880 pts_time:7.4 dts:378880 dts_time:7.4 -> pts:-472236648286585641 pts_time:-9.22337e+12 dts:-472236648286585641 dts_time:-9.22337e+12
DTS -472236639696651072, next:17400000 st:0 invalid dropping
PTS -472236639696651072, next:17400000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:380928 pts_time:7.44 dts:380928 dts_time:7.44 -> pts:-472236648286583593 pts_time:-9.22337e+12 dts:-472236648286583593 dts_time:-9.22337e+12
DTS -472236639696649024, next:17440000 st:0 invalid dropping
PTS -472236639696649024, next:17440000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:382976 pts_time:7.48 dts:382976 dts_time:7.48 -> pts:-472236648286581545 pts_time:-9.22337e+12 dts:-472236648286581545 dts_time:-9.22337e+12
DTS -472236639696646976, next:17480000 st:0 invalid dropping
PTS -472236639696646976, next:17480000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:385024 pts_time:7.52 dts:385024 dts_time:7.52 -> pts:-472236648286579497 pts_time:-9.22337e+12 dts:-472236648286579497 dts_time:-9.22337e+12
DTS -472236639696644928, next:17520000 st:0 invalid dropping
PTS -472236639696644928, next:17520000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:387072 pts_time:7.56 dts:387072 dts_time:7.56 -> pts:-472236648286577449 pts_time:-9.22337e+12 dts:-472236648286577449 dts_time:-9.22337e+12
DTS -472236639696642880, next:17560000 st:0 invalid dropping
PTS -472236639696642880, next:17560000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:389120 pts_time:7.6 dts:389120 dts_time:7.6 -> pts:-472236648286575401 pts_time:-9.22337e+12 dts:-472236648286575401 dts_time:-9.22337e+12
DTS -472236639696640832, next:17600000 st:0 invalid dropping
PTS -472236639696640832, next:17600000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:391168 pts_time:7.64 dts:391168 dts_time:7.64 -> pts:-472236648286573353 pts_time:-9.22337e+12 dts:-472236648286573353 dts_time:-9.22337e+12
DTS -472236639696638784, next:17640000 st:0 invalid dropping
PTS -472236639696638784, next:17640000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:393216 pts_time:7.68 dts:393216 dts_time:7.68 -> pts:-472236648286571305 pts_time:-9.22337e+12 dts:-472236648286571305 dts_time:-9.22337e+12
DTS -472236639696636736, next:17680000 st:0 invalid dropping
PTS -472236639696636736, next:17680000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:395264 pts_time:7.72 dts:395264 dts_time:7.72 -> pts:-472236648286569257 pts_time:-9.22337e+12 dts:-472236648286569257 dts_time:-9.22337e+12
DTS -472236639696634688, next:17720000 st:0 invalid dropping
PTS -472236639696634688, next:17720000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:397312 pts_time:7.76 dts:397312 dts_time:7.76 -> pts:-472236648286567209 pts_time:-9.22337e+12 dts:-472236648286567209 dts_time:-9.22337e+12
DTS -472236639696632640, next:17760000 st:0 invalid dropping
PTS -472236639696632640, next:17760000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:399360 pts_time:7.8 dts:399360 dts_time:7.8 -> pts:-472236648286565161 pts_time:-9.22337e+12 dts:-472236648286565161 dts_time:-9.22337e+12
DTS -472236639696630592, next:17800000 st:0 invalid dropping
PTS -472236639696630592, next:17800000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:401408 pts_time:7.84 dts:401408 dts_time:7.84 -> pts:-472236648286563113 pts_time:-9.22337e+12 dts:-472236648286563113 dts_time:-9.22337e+12
DTS -472236639696628544, next:17840000 st:0 invalid dropping
PTS -472236639696628544, next:17840000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:403456 pts_time:7.88 dts:403456 dts_time:7.88 -> pts:-472236648286561065 pts_time:-9.22337e+12 dts:-472236648286561065 dts_time:-9.22337e+12
DTS -472236639696626496, next:17880000 st:0 invalid dropping
PTS -472236639696626496, next:17880000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:405504 pts_time:7.92 dts:405504 dts_time:7.92 -> pts:-472236648286559017 pts_time:-9.22337e+12 dts:-472236648286559017 dts_time:-9.22337e+12
DTS -472236639696624448, next:17920000 st:0 invalid dropping
PTS -472236639696624448, next:17920000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:407552 pts_time:7.96 dts:407552 dts_time:7.96 -> pts:-472236648286556969 pts_time:-9.22337e+12 dts:-472236648286556969 dts_time:-9.22337e+12
DTS -472236639696622400, next:17960000 st:0 invalid dropping
PTS -472236639696622400, next:17960000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:409600 pts_time:8 dts:409600 dts_time:8 -> pts:-472236648286554921 pts_time:-9.22337e+12 dts:-472236648286554921 dts_time:-9.22337e+12
DTS -472236639696620352, next:18000000 st:0 invalid dropping
PTS -472236639696620352, next:18000000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:411648 pts_time:8.04 dts:411648 dts_time:8.04 -> pts:-472236648286552873 pts_time:-9.22337e+12 dts:-472236648286552873 dts_time:-9.22337e+12
DTS -472236639696618304, next:18040000 st:0 invalid dropping
PTS -472236639696618304, next:18040000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:413696 pts_time:8.08 dts:413696 dts_time:8.08 -> pts:-472236648286550825 pts_time:-9.22337e+12 dts:-472236648286550825 dts_time:-9.22337e+12
DTS -472236639696616256, next:18080000 st:0 invalid dropping
PTS -472236639696616256, next:18080000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:415744 pts_time:8.12 dts:415744 dts_time:8.12 -> pts:-472236648286548777 pts_time:-9.22337e+12 dts:-472236648286548777 dts_time:-9.22337e+12
DTS -472236639696614208, next:18120000 st:0 invalid dropping
PTS -472236639696614208, next:18120000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:417792 pts_time:8.16 dts:417792 dts_time:8.16 -> pts:-472236648286546729 pts_time:-9.22337e+12 dts:-472236648286546729 dts_time:-9.22337e+12
DTS -472236639696612160, next:18160000 st:0 invalid dropping
PTS -472236639696612160, next:18160000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:419840 pts_time:8.2 dts:419840 dts_time:8.2 -> pts:-472236648286544681 pts_time:-9.22337e+12 dts:-472236648286544681 dts_time:-9.22337e+12
DTS -472236639696610112, next:18200000 st:0 invalid dropping
PTS -472236639696610112, next:18200000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:421888 pts_time:8.24 dts:421888 dts_time:8.24 -> pts:-472236648286542633 pts_time:-9.22337e+12 dts:-472236648286542633 dts_time:-9.22337e+12
DTS -472236639696608064, next:18240000 st:0 invalid dropping
PTS -472236639696608064, next:18240000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:423936 pts_time:8.28 dts:423936 dts_time:8.28 -> pts:-472236648286540585 pts_time:-9.22337e+12 dts:-472236648286540585 dts_time:-9.22337e+12
DTS -472236639696606016, next:18280000 st:0 invalid dropping
PTS -472236639696606016, next:18280000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:425984 pts_time:8.32 dts:425984 dts_time:8.32 -> pts:-472236648286538537 pts_time:-9.22337e+12 dts:-472236648286538537 dts_time:-9.22337e+12
DTS -472236639696603968, next:18320000 st:0 invalid dropping
PTS -472236639696603968, next:18320000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:428032 pts_time:8.36 dts:428032 dts_time:8.36 -> pts:-472236648286536489 pts_time:-9.22337e+12 dts:-472236648286536489 dts_time:-9.22337e+12
DTS -472236639696601920, next:18360000 st:0 invalid dropping
PTS -472236639696601920, next:18360000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:430080 pts_time:8.4 dts:430080 dts_time:8.4 -> pts:-472236648286534441 pts_time:-9.22337e+12 dts:-472236648286534441 dts_time:-9.22337e+12
DTS -472236639696599872, next:18400000 st:0 invalid dropping
PTS -472236639696599872, next:18400000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:432128 pts_time:8.44 dts:432128 dts_time:8.44 -> pts:-472236648286532393 pts_time:-9.22337e+12 dts:-472236648286532393 dts_time:-9.22337e+12
DTS -472236639696597824, next:18440000 st:0 invalid dropping
PTS -472236639696597824, next:18440000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:434176 pts_time:8.48 dts:434176 dts_time:8.48 -> pts:-472236648286530345 pts_time:-9.22337e+12 dts:-472236648286530345 dts_time:-9.22337e+12
DTS -472236639696595776, next:18480000 st:0 invalid dropping
PTS -472236639696595776, next:18480000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:436224 pts_time:8.52 dts:436224 dts_time:8.52 -> pts:-472236648286528297 pts_time:-9.22337e+12 dts:-472236648286528297 dts_time:-9.22337e+12
DTS -472236639696593728, next:18520000 st:0 invalid dropping
PTS -472236639696593728, next:18520000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:438272 pts_time:8.56 dts:438272 dts_time:8.56 -> pts:-472236648286526249 pts_time:-9.22337e+12 dts:-472236648286526249 dts_time:-9.22337e+12
DTS -472236639696591680, next:18560000 st:0 invalid dropping
PTS -472236639696591680, next:18560000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:440320 pts_time:8.6 dts:440320 dts_time:8.6 -> pts:-472236648286524201 pts_time:-9.22337e+12 dts:-472236648286524201 dts_time:-9.22337e+12
DTS -472236639696589632, next:18600000 st:0 invalid dropping
PTS -472236639696589632, next:18600000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:442368 pts_time:8.64 dts:442368 dts_time:8.64 -> pts:-472236648286522153 pts_time:-9.22337e+12 dts:-472236648286522153 dts_time:-9.22337e+12
DTS -472236639696587584, next:18640000 st:0 invalid dropping
PTS -472236639696587584, next:18640000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:444416 pts_time:8.68 dts:444416 dts_time:8.68 -> pts:-472236648286520105 pts_time:-9.22337e+12 dts:-472236648286520105 dts_time:-9.22337e+12
DTS -472236639696585536, next:18680000 st:0 invalid dropping
PTS -472236639696585536, next:18680000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:446464 pts_time:8.72 dts:446464 dts_time:8.72 -> pts:-472236648286518057 pts_time:-9.22337e+12 dts:-472236648286518057 dts_time:-9.22337e+12
DTS -472236639696583488, next:18720000 st:0 invalid dropping
PTS -472236639696583488, next:18720000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:448512 pts_time:8.76 dts:448512 dts_time:8.76 -> pts:-472236648286516009 pts_time:-9.22337e+12 dts:-472236648286516009 dts_time:-9.22337e+12
DTS -472236639696581440, next:18760000 st:0 invalid dropping
PTS -472236639696581440, next:18760000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:450560 pts_time:8.8 dts:450560 dts_time:8.8 -> pts:-472236648286513961 pts_time:-9.22337e+12 dts:-472236648286513961 dts_time:-9.22337e+12
DTS -472236639696579392, next:18800000 st:0 invalid dropping
PTS -472236639696579392, next:18800000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:452608 pts_time:8.84 dts:452608 dts_time:8.84 -> pts:-472236648286511913 pts_time:-9.22337e+12 dts:-472236648286511913 dts_time:-9.22337e+12
DTS -472236639696577344, next:18840000 st:0 invalid dropping
PTS -472236639696577344, next:18840000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:454656 pts_time:8.88 dts:454656 dts_time:8.88 -> pts:-472236648286509865 pts_time:-9.22337e+12 dts:-472236648286509865 dts_time:-9.22337e+12
DTS -472236639696575296, next:18880000 st:0 invalid dropping
PTS -472236639696575296, next:18880000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:456704 pts_time:8.92 dts:456704 dts_time:8.92 -> pts:-472236648286507817 pts_time:-9.22337e+12 dts:-472236648286507817 dts_time:-9.22337e+12
DTS -472236639696573248, next:18920000 st:0 invalid dropping
PTS -472236639696573248, next:18920000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:458752 pts_time:8.96 dts:458752 dts_time:8.96 -> pts:-472236648286505769 pts_time:-9.22337e+12 dts:-472236648286505769 dts_time:-9.22337e+12
DTS -472236639696571200, next:18960000 st:0 invalid dropping
PTS -472236639696571200, next:18960000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:460800 pts_time:9 dts:460800 dts_time:9 -> pts:-472236648286503721 pts_time:-9.22337e+12 dts:-472236648286503721 dts_time:-9.22337e+12
DTS -472236639696569152, next:19000000 st:0 invalid dropping
PTS -472236639696569152, next:19000000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:462848 pts_time:9.04 dts:462848 dts_time:9.04 -> pts:-472236648286501673 pts_time:-9.22337e+12 dts:-472236648286501673 dts_time:-9.22337e+12
DTS -472236639696567104, next:19040000 st:0 invalid dropping
PTS -472236639696567104, next:19040000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:464896 pts_time:9.08 dts:464896 dts_time:9.08 -> pts:-472236648286499625 pts_time:-9.22337e+12 dts:-472236648286499625 dts_time:-9.22337e+12
DTS -472236639696565056, next:19080000 st:0 invalid dropping
PTS -472236639696565056, next:19080000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:466944 pts_time:9.12 dts:466944 dts_time:9.12 -> pts:-472236648286497577 pts_time:-9.22337e+12 dts:-472236648286497577 dts_time:-9.22337e+12
DTS -472236639696563008, next:19120000 st:0 invalid dropping
PTS -472236639696563008, next:19120000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:468992 pts_time:9.16 dts:468992 dts_time:9.16 -> pts:-472236648286495529 pts_time:-9.22337e+12 dts:-472236648286495529 dts_time:-9.22337e+12
DTS -472236639696560960, next:19160000 st:0 invalid dropping
PTS -472236639696560960, next:19160000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:471040 pts_time:9.2 dts:471040 dts_time:9.2 -> pts:-472236648286493481 pts_time:-9.22337e+12 dts:-472236648286493481 dts_time:-9.22337e+12
DTS -472236639696558912, next:19200000 st:0 invalid dropping
PTS -472236639696558912, next:19200000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:473088 pts_time:9.24 dts:473088 dts_time:9.24 -> pts:-472236648286491433 pts_time:-9.22337e+12 dts:-472236648286491433 dts_time:-9.22337e+12
DTS -472236639696556864, next:19240000 st:0 invalid dropping
PTS -472236639696556864, next:19240000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:475136 pts_time:9.28 dts:475136 dts_time:9.28 -> pts:-472236648286489385 pts_time:-9.22337e+12 dts:-472236648286489385 dts_time:-9.22337e+12
DTS -472236639696554816, next:19280000 st:0 invalid dropping
PTS -472236639696554816, next:19280000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:477184 pts_time:9.32 dts:477184 dts_time:9.32 -> pts:-472236648286487337 pts_time:-9.22337e+12 dts:-472236648286487337 dts_time:-9.22337e+12
DTS -472236639696552768, next:19320000 st:0 invalid dropping
PTS -472236639696552768, next:19320000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:479232 pts_time:9.36 dts:479232 dts_time:9.36 -> pts:-472236648286485289 pts_time:-9.22337e+12 dts:-472236648286485289 dts_time:-9.22337e+12
DTS -472236639696550720, next:19360000 st:0 invalid dropping
PTS -472236639696550720, next:19360000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:481280 pts_time:9.4 dts:481280 dts_time:9.4 -> pts:-472236648286483241 pts_time:-9.22337e+12 dts:-472236648286483241 dts_time:-9.22337e+12
DTS -472236639696548672, next:19400000 st:0 invalid dropping
PTS -472236639696548672, next:19400000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:483328 pts_time:9.44 dts:483328 dts_time:9.44 -> pts:-472236648286481193 pts_time:-9.22337e+12 dts:-472236648286481193 dts_time:-9.22337e+12
DTS -472236639696546624, next:19440000 st:0 invalid dropping
PTS -472236639696546624, next:19440000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:485376 pts_time:9.48 dts:485376 dts_time:9.48 -> pts:-472236648286479145 pts_time:-9.22337e+12 dts:-472236648286479145 dts_time:-9.22337e+12
DTS -472236639696544576, next:19480000 st:0 invalid dropping
PTS -472236639696544576, next:19480000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:487424 pts_time:9.52 dts:487424 dts_time:9.52 -> pts:-472236648286477097 pts_time:-9.22337e+12 dts:-472236648286477097 dts_time:-9.22337e+12
DTS -472236639696542528, next:19520000 st:0 invalid dropping
PTS -472236639696542528, next:19520000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:489472 pts_time:9.56 dts:489472 dts_time:9.56 -> pts:-472236648286475049 pts_time:-9.22337e+12 dts:-472236648286475049 dts_time:-9.22337e+12
DTS -472236639696540480, next:19560000 st:0 invalid dropping
PTS -472236639696540480, next:19560000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:491520 pts_time:9.6 dts:491520 dts_time:9.6 -> pts:-472236648286473001 pts_time:-9.22337e+12 dts:-472236648286473001 dts_time:-9.22337e+12
DTS -472236639696538432, next:19600000 st:0 invalid dropping
PTS -472236639696538432, next:19600000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:493568 pts_time:9.64 dts:493568 dts_time:9.64 -> pts:-472236648286470953 pts_time:-9.22337e+12 dts:-472236648286470953 dts_time:-9.22337e+12
DTS -472236639696536384, next:19640000 st:0 invalid dropping
PTS -472236639696536384, next:19640000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:495616 pts_time:9.68 dts:495616 dts_time:9.68 -> pts:-472236648286468905 pts_time:-9.22337e+12 dts:-472236648286468905 dts_time:-9.22337e+12
DTS -472236639696534336, next:19680000 st:0 invalid dropping
PTS -472236639696534336, next:19680000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:497664 pts_time:9.72 dts:497664 dts_time:9.72 -> pts:-472236648286466857 pts_time:-9.22337e+12 dts:-472236648286466857 dts_time:-9.22337e+12
DTS -472236639696532288, next:19720000 st:0 invalid dropping
PTS -472236639696532288, next:19720000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:499712 pts_time:9.76 dts:499712 dts_time:9.76 -> pts:-472236648286464809 pts_time:-9.22337e+12 dts:-472236648286464809 dts_time:-9.22337e+12
DTS -472236639696530240, next:19760000 st:0 invalid dropping
PTS -472236639696530240, next:19760000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:501760 pts_time:9.8 dts:501760 dts_time:9.8 -> pts:-472236648286462761 pts_time:-9.22337e+12 dts:-472236648286462761 dts_time:-9.22337e+12
DTS -472236639696528192, next:19800000 st:0 invalid dropping
PTS -472236639696528192, next:19800000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:503808 pts_time:9.84 dts:503808 dts_time:9.84 -> pts:-472236648286460713 pts_time:-9.22337e+12 dts:-472236648286460713 dts_time:-9.22337e+12
DTS -472236639696526144, next:19840000 st:0 invalid dropping
PTS -472236639696526144, next:19840000 invalid dropping st:0                                                                                                                                  
[concat @ 0x34101a0] file:1 stream:0 pts:505856 pts_time:9.88 dts:505856 dts_time:9.88 -> pts:-472236648286458665 pts_time:-9.22337e+12 dts:-472236648286458665 dts_time:-9.22337e+12
DTS -472236639696524096, next:19880000 st:0 invalid dropping
PTS -472236639696524096, next:19880000 invalid dropping st:0
[concat @ 0x34101a0] file:1 stream:0 pts:507904 pts_time:9.92 dts:507904 dts_time:9.92 -> pts:-472236648286456617 pts_time:-9.22337e+12 dts:-472236648286456617 dts_time:-9.22337e+12
DTS -472236639696522048, next:19920000 st:0 invalid dropping
PTS -472236639696522048, next:19920000 invalid dropping st:0
[concat @ 0x34101a0] file:1 stream:0 pts:509952 pts_time:9.96 dts:509952 dts_time:9.96 -> pts:-472236648286454569 pts_time:-9.22337e+12 dts:-472236648286454569 dts_time:-9.22337e+12
DTS -472236639696520000, next:19960000 st:0 invalid dropping
PTS -472236639696520000, next:19960000 invalid dropping st:0
No more output streams to write to, finishing.
frame=  500 fps=0.0 q=-1.0 Lsize=     777kB time=00:00:19.96 bitrate= 318.8kbits/s speed=22.5x    
video:773kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.527746%
Input file #0 (clips.concat):
  Input stream #0:0 (video): 500 packets read (791290 bytes); 
  Total: 500 packets (791290 bytes) demuxed
Output file #0 (concat.nut):
  Output stream #0:0 (video): 500 packets muxed (791290 bytes); 
  Total: 500 packets (791290 bytes) muxed
0 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0x34397a0] Statistics: 0 seeks, 502 writeouts
[AVIOContext @ 0x341b8e0] Statistics: 397058 bytes read, 0 seeks
[AVIOContext @ 0x3410880] Statistics: 44 bytes read, 0 seeks

Change History (1)

comment:1 by Andrey Utkin, 8 years ago

Resolution: worksforme
Status: newclosed

This is an isue with concat demuxer - cat->files[1]->start_time stays NOPTS when file[0] duration is unknown, which is the case. Later, cat->files[1]->start_time is used to calculate delta. There's no check for start_time == NOPTS, thus delta is invalid.

Fixing this usecase is possible by constant recalculation of files' known duration. This adds overhead for general case. So for now I'll stick with adding "duration" directives to concat input file.

I'm considering submitting a patch adding a warning, stating that duration of input file is not known and calculation of delta will be incorrect. Also setting start_time to 0 explicitly in this case would decrease weirdness.

Note: See TracTickets for help on using tickets.