Advertisement
silmood

ffmpeg-invisible-frames-concat

Nov 28th, 2019
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.41 KB | None | 0 0
  1. ffmpeg -f concat -i concat_list.txt -c copy video.webm -loglevel debug
  2.  
  3. ffmpeg version 4.2.1 Copyright (c) 2000-2019 the FFmpeg developers
  4. built with Apple clang version 11.0.0 (clang-1100.0.33.8)
  5. configuration: --prefix=/usr/local/Cellar/ffmpeg/4.2.1_2 --enable-shared --enable-pthreads --enable-version3 --enable-avresample --cc=clang --host-cflags='-I/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home/include/darwin -fno-stack-check' --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libmp3lame --enable-libopus --enable-librubberband --enable-libsnappy --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-libsoxr --enable-videotoolbox --disable-libjack --disable-indev=jack
  6. libavutil 56. 31.100 / 56. 31.100
  7. libavcodec 58. 54.100 / 58. 54.100
  8. libavformat 58. 29.100 / 58. 29.100
  9. libavdevice 58. 8.100 / 58. 8.100
  10. libavfilter 7. 57.100 / 7. 57.100
  11. libavresample 4. 0. 0 / 4. 0. 0
  12. libswscale 5. 5.100 / 5. 5.100
  13. libswresample 3. 5.100 / 3. 5.100
  14. libpostproc 55. 5.100 / 55. 5.100
  15. Splitting the commandline.
  16. Reading option '-f' ... matched as option 'f' (force format) with argument 'concat'.
  17. Reading option '-i' ... matched as input url with argument 'concat_list.txt'.
  18. Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
  19. Reading option 'video.webm' ... matched as output url.
  20. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  21. Finished splitting the commandline.
  22. Parsing a group of options: global .
  23. Applying option loglevel (set logging level) with argument debug.
  24. Successfully parsed a group of options.
  25. Parsing a group of options: input url concat_list.txt.
  26. Applying option f (force format) with argument concat.
  27. Successfully parsed a group of options.
  28. Opening an input file: concat_list.txt.
  29. [concat @ 0x7ffbee003000] Opening 'concat_list.txt' for reading
  30. [file @ 0x7ffbed501700] Setting default whitelist 'file,crypto'
  31. [NULL @ 0x7ffbee808600] Opening 'output/black.webm' for reading
  32. [matroska,webm @ 0x7ffbee808600] Format matroska,webm probed with size=2048 and score=100
  33. st:0 removing common factor 1000000 from timebase
  34. [matroska,webm @ 0x7ffbee808600] Before avformat_find_stream_info() pos: 603 bytes read:8269 seeks:0 nb_streams:1
  35. [vp9 @ 0x7ffbed80b800] Format yuv420p chosen by get_format().
  36. [matroska,webm @ 0x7ffbee808600] All info found
  37. [matroska,webm @ 0x7ffbee808600] After avformat_find_stream_info() pos: 821 bytes read:8269 seeks:0 frames:1
  38. [concat @ 0x7ffbee003000] Before avformat_find_stream_info() pos: 46 bytes read:46 seeks:0 nb_streams:1
  39. [concat @ 0x7ffbee003000] file:0 stream:0 pts:0 pts_time:0 dts:0 dts_time:0 -> pts:0 pts_time:0 dts:0 dts_time:0
  40. [concat @ 0x7ffbee003000] All info found
  41. [concat @ 0x7ffbee003000] After avformat_find_stream_info() pos: 46 bytes read:46 seeks:0 frames:1
  42. Input #0, concat, from 'concat_list.txt':
  43. Duration: N/A, start: 0.000000, bitrate: N/A
  44. Stream #0:0, 1, 1/1000: Video: vp9 (Profile 0), 1 reference frame, yuv420p(tv), 1920x1080, 0/1, SAR 1:1 DAR 16:9, 30 fps, 30 tbr, 1k tbn, 1k tbc
  45. Metadata:
  46. ENCODER : Lavc58.54.100 libvpx-vp9
  47. DURATION : 00:00:05.200000000
  48. Successfully opened the file.
  49. Parsing a group of options: output url video.webm.
  50. Applying option c (codec name) with argument copy.
  51. Successfully parsed a group of options.
  52. Opening an output file: video.webm.
  53. [file @ 0x7ffbed502700] Setting default whitelist 'file,crypto'
  54. Successfully opened the file.
  55. [webm @ 0x7ffbee809200] get_metadata_duration returned: 5200000
  56. [webm @ 0x7ffbee809200] Write early duration from metadata = 5200
  57. Output #0, webm, to 'video.webm':
  58. Metadata:
  59. encoder : Lavf58.29.100
  60. Stream #0:0, 0, 1/1000: Video: vp9 (Profile 0), 1 reference frame, yuv420p(tv), 1920x1080 (0x0) [SAR 1:1 DAR 16:9], 0/1, q=2-31, 30 fps, 30 tbr, 1k tbn, 1k tbc
  61. Metadata:
  62. ENCODER : Lavc58.54.100 libvpx-vp9
  63. DURATION : 00:00:05.200000000
  64. Stream mapping:
  65. Stream #0:0 -> #0:0 (copy)
  66. Press [q] to stop, [?] for help
  67. cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
  68. Automatically inserted bitstream filter 'vp9_superframe'; args=''
  69. [webm @ 0x7ffbee809200] Writing block of size 206 with pts 0, dts 0, duration 33 at relative offset 3 in cluster at offset 606. TrackNumber 1, keyframe 1
  70. [concat @ 0x7ffbee003000] file:0 stream:0 pts:33 pts_time:0.033 dts:33 dts_time:0.033 -> pts:33 pts_time:0.033 dts:33 dts_time:0.033
  71. [webm @ 0x7ffbee809200] Writing block of size 48 with pts 33, dts 33, duration 33 at relative offset 216 in cluster at offset 606. TrackNumber 1, keyframe 0
  72. [concat @ 0x7ffbee003000] file:0 stream:0 pts:67 pts_time:0.067 dts:67 dts_time:0.067 -> pts:67 pts_time:0.067 dts:67 dts_time:0.067
  73. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 67, dts 67, duration 33 at relative offset 270 in cluster at offset 606. TrackNumber 1, keyframe 0
  74. [concat @ 0x7ffbee003000] file:0 stream:0 pts:100 pts_time:0.1 dts:100 dts_time:0.1 -> pts:100 pts_time:0.1 dts:100 dts_time:0.1
  75. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 100, dts 100, duration 33 at relative offset 316 in cluster at offset 606. TrackNumber 1, keyframe 0
  76. [concat @ 0x7ffbee003000] file:0 stream:0 pts:133 pts_time:0.133 dts:133 dts_time:0.133 -> pts:133 pts_time:0.133 dts:133 dts_time:0.133
  77. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 133, dts 133, duration 33 at relative offset 362 in cluster at offset 606. TrackNumber 1, keyframe 0
  78. [concat @ 0x7ffbee003000] file:0 stream:0 pts:167 pts_time:0.167 dts:167 dts_time:0.167 -> pts:167 pts_time:0.167 dts:167 dts_time:0.167
  79. [webm @ 0x7ffbee809200] Writing block of size 120 with pts 167, dts 167, duration 33 at relative offset 408 in cluster at offset 606. TrackNumber 1, keyframe 0
  80. [concat @ 0x7ffbee003000] file:0 stream:0 pts:200 pts_time:0.2 dts:200 dts_time:0.2 -> pts:200 pts_time:0.2 dts:200 dts_time:0.2
  81. [webm @ 0x7ffbee809200] Writing block of size 41 with pts 200, dts 200, duration 33 at relative offset 534 in cluster at offset 606. TrackNumber 1, keyframe 0
  82. [concat @ 0x7ffbee003000] file:0 stream:0 pts:233 pts_time:0.233 dts:233 dts_time:0.233 -> pts:233 pts_time:0.233 dts:233 dts_time:0.233
  83. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 233, dts 233, duration 33 at relative offset 581 in cluster at offset 606. TrackNumber 1, keyframe 0
  84. [concat @ 0x7ffbee003000] file:0 stream:0 pts:267 pts_time:0.267 dts:267 dts_time:0.267 -> pts:267 pts_time:0.267 dts:267 dts_time:0.267
  85. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 267, dts 267, duration 33 at relative offset 627 in cluster at offset 606. TrackNumber 1, keyframe 0
  86. [concat @ 0x7ffbee003000] file:0 stream:0 pts:300 pts_time:0.3 dts:300 dts_time:0.3 -> pts:300 pts_time:0.3 dts:300 dts_time:0.3
  87. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 300, dts 300, duration 33 at relative offset 673 in cluster at offset 606. TrackNumber 1, keyframe 0
  88. [concat @ 0x7ffbee003000] file:0 stream:0 pts:333 pts_time:0.333 dts:333 dts_time:0.333 -> pts:333 pts_time:0.333 dts:333 dts_time:0.333
  89. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 333, dts 333, duration 33 at relative offset 719 in cluster at offset 606. TrackNumber 1, keyframe 0
  90. [concat @ 0x7ffbee003000] file:0 stream:0 pts:367 pts_time:0.367 dts:367 dts_time:0.367 -> pts:367 pts_time:0.367 dts:367 dts_time:0.367
  91. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 367, dts 367, duration 33 at relative offset 765 in cluster at offset 606. TrackNumber 1, keyframe 0
  92. [concat @ 0x7ffbee003000] file:0 stream:0 pts:400 pts_time:0.4 dts:400 dts_time:0.4 -> pts:400 pts_time:0.4 dts:400 dts_time:0.4
  93. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 400, dts 400, duration 33 at relative offset 811 in cluster at offset 606. TrackNumber 1, keyframe 0
  94. [concat @ 0x7ffbee003000] file:0 stream:0 pts:433 pts_time:0.433 dts:433 dts_time:0.433 -> pts:433 pts_time:0.433 dts:433 dts_time:0.433
  95. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 433, dts 433, duration 33 at relative offset 857 in cluster at offset 606. TrackNumber 1, keyframe 0
  96. [concat @ 0x7ffbee003000] file:0 stream:0 pts:467 pts_time:0.467 dts:467 dts_time:0.467 -> pts:467 pts_time:0.467 dts:467 dts_time:0.467
  97. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 467, dts 467, duration 33 at relative offset 903 in cluster at offset 606. TrackNumber 1, keyframe 0
  98. [concat @ 0x7ffbee003000] file:0 stream:0 pts:500 pts_time:0.5 dts:500 dts_time:0.5 -> pts:500 pts_time:0.5 dts:500 dts_time:0.5
  99. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 500, dts 500, duration 33 at relative offset 949 in cluster at offset 606. TrackNumber 1, keyframe 0
  100. [concat @ 0x7ffbee003000] file:0 stream:0 pts:533 pts_time:0.533 dts:533 dts_time:0.533 -> pts:533 pts_time:0.533 dts:533 dts_time:0.533
  101. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 533, dts 533, duration 33 at relative offset 995 in cluster at offset 606. TrackNumber 1, keyframe 0
  102. [concat @ 0x7ffbee003000] file:0 stream:0 pts:567 pts_time:0.567 dts:567 dts_time:0.567 -> pts:567 pts_time:0.567 dts:567 dts_time:0.567
  103. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 567, dts 567, duration 33 at relative offset 1041 in cluster at offset 606. TrackNumber 1, keyframe 0
  104. [concat @ 0x7ffbee003000] file:0 stream:0 pts:600 pts_time:0.6 dts:600 dts_time:0.6 -> pts:600 pts_time:0.6 dts:600 dts_time:0.6
  105. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 600, dts 600, duration 33 at relative offset 1087 in cluster at offset 606. TrackNumber 1, keyframe 0
  106. [concat @ 0x7ffbee003000] file:0 stream:0 pts:633 pts_time:0.633 dts:633 dts_time:0.633 -> pts:633 pts_time:0.633 dts:633 dts_time:0.633
  107. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 633, dts 633, duration 33 at relative offset 1133 in cluster at offset 606. TrackNumber 1, keyframe 0
  108. [concat @ 0x7ffbee003000] file:0 stream:0 pts:667 pts_time:0.667 dts:667 dts_time:0.667 -> pts:667 pts_time:0.667 dts:667 dts_time:0.667
  109. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 667, dts 667, duration 33 at relative offset 1179 in cluster at offset 606. TrackNumber 1, keyframe 0
  110. [concat @ 0x7ffbee003000] file:0 stream:0 pts:700 pts_time:0.7 dts:700 dts_time:0.7 -> pts:700 pts_time:0.7 dts:700 dts_time:0.7
  111. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 700, dts 700, duration 33 at relative offset 1225 in cluster at offset 606. TrackNumber 1, keyframe 0
  112. [concat @ 0x7ffbee003000] file:0 stream:0 pts:733 pts_time:0.733 dts:733 dts_time:0.733 -> pts:733 pts_time:0.733 dts:733 dts_time:0.733
  113. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 733, dts 733, duration 33 at relative offset 1271 in cluster at offset 606. TrackNumber 1, keyframe 0
  114. [concat @ 0x7ffbee003000] file:0 stream:0 pts:767 pts_time:0.767 dts:767 dts_time:0.767 -> pts:767 pts_time:0.767 dts:767 dts_time:0.767
  115. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 767, dts 767, duration 33 at relative offset 1317 in cluster at offset 606. TrackNumber 1, keyframe 0
  116. [concat @ 0x7ffbee003000] file:0 stream:0 pts:800 pts_time:0.8 dts:800 dts_time:0.8 -> pts:800 pts_time:0.8 dts:800 dts_time:0.8
  117. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 800, dts 800, duration 33 at relative offset 1363 in cluster at offset 606. TrackNumber 1, keyframe 0
  118. [concat @ 0x7ffbee003000] file:0 stream:0 pts:833 pts_time:0.833 dts:833 dts_time:0.833 -> pts:833 pts_time:0.833 dts:833 dts_time:0.833
  119. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 833, dts 833, duration 33 at relative offset 1409 in cluster at offset 606. TrackNumber 1, keyframe 0
  120. [concat @ 0x7ffbee003000] file:0 stream:0 pts:867 pts_time:0.867 dts:867 dts_time:0.867 -> pts:867 pts_time:0.867 dts:867 dts_time:0.867
  121. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 867, dts 867, duration 33 at relative offset 1455 in cluster at offset 606. TrackNumber 1, keyframe 0
  122. [concat @ 0x7ffbee003000] file:0 stream:0 pts:900 pts_time:0.9 dts:900 dts_time:0.9 -> pts:900 pts_time:0.9 dts:900 dts_time:0.9
  123. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 900, dts 900, duration 33 at relative offset 1501 in cluster at offset 606. TrackNumber 1, keyframe 0
  124. [concat @ 0x7ffbee003000] file:0 stream:0 pts:933 pts_time:0.933 dts:933 dts_time:0.933 -> pts:933 pts_time:0.933 dts:933 dts_time:0.933
  125. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 933, dts 933, duration 33 at relative offset 1547 in cluster at offset 606. TrackNumber 1, keyframe 0
  126. [concat @ 0x7ffbee003000] file:0 stream:0 pts:967 pts_time:0.967 dts:967 dts_time:0.967 -> pts:967 pts_time:0.967 dts:967 dts_time:0.967
  127. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 967, dts 967, duration 33 at relative offset 1593 in cluster at offset 606. TrackNumber 1, keyframe 0
  128. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1000 pts_time:1 dts:1000 dts_time:1 -> pts:1000 pts_time:1 dts:1000 dts_time:1
  129. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1000, dts 1000, duration 33 at relative offset 1639 in cluster at offset 606. TrackNumber 1, keyframe 0
  130. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1033 pts_time:1.033 dts:1033 dts_time:1.033 -> pts:1033 pts_time:1.033 dts:1033 dts_time:1.033
  131. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1033, dts 1033, duration 33 at relative offset 1685 in cluster at offset 606. TrackNumber 1, keyframe 0
  132. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1067 pts_time:1.067 dts:1067 dts_time:1.067 -> pts:1067 pts_time:1.067 dts:1067 dts_time:1.067
  133. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1067, dts 1067, duration 33 at relative offset 1731 in cluster at offset 606. TrackNumber 1, keyframe 0
  134. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1100 pts_time:1.1 dts:1100 dts_time:1.1 -> pts:1100 pts_time:1.1 dts:1100 dts_time:1.1
  135. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1100, dts 1100, duration 33 at relative offset 1777 in cluster at offset 606. TrackNumber 1, keyframe 0
  136. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1133 pts_time:1.133 dts:1133 dts_time:1.133 -> pts:1133 pts_time:1.133 dts:1133 dts_time:1.133
  137. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1133, dts 1133, duration 33 at relative offset 1823 in cluster at offset 606. TrackNumber 1, keyframe 0
  138. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1167 pts_time:1.167 dts:1167 dts_time:1.167 -> pts:1167 pts_time:1.167 dts:1167 dts_time:1.167
  139. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1167, dts 1167, duration 33 at relative offset 1869 in cluster at offset 606. TrackNumber 1, keyframe 0
  140. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1200 pts_time:1.2 dts:1200 dts_time:1.2 -> pts:1200 pts_time:1.2 dts:1200 dts_time:1.2
  141. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1200, dts 1200, duration 33 at relative offset 1915 in cluster at offset 606. TrackNumber 1, keyframe 0
  142. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1233 pts_time:1.233 dts:1233 dts_time:1.233 -> pts:1233 pts_time:1.233 dts:1233 dts_time:1.233
  143. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1233, dts 1233, duration 33 at relative offset 1961 in cluster at offset 606. TrackNumber 1, keyframe 0
  144. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1267 pts_time:1.267 dts:1267 dts_time:1.267 -> pts:1267 pts_time:1.267 dts:1267 dts_time:1.267
  145. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1267, dts 1267, duration 33 at relative offset 2007 in cluster at offset 606. TrackNumber 1, keyframe 0
  146. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1300 pts_time:1.3 dts:1300 dts_time:1.3 -> pts:1300 pts_time:1.3 dts:1300 dts_time:1.3
  147. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1300, dts 1300, duration 33 at relative offset 2053 in cluster at offset 606. TrackNumber 1, keyframe 0
  148. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1333 pts_time:1.333 dts:1333 dts_time:1.333 -> pts:1333 pts_time:1.333 dts:1333 dts_time:1.333
  149. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1333, dts 1333, duration 33 at relative offset 2099 in cluster at offset 606. TrackNumber 1, keyframe 0
  150. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1367 pts_time:1.367 dts:1367 dts_time:1.367 -> pts:1367 pts_time:1.367 dts:1367 dts_time:1.367
  151. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1367, dts 1367, duration 33 at relative offset 2145 in cluster at offset 606. TrackNumber 1, keyframe 0
  152. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1400 pts_time:1.4 dts:1400 dts_time:1.4 -> pts:1400 pts_time:1.4 dts:1400 dts_time:1.4
  153. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1400, dts 1400, duration 33 at relative offset 2191 in cluster at offset 606. TrackNumber 1, keyframe 0
  154. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1433 pts_time:1.433 dts:1433 dts_time:1.433 -> pts:1433 pts_time:1.433 dts:1433 dts_time:1.433
  155. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1433, dts 1433, duration 33 at relative offset 2237 in cluster at offset 606. TrackNumber 1, keyframe 0
  156. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1467 pts_time:1.467 dts:1467 dts_time:1.467 -> pts:1467 pts_time:1.467 dts:1467 dts_time:1.467
  157. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1467, dts 1467, duration 33 at relative offset 2283 in cluster at offset 606. TrackNumber 1, keyframe 0
  158. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1500 pts_time:1.5 dts:1500 dts_time:1.5 -> pts:1500 pts_time:1.5 dts:1500 dts_time:1.5
  159. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1500, dts 1500, duration 33 at relative offset 2329 in cluster at offset 606. TrackNumber 1, keyframe 0
  160. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1533 pts_time:1.533 dts:1533 dts_time:1.533 -> pts:1533 pts_time:1.533 dts:1533 dts_time:1.533
  161. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1533, dts 1533, duration 33 at relative offset 2375 in cluster at offset 606. TrackNumber 1, keyframe 0
  162. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1567 pts_time:1.567 dts:1567 dts_time:1.567 -> pts:1567 pts_time:1.567 dts:1567 dts_time:1.567
  163. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1567, dts 1567, duration 33 at relative offset 2421 in cluster at offset 606. TrackNumber 1, keyframe 0
  164. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1600 pts_time:1.6 dts:1600 dts_time:1.6 -> pts:1600 pts_time:1.6 dts:1600 dts_time:1.6
  165. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1600, dts 1600, duration 33 at relative offset 2467 in cluster at offset 606. TrackNumber 1, keyframe 0
  166. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1633 pts_time:1.633 dts:1633 dts_time:1.633 -> pts:1633 pts_time:1.633 dts:1633 dts_time:1.633
  167. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1633, dts 1633, duration 33 at relative offset 2513 in cluster at offset 606. TrackNumber 1, keyframe 0
  168. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1667 pts_time:1.667 dts:1667 dts_time:1.667 -> pts:1667 pts_time:1.667 dts:1667 dts_time:1.667
  169. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1667, dts 1667, duration 33 at relative offset 2559 in cluster at offset 606. TrackNumber 1, keyframe 0
  170. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1700 pts_time:1.7 dts:1700 dts_time:1.7 -> pts:1700 pts_time:1.7 dts:1700 dts_time:1.7
  171. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1700, dts 1700, duration 33 at relative offset 2605 in cluster at offset 606. TrackNumber 1, keyframe 0
  172. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1733 pts_time:1.733 dts:1733 dts_time:1.733 -> pts:1733 pts_time:1.733 dts:1733 dts_time:1.733
  173. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1733, dts 1733, duration 33 at relative offset 2651 in cluster at offset 606. TrackNumber 1, keyframe 0
  174. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1767 pts_time:1.767 dts:1767 dts_time:1.767 -> pts:1767 pts_time:1.767 dts:1767 dts_time:1.767
  175. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1767, dts 1767, duration 33 at relative offset 2697 in cluster at offset 606. TrackNumber 1, keyframe 0
  176. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1800 pts_time:1.8 dts:1800 dts_time:1.8 -> pts:1800 pts_time:1.8 dts:1800 dts_time:1.8
  177. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1800, dts 1800, duration 33 at relative offset 2743 in cluster at offset 606. TrackNumber 1, keyframe 0
  178. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1833 pts_time:1.833 dts:1833 dts_time:1.833 -> pts:1833 pts_time:1.833 dts:1833 dts_time:1.833
  179. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1833, dts 1833, duration 33 at relative offset 2789 in cluster at offset 606. TrackNumber 1, keyframe 0
  180. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1867 pts_time:1.867 dts:1867 dts_time:1.867 -> pts:1867 pts_time:1.867 dts:1867 dts_time:1.867
  181. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1867, dts 1867, duration 33 at relative offset 2835 in cluster at offset 606. TrackNumber 1, keyframe 0
  182. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1900 pts_time:1.9 dts:1900 dts_time:1.9 -> pts:1900 pts_time:1.9 dts:1900 dts_time:1.9
  183. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1900, dts 1900, duration 33 at relative offset 2881 in cluster at offset 606. TrackNumber 1, keyframe 0
  184. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1933 pts_time:1.933 dts:1933 dts_time:1.933 -> pts:1933 pts_time:1.933 dts:1933 dts_time:1.933
  185. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1933, dts 1933, duration 33 at relative offset 2927 in cluster at offset 606. TrackNumber 1, keyframe 0
  186. [concat @ 0x7ffbee003000] file:0 stream:0 pts:1967 pts_time:1.967 dts:1967 dts_time:1.967 -> pts:1967 pts_time:1.967 dts:1967 dts_time:1.967
  187. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 1967, dts 1967, duration 33 at relative offset 2973 in cluster at offset 606. TrackNumber 1, keyframe 0
  188. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2000 pts_time:2 dts:2000 dts_time:2 -> pts:2000 pts_time:2 dts:2000 dts_time:2
  189. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2000, dts 2000, duration 33 at relative offset 3019 in cluster at offset 606. TrackNumber 1, keyframe 0
  190. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2033 pts_time:2.033 dts:2033 dts_time:2.033 -> pts:2033 pts_time:2.033 dts:2033 dts_time:2.033
  191. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2033, dts 2033, duration 33 at relative offset 3065 in cluster at offset 606. TrackNumber 1, keyframe 0
  192. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2067 pts_time:2.067 dts:2067 dts_time:2.067 -> pts:2067 pts_time:2.067 dts:2067 dts_time:2.067
  193. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2067, dts 2067, duration 33 at relative offset 3111 in cluster at offset 606. TrackNumber 1, keyframe 0
  194. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2100 pts_time:2.1 dts:2100 dts_time:2.1 -> pts:2100 pts_time:2.1 dts:2100 dts_time:2.1
  195. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2100, dts 2100, duration 33 at relative offset 3157 in cluster at offset 606. TrackNumber 1, keyframe 0
  196. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2133 pts_time:2.133 dts:2133 dts_time:2.133 -> pts:2133 pts_time:2.133 dts:2133 dts_time:2.133
  197. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2133, dts 2133, duration 33 at relative offset 3203 in cluster at offset 606. TrackNumber 1, keyframe 0
  198. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2167 pts_time:2.167 dts:2167 dts_time:2.167 -> pts:2167 pts_time:2.167 dts:2167 dts_time:2.167
  199. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2167, dts 2167, duration 33 at relative offset 3249 in cluster at offset 606. TrackNumber 1, keyframe 0
  200. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2200 pts_time:2.2 dts:2200 dts_time:2.2 -> pts:2200 pts_time:2.2 dts:2200 dts_time:2.2
  201. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2200, dts 2200, duration 33 at relative offset 3295 in cluster at offset 606. TrackNumber 1, keyframe 0
  202. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2233 pts_time:2.233 dts:2233 dts_time:2.233 -> pts:2233 pts_time:2.233 dts:2233 dts_time:2.233
  203. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2233, dts 2233, duration 33 at relative offset 3341 in cluster at offset 606. TrackNumber 1, keyframe 0
  204. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2267 pts_time:2.267 dts:2267 dts_time:2.267 -> pts:2267 pts_time:2.267 dts:2267 dts_time:2.267
  205. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2267, dts 2267, duration 33 at relative offset 3387 in cluster at offset 606. TrackNumber 1, keyframe 0
  206. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2300 pts_time:2.3 dts:2300 dts_time:2.3 -> pts:2300 pts_time:2.3 dts:2300 dts_time:2.3
  207. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2300, dts 2300, duration 33 at relative offset 3433 in cluster at offset 606. TrackNumber 1, keyframe 0
  208. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2333 pts_time:2.333 dts:2333 dts_time:2.333 -> pts:2333 pts_time:2.333 dts:2333 dts_time:2.333
  209. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2333, dts 2333, duration 33 at relative offset 3479 in cluster at offset 606. TrackNumber 1, keyframe 0
  210. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2367 pts_time:2.367 dts:2367 dts_time:2.367 -> pts:2367 pts_time:2.367 dts:2367 dts_time:2.367
  211. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2367, dts 2367, duration 33 at relative offset 3525 in cluster at offset 606. TrackNumber 1, keyframe 0
  212. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2400 pts_time:2.4 dts:2400 dts_time:2.4 -> pts:2400 pts_time:2.4 dts:2400 dts_time:2.4
  213. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2400, dts 2400, duration 33 at relative offset 3571 in cluster at offset 606. TrackNumber 1, keyframe 0
  214. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2433 pts_time:2.433 dts:2433 dts_time:2.433 -> pts:2433 pts_time:2.433 dts:2433 dts_time:2.433
  215. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2433, dts 2433, duration 33 at relative offset 3617 in cluster at offset 606. TrackNumber 1, keyframe 0
  216. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2467 pts_time:2.467 dts:2467 dts_time:2.467 -> pts:2467 pts_time:2.467 dts:2467 dts_time:2.467
  217. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2467, dts 2467, duration 33 at relative offset 3663 in cluster at offset 606. TrackNumber 1, keyframe 0
  218. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2500 pts_time:2.5 dts:2500 dts_time:2.5 -> pts:2500 pts_time:2.5 dts:2500 dts_time:2.5
  219. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2500, dts 2500, duration 33 at relative offset 3709 in cluster at offset 606. TrackNumber 1, keyframe 0
  220. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2533 pts_time:2.533 dts:2533 dts_time:2.533 -> pts:2533 pts_time:2.533 dts:2533 dts_time:2.533
  221. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2533, dts 2533, duration 33 at relative offset 3755 in cluster at offset 606. TrackNumber 1, keyframe 0
  222. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2567 pts_time:2.567 dts:2567 dts_time:2.567 -> pts:2567 pts_time:2.567 dts:2567 dts_time:2.567
  223. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2567, dts 2567, duration 33 at relative offset 3801 in cluster at offset 606. TrackNumber 1, keyframe 0
  224. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2600 pts_time:2.6 dts:2600 dts_time:2.6 -> pts:2600 pts_time:2.6 dts:2600 dts_time:2.6
  225. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2600, dts 2600, duration 33 at relative offset 3847 in cluster at offset 606. TrackNumber 1, keyframe 0
  226. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2633 pts_time:2.633 dts:2633 dts_time:2.633 -> pts:2633 pts_time:2.633 dts:2633 dts_time:2.633
  227. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2633, dts 2633, duration 33 at relative offset 3893 in cluster at offset 606. TrackNumber 1, keyframe 0
  228. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2667 pts_time:2.667 dts:2667 dts_time:2.667 -> pts:2667 pts_time:2.667 dts:2667 dts_time:2.667
  229. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2667, dts 2667, duration 33 at relative offset 3939 in cluster at offset 606. TrackNumber 1, keyframe 0
  230. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2700 pts_time:2.7 dts:2700 dts_time:2.7 -> pts:2700 pts_time:2.7 dts:2700 dts_time:2.7
  231. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2700, dts 2700, duration 33 at relative offset 3985 in cluster at offset 606. TrackNumber 1, keyframe 0
  232. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2733 pts_time:2.733 dts:2733 dts_time:2.733 -> pts:2733 pts_time:2.733 dts:2733 dts_time:2.733
  233. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2733, dts 2733, duration 33 at relative offset 4031 in cluster at offset 606. TrackNumber 1, keyframe 0
  234. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2767 pts_time:2.767 dts:2767 dts_time:2.767 -> pts:2767 pts_time:2.767 dts:2767 dts_time:2.767
  235. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2767, dts 2767, duration 33 at relative offset 4077 in cluster at offset 606. TrackNumber 1, keyframe 0
  236. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2800 pts_time:2.8 dts:2800 dts_time:2.8 -> pts:2800 pts_time:2.8 dts:2800 dts_time:2.8
  237. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2800, dts 2800, duration 33 at relative offset 4123 in cluster at offset 606. TrackNumber 1, keyframe 0
  238. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2833 pts_time:2.833 dts:2833 dts_time:2.833 -> pts:2833 pts_time:2.833 dts:2833 dts_time:2.833
  239. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2833, dts 2833, duration 33 at relative offset 4169 in cluster at offset 606. TrackNumber 1, keyframe 0
  240. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2867 pts_time:2.867 dts:2867 dts_time:2.867 -> pts:2867 pts_time:2.867 dts:2867 dts_time:2.867
  241. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2867, dts 2867, duration 33 at relative offset 4215 in cluster at offset 606. TrackNumber 1, keyframe 0
  242. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2900 pts_time:2.9 dts:2900 dts_time:2.9 -> pts:2900 pts_time:2.9 dts:2900 dts_time:2.9
  243. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2900, dts 2900, duration 33 at relative offset 4261 in cluster at offset 606. TrackNumber 1, keyframe 0
  244. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2933 pts_time:2.933 dts:2933 dts_time:2.933 -> pts:2933 pts_time:2.933 dts:2933 dts_time:2.933
  245. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2933, dts 2933, duration 33 at relative offset 4307 in cluster at offset 606. TrackNumber 1, keyframe 0
  246. [concat @ 0x7ffbee003000] file:0 stream:0 pts:2967 pts_time:2.967 dts:2967 dts_time:2.967 -> pts:2967 pts_time:2.967 dts:2967 dts_time:2.967
  247. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 2967, dts 2967, duration 33 at relative offset 4353 in cluster at offset 606. TrackNumber 1, keyframe 0
  248. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3000 pts_time:3 dts:3000 dts_time:3 -> pts:3000 pts_time:3 dts:3000 dts_time:3
  249. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3000, dts 3000, duration 33 at relative offset 4399 in cluster at offset 606. TrackNumber 1, keyframe 0
  250. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3033 pts_time:3.033 dts:3033 dts_time:3.033 -> pts:3033 pts_time:3.033 dts:3033 dts_time:3.033
  251. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3033, dts 3033, duration 33 at relative offset 4445 in cluster at offset 606. TrackNumber 1, keyframe 0
  252. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3067 pts_time:3.067 dts:3067 dts_time:3.067 -> pts:3067 pts_time:3.067 dts:3067 dts_time:3.067
  253. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3067, dts 3067, duration 33 at relative offset 4491 in cluster at offset 606. TrackNumber 1, keyframe 0
  254. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3100 pts_time:3.1 dts:3100 dts_time:3.1 -> pts:3100 pts_time:3.1 dts:3100 dts_time:3.1
  255. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3100, dts 3100, duration 33 at relative offset 4537 in cluster at offset 606. TrackNumber 1, keyframe 0
  256. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3133 pts_time:3.133 dts:3133 dts_time:3.133 -> pts:3133 pts_time:3.133 dts:3133 dts_time:3.133
  257. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3133, dts 3133, duration 33 at relative offset 4583 in cluster at offset 606. TrackNumber 1, keyframe 0
  258. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3167 pts_time:3.167 dts:3167 dts_time:3.167 -> pts:3167 pts_time:3.167 dts:3167 dts_time:3.167
  259. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3167, dts 3167, duration 33 at relative offset 4629 in cluster at offset 606. TrackNumber 1, keyframe 0
  260. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3200 pts_time:3.2 dts:3200 dts_time:3.2 -> pts:3200 pts_time:3.2 dts:3200 dts_time:3.2
  261. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3200, dts 3200, duration 33 at relative offset 4675 in cluster at offset 606. TrackNumber 1, keyframe 0
  262. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3233 pts_time:3.233 dts:3233 dts_time:3.233 -> pts:3233 pts_time:3.233 dts:3233 dts_time:3.233
  263. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3233, dts 3233, duration 33 at relative offset 4721 in cluster at offset 606. TrackNumber 1, keyframe 0
  264. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3267 pts_time:3.267 dts:3267 dts_time:3.267 -> pts:3267 pts_time:3.267 dts:3267 dts_time:3.267
  265. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3267, dts 3267, duration 33 at relative offset 4767 in cluster at offset 606. TrackNumber 1, keyframe 0
  266. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3300 pts_time:3.3 dts:3300 dts_time:3.3 -> pts:3300 pts_time:3.3 dts:3300 dts_time:3.3
  267. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3300, dts 3300, duration 33 at relative offset 4813 in cluster at offset 606. TrackNumber 1, keyframe 0
  268. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3333 pts_time:3.333 dts:3333 dts_time:3.333 -> pts:3333 pts_time:3.333 dts:3333 dts_time:3.333
  269. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3333, dts 3333, duration 33 at relative offset 4859 in cluster at offset 606. TrackNumber 1, keyframe 0
  270. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3367 pts_time:3.367 dts:3367 dts_time:3.367 -> pts:3367 pts_time:3.367 dts:3367 dts_time:3.367
  271. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3367, dts 3367, duration 33 at relative offset 4905 in cluster at offset 606. TrackNumber 1, keyframe 0
  272. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3400 pts_time:3.4 dts:3400 dts_time:3.4 -> pts:3400 pts_time:3.4 dts:3400 dts_time:3.4
  273. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3400, dts 3400, duration 33 at relative offset 4951 in cluster at offset 606. TrackNumber 1, keyframe 0
  274. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3433 pts_time:3.433 dts:3433 dts_time:3.433 -> pts:3433 pts_time:3.433 dts:3433 dts_time:3.433
  275. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3433, dts 3433, duration 33 at relative offset 4997 in cluster at offset 606. TrackNumber 1, keyframe 0
  276. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3467 pts_time:3.467 dts:3467 dts_time:3.467 -> pts:3467 pts_time:3.467 dts:3467 dts_time:3.467
  277. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3467, dts 3467, duration 33 at relative offset 5043 in cluster at offset 606. TrackNumber 1, keyframe 0
  278. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3500 pts_time:3.5 dts:3500 dts_time:3.5 -> pts:3500 pts_time:3.5 dts:3500 dts_time:3.5
  279. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3500, dts 3500, duration 33 at relative offset 5089 in cluster at offset 606. TrackNumber 1, keyframe 0
  280. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3533 pts_time:3.533 dts:3533 dts_time:3.533 -> pts:3533 pts_time:3.533 dts:3533 dts_time:3.533
  281. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3533, dts 3533, duration 33 at relative offset 5135 in cluster at offset 606. TrackNumber 1, keyframe 0
  282. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3567 pts_time:3.567 dts:3567 dts_time:3.567 -> pts:3567 pts_time:3.567 dts:3567 dts_time:3.567
  283. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3567, dts 3567, duration 33 at relative offset 5181 in cluster at offset 606. TrackNumber 1, keyframe 0
  284. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3600 pts_time:3.6 dts:3600 dts_time:3.6 -> pts:3600 pts_time:3.6 dts:3600 dts_time:3.6
  285. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3600, dts 3600, duration 33 at relative offset 5227 in cluster at offset 606. TrackNumber 1, keyframe 0
  286. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3633 pts_time:3.633 dts:3633 dts_time:3.633 -> pts:3633 pts_time:3.633 dts:3633 dts_time:3.633
  287. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3633, dts 3633, duration 33 at relative offset 5273 in cluster at offset 606. TrackNumber 1, keyframe 0
  288. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3667 pts_time:3.667 dts:3667 dts_time:3.667 -> pts:3667 pts_time:3.667 dts:3667 dts_time:3.667
  289. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3667, dts 3667, duration 33 at relative offset 5319 in cluster at offset 606. TrackNumber 1, keyframe 0
  290. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3700 pts_time:3.7 dts:3700 dts_time:3.7 -> pts:3700 pts_time:3.7 dts:3700 dts_time:3.7
  291. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3700, dts 3700, duration 33 at relative offset 5365 in cluster at offset 606. TrackNumber 1, keyframe 0
  292. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3733 pts_time:3.733 dts:3733 dts_time:3.733 -> pts:3733 pts_time:3.733 dts:3733 dts_time:3.733
  293. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3733, dts 3733, duration 33 at relative offset 5411 in cluster at offset 606. TrackNumber 1, keyframe 0
  294. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3767 pts_time:3.767 dts:3767 dts_time:3.767 -> pts:3767 pts_time:3.767 dts:3767 dts_time:3.767
  295. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3767, dts 3767, duration 33 at relative offset 5457 in cluster at offset 606. TrackNumber 1, keyframe 0
  296. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3800 pts_time:3.8 dts:3800 dts_time:3.8 -> pts:3800 pts_time:3.8 dts:3800 dts_time:3.8
  297. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3800, dts 3800, duration 33 at relative offset 5503 in cluster at offset 606. TrackNumber 1, keyframe 0
  298. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3833 pts_time:3.833 dts:3833 dts_time:3.833 -> pts:3833 pts_time:3.833 dts:3833 dts_time:3.833
  299. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3833, dts 3833, duration 33 at relative offset 5549 in cluster at offset 606. TrackNumber 1, keyframe 0
  300. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3867 pts_time:3.867 dts:3867 dts_time:3.867 -> pts:3867 pts_time:3.867 dts:3867 dts_time:3.867
  301. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3867, dts 3867, duration 33 at relative offset 5595 in cluster at offset 606. TrackNumber 1, keyframe 0
  302. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3900 pts_time:3.9 dts:3900 dts_time:3.9 -> pts:3900 pts_time:3.9 dts:3900 dts_time:3.9
  303. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3900, dts 3900, duration 33 at relative offset 5641 in cluster at offset 606. TrackNumber 1, keyframe 0
  304. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3933 pts_time:3.933 dts:3933 dts_time:3.933 -> pts:3933 pts_time:3.933 dts:3933 dts_time:3.933
  305. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3933, dts 3933, duration 33 at relative offset 5687 in cluster at offset 606. TrackNumber 1, keyframe 0
  306. [concat @ 0x7ffbee003000] file:0 stream:0 pts:3967 pts_time:3.967 dts:3967 dts_time:3.967 -> pts:3967 pts_time:3.967 dts:3967 dts_time:3.967
  307. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 3967, dts 3967, duration 33 at relative offset 5733 in cluster at offset 606. TrackNumber 1, keyframe 0
  308. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4000 pts_time:4 dts:4000 dts_time:4 -> pts:4000 pts_time:4 dts:4000 dts_time:4
  309. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4000, dts 4000, duration 33 at relative offset 5779 in cluster at offset 606. TrackNumber 1, keyframe 0
  310. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4033 pts_time:4.033 dts:4033 dts_time:4.033 -> pts:4033 pts_time:4.033 dts:4033 dts_time:4.033
  311. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4033, dts 4033, duration 33 at relative offset 5825 in cluster at offset 606. TrackNumber 1, keyframe 0
  312. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4067 pts_time:4.067 dts:4067 dts_time:4.067 -> pts:4067 pts_time:4.067 dts:4067 dts_time:4.067
  313. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4067, dts 4067, duration 33 at relative offset 5871 in cluster at offset 606. TrackNumber 1, keyframe 0
  314. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4100 pts_time:4.1 dts:4100 dts_time:4.1 -> pts:4100 pts_time:4.1 dts:4100 dts_time:4.1
  315. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4100, dts 4100, duration 33 at relative offset 5917 in cluster at offset 606. TrackNumber 1, keyframe 0
  316. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4133 pts_time:4.133 dts:4133 dts_time:4.133 -> pts:4133 pts_time:4.133 dts:4133 dts_time:4.133
  317. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4133, dts 4133, duration 33 at relative offset 5963 in cluster at offset 606. TrackNumber 1, keyframe 0
  318. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4167 pts_time:4.167 dts:4167 dts_time:4.167 -> pts:4167 pts_time:4.167 dts:4167 dts_time:4.167
  319. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4167, dts 4167, duration 33 at relative offset 6009 in cluster at offset 606. TrackNumber 1, keyframe 0
  320. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4200 pts_time:4.2 dts:4200 dts_time:4.2 -> pts:4200 pts_time:4.2 dts:4200 dts_time:4.2
  321. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4200, dts 4200, duration 33 at relative offset 6055 in cluster at offset 606. TrackNumber 1, keyframe 0
  322. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4233 pts_time:4.233 dts:4233 dts_time:4.233 -> pts:4233 pts_time:4.233 dts:4233 dts_time:4.233
  323. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4233, dts 4233, duration 33 at relative offset 6101 in cluster at offset 606. TrackNumber 1, keyframe 0
  324. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4267 pts_time:4.267 dts:4267 dts_time:4.267 -> pts:4267 pts_time:4.267 dts:4267 dts_time:4.267
  325. [webm @ 0x7ffbee809200] Starting new cluster at offset 6759 bytes, pts 4267, dts 4267
  326. [webm @ 0x7ffbee809200] Writing block of size 210 with pts 4267, dts 4267, duration 33 at relative offset 4 in cluster at offset 6759. TrackNumber 1, keyframe 1
  327. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4300 pts_time:4.3 dts:4300 dts_time:4.3 -> pts:4300 pts_time:4.3 dts:4300 dts_time:4.3
  328. [webm @ 0x7ffbee809200] Writing block of size 48 with pts 4300, dts 4300, duration 33 at relative offset 221 in cluster at offset 6759. TrackNumber 1, keyframe 0
  329. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4333 pts_time:4.333 dts:4333 dts_time:4.333 -> pts:4333 pts_time:4.333 dts:4333 dts_time:4.333
  330. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4333, dts 4333, duration 33 at relative offset 275 in cluster at offset 6759. TrackNumber 1, keyframe 0
  331. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4367 pts_time:4.367 dts:4367 dts_time:4.367 -> pts:4367 pts_time:4.367 dts:4367 dts_time:4.367
  332. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4367, dts 4367, duration 33 at relative offset 321 in cluster at offset 6759. TrackNumber 1, keyframe 0
  333. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4400 pts_time:4.4 dts:4400 dts_time:4.4 -> pts:4400 pts_time:4.4 dts:4400 dts_time:4.4
  334. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4400, dts 4400, duration 33 at relative offset 367 in cluster at offset 6759. TrackNumber 1, keyframe 0
  335. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4433 pts_time:4.433 dts:4433 dts_time:4.433 -> pts:4433 pts_time:4.433 dts:4433 dts_time:4.433
  336. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4433, dts 4433, duration 33 at relative offset 413 in cluster at offset 6759. TrackNumber 1, keyframe 0
  337. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4467 pts_time:4.467 dts:4467 dts_time:4.467 -> pts:4467 pts_time:4.467 dts:4467 dts_time:4.467
  338. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4467, dts 4467, duration 33 at relative offset 459 in cluster at offset 6759. TrackNumber 1, keyframe 0
  339. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4500 pts_time:4.5 dts:4500 dts_time:4.5 -> pts:4500 pts_time:4.5 dts:4500 dts_time:4.5
  340. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4500, dts 4500, duration 33 at relative offset 505 in cluster at offset 6759. TrackNumber 1, keyframe 0
  341. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4533 pts_time:4.533 dts:4533 dts_time:4.533 -> pts:4533 pts_time:4.533 dts:4533 dts_time:4.533
  342. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4533, dts 4533, duration 33 at relative offset 551 in cluster at offset 6759. TrackNumber 1, keyframe 0
  343. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4567 pts_time:4.567 dts:4567 dts_time:4.567 -> pts:4567 pts_time:4.567 dts:4567 dts_time:4.567
  344. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4567, dts 4567, duration 33 at relative offset 597 in cluster at offset 6759. TrackNumber 1, keyframe 0
  345. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4600 pts_time:4.6 dts:4600 dts_time:4.6 -> pts:4600 pts_time:4.6 dts:4600 dts_time:4.6
  346. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4600, dts 4600, duration 33 at relative offset 643 in cluster at offset 6759. TrackNumber 1, keyframe 0
  347. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4633 pts_time:4.633 dts:4633 dts_time:4.633 -> pts:4633 pts_time:4.633 dts:4633 dts_time:4.633
  348. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4633, dts 4633, duration 33 at relative offset 689 in cluster at offset 6759. TrackNumber 1, keyframe 0
  349. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4667 pts_time:4.667 dts:4667 dts_time:4.667 -> pts:4667 pts_time:4.667 dts:4667 dts_time:4.667
  350. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4667, dts 4667, duration 33 at relative offset 735 in cluster at offset 6759. TrackNumber 1, keyframe 0
  351. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4700 pts_time:4.7 dts:4700 dts_time:4.7 -> pts:4700 pts_time:4.7 dts:4700 dts_time:4.7
  352. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4700, dts 4700, duration 33 at relative offset 781 in cluster at offset 6759. TrackNumber 1, keyframe 0
  353. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4733 pts_time:4.733 dts:4733 dts_time:4.733 -> pts:4733 pts_time:4.733 dts:4733 dts_time:4.733
  354. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4733, dts 4733, duration 33 at relative offset 827 in cluster at offset 6759. TrackNumber 1, keyframe 0
  355. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4767 pts_time:4.767 dts:4767 dts_time:4.767 -> pts:4767 pts_time:4.767 dts:4767 dts_time:4.767
  356. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4767, dts 4767, duration 33 at relative offset 873 in cluster at offset 6759. TrackNumber 1, keyframe 0
  357. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4800 pts_time:4.8 dts:4800 dts_time:4.8 -> pts:4800 pts_time:4.8 dts:4800 dts_time:4.8
  358. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4800, dts 4800, duration 33 at relative offset 919 in cluster at offset 6759. TrackNumber 1, keyframe 0
  359. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4833 pts_time:4.833 dts:4833 dts_time:4.833 -> pts:4833 pts_time:4.833 dts:4833 dts_time:4.833
  360. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4833, dts 4833, duration 33 at relative offset 965 in cluster at offset 6759. TrackNumber 1, keyframe 0
  361. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4867 pts_time:4.867 dts:4867 dts_time:4.867 -> pts:4867 pts_time:4.867 dts:4867 dts_time:4.867
  362. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4867, dts 4867, duration 33 at relative offset 1011 in cluster at offset 6759. TrackNumber 1, keyframe 0
  363. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4900 pts_time:4.9 dts:4900 dts_time:4.9 -> pts:4900 pts_time:4.9 dts:4900 dts_time:4.9
  364. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4900, dts 4900, duration 33 at relative offset 1057 in cluster at offset 6759. TrackNumber 1, keyframe 0
  365. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4933 pts_time:4.933 dts:4933 dts_time:4.933 -> pts:4933 pts_time:4.933 dts:4933 dts_time:4.933
  366. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4933, dts 4933, duration 33 at relative offset 1103 in cluster at offset 6759. TrackNumber 1, keyframe 0
  367. [concat @ 0x7ffbee003000] file:0 stream:0 pts:4967 pts_time:4.967 dts:4967 dts_time:4.967 -> pts:4967 pts_time:4.967 dts:4967 dts_time:4.967
  368. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 4967, dts 4967, duration 33 at relative offset 1149 in cluster at offset 6759. TrackNumber 1, keyframe 0
  369. [concat @ 0x7ffbee003000] file:0 stream:0 pts:5000 pts_time:5 dts:5000 dts_time:5 -> pts:5000 pts_time:5 dts:5000 dts_time:5
  370. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 5000, dts 5000, duration 33 at relative offset 1195 in cluster at offset 6759. TrackNumber 1, keyframe 0
  371. [concat @ 0x7ffbee003000] file:0 stream:0 pts:5033 pts_time:5.033 dts:5033 dts_time:5.033 -> pts:5033 pts_time:5.033 dts:5033 dts_time:5.033
  372. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 5033, dts 5033, duration 33 at relative offset 1241 in cluster at offset 6759. TrackNumber 1, keyframe 0
  373. [concat @ 0x7ffbee003000] file:0 stream:0 pts:5067 pts_time:5.067 dts:5067 dts_time:5.067 -> pts:5067 pts_time:5.067 dts:5067 dts_time:5.067
  374. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 5067, dts 5067, duration 33 at relative offset 1287 in cluster at offset 6759. TrackNumber 1, keyframe 0
  375. [concat @ 0x7ffbee003000] file:0 stream:0 pts:5100 pts_time:5.1 dts:5100 dts_time:5.1 -> pts:5100 pts_time:5.1 dts:5100 dts_time:5.1
  376. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 5100, dts 5100, duration 33 at relative offset 1333 in cluster at offset 6759. TrackNumber 1, keyframe 0
  377. [concat @ 0x7ffbee003000] file:0 stream:0 pts:5133 pts_time:5.133 dts:5133 dts_time:5.133 -> pts:5133 pts_time:5.133 dts:5133 dts_time:5.133
  378. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 5133, dts 5133, duration 33 at relative offset 1379 in cluster at offset 6759. TrackNumber 1, keyframe 0
  379. [concat @ 0x7ffbee003000] file:0 stream:0 pts:5167 pts_time:5.167 dts:5167 dts_time:5.167 -> pts:5167 pts_time:5.167 dts:5167 dts_time:5.167
  380. [webm @ 0x7ffbee809200] Writing block of size 40 with pts 5167, dts 5167, duration 33 at relative offset 1425 in cluster at offset 6759. TrackNumber 1, keyframe 0
  381. [AVIOContext @ 0x7ffbed501e80] Statistics: 8269 bytes read, 0 seeks
  382. [NULL @ 0x7ffbee000a00] Opening 'output/1.webm' for reading
  383. [matroska,webm @ 0x7ffbee000a00] Format matroska,webm probed with size=2048 and score=100
  384. st:0 removing common factor 1000000 from timebase
  385. [matroska,webm @ 0x7ffbee000a00] Before avformat_find_stream_info() pos: 542 bytes read:32768 seeks:0 nb_streams:1
  386. [matroska,webm @ 0x7ffbee000a00] All info found
  387. [matroska,webm @ 0x7ffbee000a00] After avformat_find_stream_info() pos: 4681 bytes read:32768 seeks:0 frames:1
  388. [concat @ 0x7ffbee003000] file:1 stream:0 pts:99 pts_time:0.099 dts:99 dts_time:0.099 -> pts:5200 pts_time:5.2 dts:5200 dts_time:5.2
  389. [concat @ 0x7ffbee003000] file:1 stream:0 pts:332 pts_time:0.332 dts:332 dts_time:0.332 -> pts:5433 pts_time:5.433 dts:5433 dts_time:5.433
  390. [webm @ 0x7ffbee809200] Writing block of size 5550 with pts 5433, dts 5433, duration 33 at relative offset 1471 in cluster at offset 6759. TrackNumber 1, keyframe 0
  391. [concat @ 0x7ffbee003000] file:1 stream:0 pts:665 pts_time:0.665 dts:665 dts_time:0.665 -> pts:5766 pts_time:5.766 dts:5766 dts_time:5.766
  392. [webm @ 0x7ffbee809200] Writing block of size 726 with pts 5766, dts 5766, duration 33 at relative offset 7028 in cluster at offset 6759. TrackNumber 1, keyframe 0
  393. [concat @ 0x7ffbee003000] file:1 stream:0 pts:798 pts_time:0.798 dts:798 dts_time:0.798 -> pts:5899 pts_time:5.899 dts:5899 dts_time:5.899
  394. [concat @ 0x7ffbee003000] file:1 stream:0 pts:930 pts_time:0.93 dts:930 dts_time:0.93 -> pts:6031 pts_time:6.031 dts:6031 dts_time:6.031
  395. [concat @ 0x7ffbee003000] file:1 stream:0 pts:1196 pts_time:1.196 dts:1196 dts_time:1.196 -> pts:6297 pts_time:6.297 dts:6297 dts_time:6.297
  396. [webm @ 0x7ffbee809200] Writing block of size 2115 with pts 6297, dts 6297, duration 33 at relative offset 7761 in cluster at offset 6759. TrackNumber 1, keyframe 0
  397. [concat @ 0x7ffbee003000] file:1 stream:0 pts:1462 pts_time:1.462 dts:1462 dts_time:1.462 -> pts:6563 pts_time:6.563 dts:6563 dts_time:6.563
  398. [webm @ 0x7ffbee809200] Writing block of size 701 with pts 6563, dts 6563, duration 33 at relative offset 9883 in cluster at offset 6759. TrackNumber 1, keyframe 0
  399. [concat @ 0x7ffbee003000] file:1 stream:0 pts:1529 pts_time:1.529 dts:1529 dts_time:1.529 -> pts:6630 pts_time:6.63 dts:6630 dts_time:6.63
  400. [webm @ 0x7ffbee809200] Writing block of size 501 with pts 6630, dts 6630, duration 33 at relative offset 10591 in cluster at offset 6759. TrackNumber 1, keyframe 0
  401. [concat @ 0x7ffbee003000] file:1 stream:0 pts:1662 pts_time:1.662 dts:1662 dts_time:1.662 -> pts:6763 pts_time:6.763 dts:6763 dts_time:6.763
  402. [concat @ 0x7ffbee003000] file:1 stream:0 pts:1795 pts_time:1.795 dts:1795 dts_time:1.795 -> pts:6896 pts_time:6.896 dts:6896 dts_time:6.896
  403. [webm @ 0x7ffbee809200] Writing block of size 980 with pts 6896, dts 6896, duration 33 at relative offset 11099 in cluster at offset 6759. TrackNumber 1, keyframe 0
  404. [concat @ 0x7ffbee003000] file:1 stream:0 pts:1928 pts_time:1.928 dts:1928 dts_time:1.928 -> pts:7029 pts_time:7.029 dts:7029 dts_time:7.029
  405. [concat @ 0x7ffbee003000] file:1 stream:0 pts:2194 pts_time:2.194 dts:2194 dts_time:2.194 -> pts:7295 pts_time:7.295 dts:7295 dts_time:7.295
  406. [concat @ 0x7ffbee003000] file:1 stream:0 pts:2460 pts_time:2.46 dts:2460 dts_time:2.46 -> pts:7561 pts_time:7.561 dts:7561 dts_time:7.561
  407. [webm @ 0x7ffbee809200] Writing block of size 2414 with pts 7561, dts 7561, duration 33 at relative offset 12086 in cluster at offset 6759. TrackNumber 1, keyframe 0
  408. [concat @ 0x7ffbee003000] file:1 stream:0 pts:2593 pts_time:2.593 dts:2593 dts_time:2.593 -> pts:7694 pts_time:7.694 dts:7694 dts_time:7.694
  409. [webm @ 0x7ffbee809200] Writing block of size 800 with pts 7694, dts 7694, duration 33 at relative offset 14507 in cluster at offset 6759. TrackNumber 1, keyframe 0
  410. [concat @ 0x7ffbee003000] file:1 stream:0 pts:2859 pts_time:2.859 dts:2859 dts_time:2.859 -> pts:7960 pts_time:7.96 dts:7960 dts_time:7.96
  411. [concat @ 0x7ffbee003000] file:1 stream:0 pts:3125 pts_time:3.125 dts:3125 dts_time:3.125 -> pts:8226 pts_time:8.226 dts:8226 dts_time:8.226
  412. [webm @ 0x7ffbee809200] Writing block of size 2359 with pts 8226, dts 8226, duration 33 at relative offset 15314 in cluster at offset 6759. TrackNumber 1, keyframe 0
  413. [concat @ 0x7ffbee003000] file:1 stream:0 pts:3391 pts_time:3.391 dts:3391 dts_time:3.391 -> pts:8492 pts_time:8.492 dts:8492 dts_time:8.492
  414. [webm @ 0x7ffbee809200] Writing block of size 836 with pts 8492, dts 8492, duration 33 at relative offset 17680 in cluster at offset 6759. TrackNumber 1, keyframe 0
  415. [concat @ 0x7ffbee003000] file:1 stream:0 pts:3657 pts_time:3.657 dts:3657 dts_time:3.657 -> pts:8758 pts_time:8.758 dts:8758 dts_time:8.758
  416. [webm @ 0x7ffbee809200] Writing block of size 935 with pts 8758, dts 8758, duration 33 at relative offset 18523 in cluster at offset 6759. TrackNumber 1, keyframe 0
  417. [concat @ 0x7ffbee003000] file:1 stream:0 pts:3923 pts_time:3.923 dts:3923 dts_time:3.923 -> pts:9024 pts_time:9.024 dts:9024 dts_time:9.024
  418. [concat @ 0x7ffbee003000] file:1 stream:0 pts:4190 pts_time:4.19 dts:4190 dts_time:4.19 -> pts:9291 pts_time:9.291 dts:9291 dts_time:9.291
  419. [concat @ 0x7ffbee003000] file:1 stream:0 pts:4256 pts_time:4.256 dts:4256 dts_time:4.256 -> pts:9357 pts_time:9.357 dts:9357 dts_time:9.357
  420. [webm @ 0x7ffbee809200] Starting new cluster at offset 26231 bytes, pts 9357, dts 9357
  421. [webm @ 0x7ffbee809200] Writing block of size 1662 with pts 9357, dts 9357, duration 33 at relative offset 4 in cluster at offset 26231. TrackNumber 1, keyframe 0
  422. [concat @ 0x7ffbee003000] file:1 stream:0 pts:4356 pts_time:4.356 dts:4356 dts_time:4.356 -> pts:9457 pts_time:9.457 dts:9457 dts_time:9.457
  423. [concat @ 0x7ffbee003000] file:1 stream:0 pts:4489 pts_time:4.489 dts:4489 dts_time:4.489 -> pts:9590 pts_time:9.59 dts:9590 dts_time:9.59
  424. [webm @ 0x7ffbee809200] Writing block of size 845 with pts 9590, dts 9590, duration 33 at relative offset 1673 in cluster at offset 26231. TrackNumber 1, keyframe 0
  425. [concat @ 0x7ffbee003000] file:1 stream:0 pts:4622 pts_time:4.622 dts:4622 dts_time:4.622 -> pts:9723 pts_time:9.723 dts:9723 dts_time:9.723
  426. [concat @ 0x7ffbee003000] file:1 stream:0 pts:4755 pts_time:4.755 dts:4755 dts_time:4.755 -> pts:9856 pts_time:9.856 dts:9856 dts_time:9.856
  427. [webm @ 0x7ffbee809200] Writing block of size 1299 with pts 9856, dts 9856, duration 33 at relative offset 2525 in cluster at offset 26231. TrackNumber 1, keyframe 0
  428. [concat @ 0x7ffbee003000] file:1 stream:0 pts:4888 pts_time:4.888 dts:4888 dts_time:4.888 -> pts:9989 pts_time:9.989 dts:9989 dts_time:9.989
  429. [concat @ 0x7ffbee003000] file:1 stream:0 pts:5153 pts_time:5.153 dts:5153 dts_time:5.153 -> pts:10254 pts_time:10.254 dts:10254 dts_time:10.254
  430. [webm @ 0x7ffbee809200] Writing block of size 1086 with pts 10254, dts 10254, duration 33 at relative offset 3831 in cluster at offset 26231. TrackNumber 1, keyframe 0
  431. [concat @ 0x7ffbee003000] file:1 stream:0 pts:5220 pts_time:5.22 dts:5220 dts_time:5.22 -> pts:10321 pts_time:10.321 dts:10321 dts_time:10.321
  432. [concat @ 0x7ffbee003000] file:1 stream:0 pts:5319 pts_time:5.319 dts:5319 dts_time:5.319 -> pts:10420 pts_time:10.42 dts:10420 dts_time:10.42
  433. [concat @ 0x7ffbee003000] file:1 stream:0 pts:5419 pts_time:5.419 dts:5419 dts_time:5.419 -> pts:10520 pts_time:10.52 dts:10520 dts_time:10.52
  434. [concat @ 0x7ffbee003000] file:1 stream:0 pts:5519 pts_time:5.519 dts:5519 dts_time:5.519 -> pts:10620 pts_time:10.62 dts:10620 dts_time:10.62
  435. [webm @ 0x7ffbee809200] Writing block of size 1242 with pts 10620, dts 10620, duration 33 at relative offset 4924 in cluster at offset 26231. TrackNumber 1, keyframe 0
  436. [concat @ 0x7ffbee003000] file:1 stream:0 pts:5585 pts_time:5.585 dts:5585 dts_time:5.585 -> pts:10686 pts_time:10.686 dts:10686 dts_time:10.686
  437. [concat @ 0x7ffbee003000] file:1 stream:0 pts:5652 pts_time:5.652 dts:5652 dts_time:5.652 -> pts:10753 pts_time:10.753 dts:10753 dts_time:10.753
  438. [webm @ 0x7ffbee809200] Writing block of size 951 with pts 10753, dts 10753, duration 33 at relative offset 6173 in cluster at offset 26231. TrackNumber 1, keyframe 0
  439. [concat @ 0x7ffbee003000] file:1 stream:0 pts:5752 pts_time:5.752 dts:5752 dts_time:5.752 -> pts:10853 pts_time:10.853 dts:10853 dts_time:10.853
  440. [concat @ 0x7ffbee003000] file:1 stream:0 pts:5885 pts_time:5.885 dts:5885 dts_time:5.885 -> pts:10986 pts_time:10.986 dts:10986 dts_time:10.986
  441. [webm @ 0x7ffbee809200] Writing block of size 816 with pts 10986, dts 10986, duration 33 at relative offset 7131 in cluster at offset 26231. TrackNumber 1, keyframe 0
  442. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6052 pts_time:6.052 dts:6052 dts_time:6.052 -> pts:11153 pts_time:11.153 dts:11153 dts_time:11.153
  443. [webm @ 0x7ffbee809200] Writing block of size 420 with pts 11153, dts 11153, duration 33 at relative offset 7954 in cluster at offset 26231. TrackNumber 1, keyframe 0
  444. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6186 pts_time:6.186 dts:6186 dts_time:6.186 -> pts:11287 pts_time:11.287 dts:11287 dts_time:11.287
  445. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6319 pts_time:6.319 dts:6319 dts_time:6.319 -> pts:11420 pts_time:11.42 dts:11420 dts_time:11.42
  446. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6385 pts_time:6.385 dts:6385 dts_time:6.385 -> pts:11486 pts_time:11.486 dts:11486 dts_time:11.486
  447. [webm @ 0x7ffbee809200] Writing block of size 1011 with pts 11486, dts 11486, duration 33 at relative offset 8381 in cluster at offset 26231. TrackNumber 1, keyframe 0
  448. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6452 pts_time:6.452 dts:6452 dts_time:6.452 -> pts:11553 pts_time:11.553 dts:11553 dts_time:11.553
  449. [webm @ 0x7ffbee809200] Writing block of size 279 with pts 11553, dts 11553, duration 33 at relative offset 9399 in cluster at offset 26231. TrackNumber 1, keyframe 0
  450. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6518 pts_time:6.518 dts:6518 dts_time:6.518 -> pts:11619 pts_time:11.619 dts:11619 dts_time:11.619
  451. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6585 pts_time:6.585 dts:6585 dts_time:6.585 -> pts:11686 pts_time:11.686 dts:11686 dts_time:11.686
  452. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6651 pts_time:6.651 dts:6651 dts_time:6.651 -> pts:11752 pts_time:11.752 dts:11752 dts_time:11.752
  453. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6718 pts_time:6.718 dts:6718 dts_time:6.718 -> pts:11819 pts_time:11.819 dts:11819 dts_time:11.819
  454. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6817 pts_time:6.817 dts:6817 dts_time:6.817 -> pts:11918 pts_time:11.918 dts:11918 dts_time:11.918
  455. [webm @ 0x7ffbee809200] Writing block of size 1448 with pts 11918, dts 11918, duration 33 at relative offset 9685 in cluster at offset 26231. TrackNumber 1, keyframe 0
  456. [concat @ 0x7ffbee003000] file:1 stream:0 pts:6950 pts_time:6.95 dts:6950 dts_time:6.95 -> pts:12051 pts_time:12.051 dts:12051 dts_time:12.051
  457. [webm @ 0x7ffbee809200] Writing block of size 385 with pts 12051, dts 12051, duration 33 at relative offset 11140 in cluster at offset 26231. TrackNumber 1, keyframe 0
  458. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7017 pts_time:7.017 dts:7017 dts_time:7.017 -> pts:12118 pts_time:12.118 dts:12118 dts_time:12.118
  459. [webm @ 0x7ffbee809200] Writing block of size 297 with pts 12118, dts 12118, duration 33 at relative offset 11532 in cluster at offset 26231. TrackNumber 1, keyframe 0
  460. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7084 pts_time:7.084 dts:7084 dts_time:7.084 -> pts:12185 pts_time:12.185 dts:12185 dts_time:12.185
  461. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7150 pts_time:7.15 dts:7150 dts_time:7.15 -> pts:12251 pts_time:12.251 dts:12251 dts_time:12.251
  462. [webm @ 0x7ffbee809200] Writing block of size 549 with pts 12251, dts 12251, duration 33 at relative offset 11836 in cluster at offset 26231. TrackNumber 1, keyframe 0
  463. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7250 pts_time:7.25 dts:7250 dts_time:7.25 -> pts:12351 pts_time:12.351 dts:12351 dts_time:12.351
  464. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7349 pts_time:7.349 dts:7349 dts_time:7.349 -> pts:12450 pts_time:12.45 dts:12450 dts_time:12.45
  465. [webm @ 0x7ffbee809200] Writing block of size 562 with pts 12450, dts 12450, duration 33 at relative offset 12392 in cluster at offset 26231. TrackNumber 1, keyframe 0
  466. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7416 pts_time:7.416 dts:7416 dts_time:7.416 -> pts:12517 pts_time:12.517 dts:12517 dts_time:12.517
  467. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7482 pts_time:7.482 dts:7482 dts_time:7.482 -> pts:12583 pts_time:12.583 dts:12583 dts_time:12.583
  468. [webm @ 0x7ffbee809200] Writing block of size 545 with pts 12583, dts 12583, duration 33 at relative offset 12961 in cluster at offset 26231. TrackNumber 1, keyframe 0
  469. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7548 pts_time:7.548 dts:7548 dts_time:7.548 -> pts:12649 pts_time:12.649 dts:12649 dts_time:12.649
  470. [webm @ 0x7ffbee809200] Writing block of size 432 with pts 12649, dts 12649, duration 33 at relative offset 13513 in cluster at offset 26231. TrackNumber 1, keyframe 0
  471. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7615 pts_time:7.615 dts:7615 dts_time:7.615 -> pts:12716 pts_time:12.716 dts:12716 dts_time:12.716
  472. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7715 pts_time:7.715 dts:7715 dts_time:7.715 -> pts:12816 pts_time:12.816 dts:12816 dts_time:12.816
  473. [webm @ 0x7ffbee809200] Writing block of size 746 with pts 12816, dts 12816, duration 33 at relative offset 13952 in cluster at offset 26231. TrackNumber 1, keyframe 0
  474. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7848 pts_time:7.848 dts:7848 dts_time:7.848 -> pts:12949 pts_time:12.949 dts:12949 dts_time:12.949
  475. [concat @ 0x7ffbee003000] file:1 stream:0 pts:7981 pts_time:7.981 dts:7981 dts_time:7.981 -> pts:13082 pts_time:13.082 dts:13082 dts_time:13.082
  476. [webm @ 0x7ffbee809200] Writing block of size 629 with pts 13082, dts 13082, duration 33 at relative offset 14705 in cluster at offset 26231. TrackNumber 1, keyframe 0
  477. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8047 pts_time:8.047 dts:8047 dts_time:8.047 -> pts:13148 pts_time:13.148 dts:13148 dts_time:13.148
  478. [webm @ 0x7ffbee809200] Writing block of size 304 with pts 13148, dts 13148, duration 33 at relative offset 15341 in cluster at offset 26231. TrackNumber 1, keyframe 0
  479. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8114 pts_time:8.114 dts:8114 dts_time:8.114 -> pts:13215 pts_time:13.215 dts:13215 dts_time:13.215
  480. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8180 pts_time:8.18 dts:8180 dts_time:8.18 -> pts:13281 pts_time:13.281 dts:13281 dts_time:13.281
  481. [webm @ 0x7ffbee809200] Writing block of size 601 with pts 13281, dts 13281, duration 33 at relative offset 15652 in cluster at offset 26231. TrackNumber 1, keyframe 0
  482. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8247 pts_time:8.247 dts:8247 dts_time:8.247 -> pts:13348 pts_time:13.348 dts:13348 dts_time:13.348
  483. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8313 pts_time:8.313 dts:8313 dts_time:8.313 -> pts:13414 pts_time:13.414 dts:13414 dts_time:13.414
  484. [webm @ 0x7ffbee809200] Writing block of size 451 with pts 13414, dts 13414, duration 33 at relative offset 16260 in cluster at offset 26231. TrackNumber 1, keyframe 0
  485. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8379 pts_time:8.379 dts:8379 dts_time:8.379 -> pts:13480 pts_time:13.48 dts:13480 dts_time:13.48
  486. [webm @ 0x7ffbee809200] Writing block of size 274 with pts 13480, dts 13480, duration 33 at relative offset 16718 in cluster at offset 26231. TrackNumber 1, keyframe 0
  487. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8446 pts_time:8.446 dts:8446 dts_time:8.446 -> pts:13547 pts_time:13.547 dts:13547 dts_time:13.547
  488. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8512 pts_time:8.512 dts:8512 dts_time:8.512 -> pts:13613 pts_time:13.613 dts:13613 dts_time:13.613
  489. [webm @ 0x7ffbee809200] Writing block of size 506 with pts 13613, dts 13613, duration 33 at relative offset 16999 in cluster at offset 26231. TrackNumber 1, keyframe 0
  490. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8579 pts_time:8.579 dts:8579 dts_time:8.579 -> pts:13680 pts_time:13.68 dts:13680 dts_time:13.68
  491. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8645 pts_time:8.645 dts:8645 dts_time:8.645 -> pts:13746 pts_time:13.746 dts:13746 dts_time:13.746
  492. [webm @ 0x7ffbee809200] Writing block of size 310 with pts 13746, dts 13746, duration 33 at relative offset 17512 in cluster at offset 26231. TrackNumber 1, keyframe 0
  493. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8712 pts_time:8.712 dts:8712 dts_time:8.712 -> pts:13813 pts_time:13.813 dts:13813 dts_time:13.813
  494. [webm @ 0x7ffbee809200] Writing block of size 237 with pts 13813, dts 13813, duration 33 at relative offset 17829 in cluster at offset 26231. TrackNumber 1, keyframe 0
  495. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8778 pts_time:8.778 dts:8778 dts_time:8.778 -> pts:13879 pts_time:13.879 dts:13879 dts_time:13.879
  496. [webm @ 0x7ffbee809200] Writing block of size 185 with pts 13879, dts 13879, duration 33 at relative offset 18073 in cluster at offset 26231. TrackNumber 1, keyframe 0
  497. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8845 pts_time:8.845 dts:8845 dts_time:8.845 -> pts:13946 pts_time:13.946 dts:13946 dts_time:13.946
  498. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8911 pts_time:8.911 dts:8911 dts_time:8.911 -> pts:14012 pts_time:14.012 dts:14012 dts_time:14.012
  499. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8945 pts_time:8.945 dts:8945 dts_time:8.945 -> pts:14046 pts_time:14.046 dts:14046 dts_time:14.046
  500. [concat @ 0x7ffbee003000] file:1 stream:0 pts:8978 pts_time:8.978 dts:8978 dts_time:8.978 -> pts:14079 pts_time:14.079 dts:14079 dts_time:14.079
  501. [webm @ 0x7ffbee809200] Writing block of size 979 with pts 14079, dts 14079, duration 33 at relative offset 18265 in cluster at offset 26231. TrackNumber 1, keyframe 0
  502. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9011 pts_time:9.011 dts:9011 dts_time:9.011 -> pts:14112 pts_time:14.112 dts:14112 dts_time:14.112
  503. [webm @ 0x7ffbee809200] Writing block of size 340 with pts 14112, dts 14112, duration 33 at relative offset 19251 in cluster at offset 26231. TrackNumber 1, keyframe 0
  504. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9078 pts_time:9.078 dts:9078 dts_time:9.078 -> pts:14179 pts_time:14.179 dts:14179 dts_time:14.179
  505. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9178 pts_time:9.178 dts:9178 dts_time:9.178 -> pts:14279 pts_time:14.279 dts:14279 dts_time:14.279
  506. [webm @ 0x7ffbee809200] Writing block of size 557 with pts 14279, dts 14279, duration 33 at relative offset 19598 in cluster at offset 26231. TrackNumber 1, keyframe 0
  507. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9311 pts_time:9.311 dts:9311 dts_time:9.311 -> pts:14412 pts_time:14.412 dts:14412 dts_time:14.412
  508. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9377 pts_time:9.377 dts:9377 dts_time:9.377 -> pts:14478 pts_time:14.478 dts:14478 dts_time:14.478
  509. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9445 pts_time:9.445 dts:9445 dts_time:9.445 -> pts:14546 pts_time:14.546 dts:14546 dts_time:14.546
  510. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9511 pts_time:9.511 dts:9511 dts_time:9.511 -> pts:14612 pts_time:14.612 dts:14612 dts_time:14.612
  511. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9545 pts_time:9.545 dts:9545 dts_time:9.545 -> pts:14646 pts_time:14.646 dts:14646 dts_time:14.646
  512. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9578 pts_time:9.578 dts:9578 dts_time:9.578 -> pts:14679 pts_time:14.679 dts:14679 dts_time:14.679
  513. [webm @ 0x7ffbee809200] Starting new cluster at offset 46400 bytes, pts 14679, dts 14679
  514. [webm @ 0x7ffbee809200] Writing block of size 1287 with pts 14679, dts 14679, duration 33 at relative offset 4 in cluster at offset 46400. TrackNumber 1, keyframe 0
  515. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9611 pts_time:9.611 dts:9611 dts_time:9.611 -> pts:14712 pts_time:14.712 dts:14712 dts_time:14.712
  516. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9678 pts_time:9.678 dts:9678 dts_time:9.678 -> pts:14779 pts_time:14.779 dts:14779 dts_time:14.779
  517. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9744 pts_time:9.744 dts:9744 dts_time:9.744 -> pts:14845 pts_time:14.845 dts:14845 dts_time:14.845
  518. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9810 pts_time:9.81 dts:9810 dts_time:9.81 -> pts:14911 pts_time:14.911 dts:14911 dts_time:14.911
  519. [webm @ 0x7ffbee809200] Writing block of size 870 with pts 14911, dts 14911, duration 33 at relative offset 1298 in cluster at offset 46400. TrackNumber 1, keyframe 0
  520. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9877 pts_time:9.877 dts:9877 dts_time:9.877 -> pts:14978 pts_time:14.978 dts:14978 dts_time:14.978
  521. [concat @ 0x7ffbee003000] file:1 stream:0 pts:9943 pts_time:9.943 dts:9943 dts_time:9.943 -> pts:15044 pts_time:15.044 dts:15044 dts_time:15.044
  522. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10010 pts_time:10.01 dts:10010 dts_time:10.01 -> pts:15111 pts_time:15.111 dts:15111 dts_time:15.111
  523. [webm @ 0x7ffbee809200] Writing block of size 550 with pts 15111, dts 15111, duration 33 at relative offset 2175 in cluster at offset 46400. TrackNumber 1, keyframe 0
  524. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10043 pts_time:10.043 dts:10043 dts_time:10.043 -> pts:15144 pts_time:15.144 dts:15144 dts_time:15.144
  525. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10077 pts_time:10.077 dts:10077 dts_time:10.077 -> pts:15178 pts_time:15.178 dts:15178 dts_time:15.178
  526. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10110 pts_time:10.11 dts:10110 dts_time:10.11 -> pts:15211 pts_time:15.211 dts:15211 dts_time:15.211
  527. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10143 pts_time:10.143 dts:10143 dts_time:10.143 -> pts:15244 pts_time:15.244 dts:15244 dts_time:15.244
  528. [webm @ 0x7ffbee809200] Writing block of size 652 with pts 15244, dts 15244, duration 33 at relative offset 2732 in cluster at offset 46400. TrackNumber 1, keyframe 0
  529. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10176 pts_time:10.176 dts:10176 dts_time:10.176 -> pts:15277 pts_time:15.277 dts:15277 dts_time:15.277
  530. [webm @ 0x7ffbee809200] Writing block of size 275 with pts 15277, dts 15277, duration 33 at relative offset 3391 in cluster at offset 46400. TrackNumber 1, keyframe 0
  531. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10210 pts_time:10.21 dts:10210 dts_time:10.21 -> pts:15311 pts_time:15.311 dts:15311 dts_time:15.311
  532. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10276 pts_time:10.276 dts:10276 dts_time:10.276 -> pts:15377 pts_time:15.377 dts:15377 dts_time:15.377
  533. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10343 pts_time:10.343 dts:10343 dts_time:10.343 -> pts:15444 pts_time:15.444 dts:15444 dts_time:15.444
  534. [webm @ 0x7ffbee809200] Writing block of size 791 with pts 15444, dts 15444, duration 33 at relative offset 3673 in cluster at offset 46400. TrackNumber 1, keyframe 0
  535. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10409 pts_time:10.409 dts:10409 dts_time:10.409 -> pts:15510 pts_time:15.51 dts:15510 dts_time:15.51
  536. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10509 pts_time:10.509 dts:10509 dts_time:10.509 -> pts:15610 pts_time:15.61 dts:15610 dts_time:15.61
  537. [webm @ 0x7ffbee809200] Writing block of size 409 with pts 15610, dts 15610, duration 33 at relative offset 4471 in cluster at offset 46400. TrackNumber 1, keyframe 0
  538. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10608 pts_time:10.608 dts:10608 dts_time:10.608 -> pts:15709 pts_time:15.709 dts:15709 dts_time:15.709
  539. [webm @ 0x7ffbee809200] Writing block of size 154 with pts 15709, dts 15709, duration 33 at relative offset 4887 in cluster at offset 46400. TrackNumber 1, keyframe 0
  540. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10675 pts_time:10.675 dts:10675 dts_time:10.675 -> pts:15776 pts_time:15.776 dts:15776 dts_time:15.776
  541. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10708 pts_time:10.708 dts:10708 dts_time:10.708 -> pts:15809 pts_time:15.809 dts:15809 dts_time:15.809
  542. [webm @ 0x7ffbee809200] Writing block of size 398 with pts 15809, dts 15809, duration 33 at relative offset 5048 in cluster at offset 46400. TrackNumber 1, keyframe 0
  543. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10741 pts_time:10.741 dts:10741 dts_time:10.741 -> pts:15842 pts_time:15.842 dts:15842 dts_time:15.842
  544. [webm @ 0x7ffbee809200] Writing block of size 277 with pts 15842, dts 15842, duration 33 at relative offset 5453 in cluster at offset 46400. TrackNumber 1, keyframe 0
  545. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10774 pts_time:10.774 dts:10774 dts_time:10.774 -> pts:15875 pts_time:15.875 dts:15875 dts_time:15.875
  546. [webm @ 0x7ffbee809200] Writing block of size 195 with pts 15875, dts 15875, duration 33 at relative offset 5737 in cluster at offset 46400. TrackNumber 1, keyframe 0
  547. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10841 pts_time:10.841 dts:10841 dts_time:10.841 -> pts:15942 pts_time:15.942 dts:15942 dts_time:15.942
  548. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10907 pts_time:10.907 dts:10907 dts_time:10.907 -> pts:16008 pts_time:16.008 dts:16008 dts_time:16.008
  549. [concat @ 0x7ffbee003000] file:1 stream:0 pts:10973 pts_time:10.973 dts:10973 dts_time:10.973 -> pts:16074 pts_time:16.074 dts:16074 dts_time:16.074
  550. [webm @ 0x7ffbee809200] Writing block of size 636 with pts 16074, dts 16074, duration 33 at relative offset 5939 in cluster at offset 46400. TrackNumber 1, keyframe 0
  551. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11040 pts_time:11.04 dts:11040 dts_time:11.04 -> pts:16141 pts_time:16.141 dts:16141 dts_time:16.141
  552. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11106 pts_time:11.106 dts:11106 dts_time:11.106 -> pts:16207 pts_time:16.207 dts:16207 dts_time:16.207
  553. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11173 pts_time:11.173 dts:11173 dts_time:11.173 -> pts:16274 pts_time:16.274 dts:16274 dts_time:16.274
  554. [webm @ 0x7ffbee809200] Writing block of size 648 with pts 16274, dts 16274, duration 33 at relative offset 6582 in cluster at offset 46400. TrackNumber 1, keyframe 0
  555. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11206 pts_time:11.206 dts:11206 dts_time:11.206 -> pts:16307 pts_time:16.307 dts:16307 dts_time:16.307
  556. [webm @ 0x7ffbee809200] Writing block of size 193 with pts 16307, dts 16307, duration 33 at relative offset 7237 in cluster at offset 46400. TrackNumber 1, keyframe 0
  557. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11239 pts_time:11.239 dts:11239 dts_time:11.239 -> pts:16340 pts_time:16.34 dts:16340 dts_time:16.34
  558. [webm @ 0x7ffbee809200] Writing block of size 193 with pts 16340, dts 16340, duration 33 at relative offset 7437 in cluster at offset 46400. TrackNumber 1, keyframe 0
  559. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11273 pts_time:11.273 dts:11273 dts_time:11.273 -> pts:16374 pts_time:16.374 dts:16374 dts_time:16.374
  560. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11306 pts_time:11.306 dts:11306 dts_time:11.306 -> pts:16407 pts_time:16.407 dts:16407 dts_time:16.407
  561. [webm @ 0x7ffbee809200] Writing block of size 432 with pts 16407, dts 16407, duration 33 at relative offset 7637 in cluster at offset 46400. TrackNumber 1, keyframe 0
  562. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11372 pts_time:11.372 dts:11372 dts_time:11.372 -> pts:16473 pts_time:16.473 dts:16473 dts_time:16.473
  563. [webm @ 0x7ffbee809200] Writing block of size 297 with pts 16473, dts 16473, duration 33 at relative offset 8076 in cluster at offset 46400. TrackNumber 1, keyframe 0
  564. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11439 pts_time:11.439 dts:11439 dts_time:11.439 -> pts:16540 pts_time:16.54 dts:16540 dts_time:16.54
  565. [webm @ 0x7ffbee809200] Writing block of size 252 with pts 16540, dts 16540, duration 33 at relative offset 8380 in cluster at offset 46400. TrackNumber 1, keyframe 0
  566. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11506 pts_time:11.506 dts:11506 dts_time:11.506 -> pts:16607 pts_time:16.607 dts:16607 dts_time:16.607
  567. [webm @ 0x7ffbee809200] Writing block of size 265 with pts 16607, dts 16607, duration 33 at relative offset 8639 in cluster at offset 46400. TrackNumber 1, keyframe 0
  568. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11572 pts_time:11.572 dts:11572 dts_time:11.572 -> pts:16673 pts_time:16.673 dts:16673 dts_time:16.673
  569. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11639 pts_time:11.639 dts:11639 dts_time:11.639 -> pts:16740 pts_time:16.74 dts:16740 dts_time:16.74
  570. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11738 pts_time:11.738 dts:11738 dts_time:11.738 -> pts:16839 pts_time:16.839 dts:16839 dts_time:16.839
  571. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11838 pts_time:11.838 dts:11838 dts_time:11.838 -> pts:16939 pts_time:16.939 dts:16939 dts_time:16.939
  572. [webm @ 0x7ffbee809200] Writing block of size 1156 with pts 16939, dts 16939, duration 33 at relative offset 8911 in cluster at offset 46400. TrackNumber 1, keyframe 0
  573. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11905 pts_time:11.905 dts:11905 dts_time:11.905 -> pts:17006 pts_time:17.006 dts:17006 dts_time:17.006
  574. [concat @ 0x7ffbee003000] file:1 stream:0 pts:11971 pts_time:11.971 dts:11971 dts_time:11.971 -> pts:17072 pts_time:17.072 dts:17072 dts_time:17.072
  575. [webm @ 0x7ffbee809200] Writing block of size 517 with pts 17072, dts 17072, duration 33 at relative offset 10074 in cluster at offset 46400. TrackNumber 1, keyframe 0
  576. [concat @ 0x7ffbee003000] file:1 stream:0 pts:12038 pts_time:12.038 dts:12038 dts_time:12.038 -> pts:17139 pts_time:17.139 dts:17139 dts_time:17.139
  577. [webm @ 0x7ffbee809200] Writing block of size 178 with pts 17139, dts 17139, duration 33 at relative offset 10598 in cluster at offset 46400. TrackNumber 1, keyframe 0
  578. [concat @ 0x7ffbee003000] file:1 stream:0 pts:12104 pts_time:12.104 dts:12104 dts_time:12.104 -> pts:17205 pts_time:17.205 dts:17205 dts_time:17.205
  579. [concat @ 0x7ffbee003000] file:1 stream:0 pts:12171 pts_time:12.171 dts:12171 dts_time:12.171 -> pts:17272 pts_time:17.272 dts:17272 dts_time:17.272
  580. [webm @ 0x7ffbee809200] Writing block of size 514 with pts 17272, dts 17272, duration 33 at relative offset 10783 in cluster at offset 46400. TrackNumber 1, keyframe 0
  581. [concat @ 0x7ffbee003000] file:1 stream:0 pts:12878 pts_time:12.878 dts:12878 dts_time:12.878 -> pts:17979 pts_time:17.979 dts:17979 dts_time:17.979
  582. [concat @ 0x7ffbee003000] file:1 stream:0 pts:14371 pts_time:14.371 dts:14371 dts_time:14.371 -> pts:19472 pts_time:19.472 dts:19472 dts_time:19.472
  583. [concat @ 0x7ffbee003000] file:1 stream:0 pts:15240 pts_time:15.24 dts:15240 dts_time:15.24 -> pts:20341 pts_time:20.341 dts:20341 dts_time:20.341
  584. [concat @ 0x7ffbee003000] file:1 stream:0 pts:18030 pts_time:18.03 dts:18030 dts_time:18.03 -> pts:23131 pts_time:23.131 dts:23131 dts_time:23.131
  585. [concat @ 0x7ffbee003000] file:1 stream:0 pts:19639 pts_time:19.639 dts:19639 dts_time:19.639 -> pts:24740 pts_time:24.74 dts:24740 dts_time:24.74
  586. [concat @ 0x7ffbee003000] file:1 stream:0 pts:20514 pts_time:20.514 dts:20514 dts_time:20.514 -> pts:25615 pts_time:25.615 dts:25615 dts_time:25.615
  587. [concat @ 0x7ffbee003000] file:1 stream:0 pts:21711 pts_time:21.711 dts:21711 dts_time:21.711 -> pts:26812 pts_time:26.812 dts:26812 dts_time:26.812
  588. [concat @ 0x7ffbee003000] file:1 stream:0 pts:22691 pts_time:22.691 dts:22691 dts_time:22.691 -> pts:27792 pts_time:27.792 dts:27792 dts_time:27.792
  589. [AVBSFContext @ 0x7ffbed4009c0] Too many invisible frames
  590. [AVBSFContext @ 0x7ffbed4009c0] Failed to receive packet from filter vp9_superframe for stream 0
  591. [concat @ 0x7ffbee003000] file:1 stream:0 pts:23360 pts_time:23.36 dts:23360 dts_time:23.36 -> pts:28461 pts_time:28.461 dts:28461 dts_time:28.461
  592. [AVBSFContext @ 0x7ffbed4009c0] Too many invisible frames
  593. [AVBSFContext @ 0x7ffbed4009c0] Failed to receive packet from filter vp9_superframe for stream 0
  594. [concat @ 0x7ffbee003000] file:1 stream:0 pts:23494 pts_time:23.494 dts:23494 dts_time:23.494 -> pts:28595 pts_time:28.595 dts:28595 dts_time:28.595
  595. [AVBSFContext @ 0x7ffbed4009c0] Too many invisible frames
  596. [AVBSFContext @ 0x7ffbed4009c0] Failed to receive packet from filter vp9_superframe for stream 0
  597. [concat @ 0x7ffbee003000] file:1 stream:0 pts:26931 pts_time:26.931 dts:26931 dts_time:26.931 -> pts:32032 pts_time:32.032 dts:32032 dts_time:32.032
  598. [AVBSFContext @ 0x7ffbed4009c0] Too many invisible frames
  599. [AVBSFContext @ 0x7ffbed4009c0] Failed to receive packet from filter vp9_superframe for stream 0
  600. [concat @ 0x7ffbee003000] file:1 stream:0 pts:27829 pts_time:27.829 dts:27829 dts_time:27.829 -> pts:32930 pts_time:32.93 dts:32930 dts_time:32.93
  601. [AVBSFContext @ 0x7ffbed4009c0] Too many invisible frames
  602. [AVBSFContext @ 0x7ffbed4009c0] Failed to receive packet from filter vp9_superframe for stream 0
  603. [concat @ 0x7ffbee003000] file:1 stream:0 pts:28756 pts_time:28.756 dts:28756 dts_time:28.756 -> pts:33857 pts_time:33.857 dts:33857 dts_time:33.857
  604. [AVBSFContext @ 0x7ffbed4009c0] Too many invisible frames
  605. [AVBSFContext @ 0x7ffbed4009c0] Failed to receive packet from filter vp9_superframe for stream 0
  606. No more output streams to write to, finishing.
  607. [webm @ 0x7ffbee809200] end duration = 17305
  608. [webm @ 0x7ffbee809200] stream 0 end duration = 17305
  609. frame= 296 fps=0.0 q=-1.0 Lsize= 56kB time=00:00:17.27 bitrate= 26.7kbits/s speed= 893x
  610. video:130kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  611. Input file #0 (concat_list.txt):
  612. Input stream #0:0 (video): 296 packets read (132793 bytes);
  613. Total: 296 packets (132793 bytes) demuxed
  614. Output file #0 (video.webm):
  615. Output stream #0:0 (video): 296 packets muxed (132793 bytes);
  616. Total: 296 packets (132793 bytes) muxed
  617. 0 frames successfully decoded, 0 decoding errors
  618. [AVIOContext @ 0x7ffbed60eac0] Statistics: 8 seeks, 10 writeouts
  619. [AVIOContext @ 0x7ffbed402100] Statistics: 127800 bytes read, 0 seeks
  620. [AVIOContext @ 0x7ffbed400840] Statistics: 46 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement