Guest User

Untitled

a guest
Jan 7th, 2025
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 124.02 KB | None | 0 0
  1. ./ffmpeg -v 9 -loglevel 99 -device /dev/dri/card1 -f kmsgrab -i - -vf 'hwdownload,format=bgr0' -preset ultrafast hlvideo8.mkv
  2. ffmpeg version N-112959-gd119ae2fd8 Copyright (c) 2000-2023 the FFmpeg developers
  3. built with gcc 14.2.1 (GCC) 20240910
  4. configuration: --enable-gpl --enable-libx264 --enable-libopus --enable-libdrm --disable-vulkan --disable-doc
  5. libavutil 58. 32.100 / 58. 32.100
  6. libavcodec 60. 35.100 / 60. 35.100
  7. libavformat 60. 18.100 / 60. 18.100
  8. libavdevice 60. 4.100 / 60. 4.100
  9. libavfilter 9. 14.100 / 9. 14.100
  10. libswscale 7. 6.100 / 7. 6.100
  11. libswresample 4. 13.100 / 4. 13.100
  12. libpostproc 57. 4.100 / 57. 4.100
  13. Splitting the commandline.
  14. Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'.
  15. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
  16. Reading option '-device' ... matched as AVOption 'device' with argument '/dev/dri/card1'.
  17. Reading option '-f' ... matched as option 'f' (force format) with argument 'kmsgrab'.
  18. Reading option '-i' ... matched as output url with argument '-'.
  19. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'hwdownload,format=bgr0'.
  20. Reading option '-preset' ... matched as AVOption 'preset' with argument 'ultrafast'.
  21. Reading option 'hlvideo8.mkv' ... matched as output url.
  22. Finished splitting the commandline.
  23. Parsing a group of options: global .
  24. Applying option v (set logging level) with argument 9.
  25. Successfully parsed a group of options.
  26. Parsing a group of options: input url -.
  27. Applying option f (force format) with argument kmsgrab.
  28. Successfully parsed a group of options.
  29. Opening an input file: -.
  30. [AVHWDeviceContext @ 0x593f0165d080] Opened DRM device /dev/dri/card1: driver i915 version 1.6.0.
  31. [kmsgrab @ 0x593f0165ca00] Plane 32: CRTC 39 FB 51.
  32. [kmsgrab @ 0x593f0165ca00] Using plane 32 to locate framebuffers.
  33. [kmsgrab @ 0x593f0165ca00] Template framebuffer is 51: 1680x1050 format 34325258 modifier 100000000000001 flags 2.
  34. [kmsgrab @ 0x593f0165ca00] Format is bgr0, from DRM format 34325258 modifier 100000000000001.
  35. [kmsgrab @ 0x593f0165ca00] All info found
  36. [kmsgrab @ 0x593f0165ca00] rfps: 29.250000 0.017995
  37. [kmsgrab @ 0x593f0165ca00] rfps: 29.333333 0.013948
  38. [kmsgrab @ 0x593f0165ca00] rfps: 29.416667 0.010415
  39. [kmsgrab @ 0x593f0165ca00] rfps: 29.500000 0.007397
  40. [kmsgrab @ 0x593f0165ca00] rfps: 29.583333 0.004895
  41. [kmsgrab @ 0x593f0165ca00] rfps: 29.666667 0.002907
  42. [kmsgrab @ 0x593f0165ca00] rfps: 29.750000 0.001434
  43. [kmsgrab @ 0x593f0165ca00] rfps: 29.833333 0.000476
  44. Last message repeated 1 times
  45. [kmsgrab @ 0x593f0165ca00] rfps: 29.916667 0.000033
  46. Last message repeated 1 times
  47. [kmsgrab @ 0x593f0165ca00] rfps: 30.000000 0.000105
  48. Last message repeated 1 times
  49. [kmsgrab @ 0x593f0165ca00] rfps: 60.000000 0.000422
  50. Last message repeated 1 times
  51. [kmsgrab @ 0x593f0165ca00] rfps: 120.000000 0.001687
  52. Last message repeated 1 times
  53. [kmsgrab @ 0x593f0165ca00] rfps: 240.000000 0.006749
  54. Last message repeated 1 times
  55. [kmsgrab @ 0x593f0165ca00] rfps: 29.970030 0.000020
  56. Last message repeated 1 times
  57. [kmsgrab @ 0x593f0165ca00] rfps: 59.940060 0.000081
  58. Last message repeated 1 times
  59. [kmsgrab @ 0x593f0165ca00] stream 0: start_time: 1.73628e+09 duration: NOPTS
  60. [kmsgrab @ 0x593f0165ca00] format: start_time: 1.73628e+09 duration: NOPTS (estimate from bit rate) bitrate=0 kb/s
  61. Input #0, kmsgrab, from 'fd:':
  62. Duration: N/A, start: 1736283911.731723, bitrate: N/A
  63. Stream #0:0, 21, 1/1000000: Video: wrapped_avframe, 1 reference frame, drm_prime, 1680x1050, 0/1, 29.97 tbr, 1000k tbn
  64. Successfully opened the file.
  65. Parsing a group of options: output url hlvideo8.mkv.
  66. Applying option vf (set video filters) with argument hwdownload,format=bgr0.
  67. Successfully parsed a group of options.
  68. Opening an output file: hlvideo8.mkv.
  69. [out#0/matroska @ 0x593f0165fac0] No explicit maps, mapping streams automatically...
  70. [vost#0:0/libx264 @ 0x593f01660480] Created video stream from input stream 0:0
  71. [AVFilterGraph @ 0x593f0165c500] Setting 'pix_fmts' to value 'bgr0'
  72. [file @ 0x593f0166b700] Setting default whitelist 'file,crypto,data'
  73. Successfully opened the file.
  74. Stream mapping:
  75. Stream #0:0 -> #0:0 (wrapped_avframe (native) -> h264 (libx264))
  76. [vost#0:0/libx264 @ 0x593f01660480] Starting thread...
  77. [vf#0:0 @ 0x593f01661680] Starting thread...
  78. [vist#0:0/wrapped_avframe @ 0x593f0165f180] Starting thread...
  79. [in#0/kmsgrab @ 0x593f0165c740] Starting thread...
  80. [AVFilterGraph @ 0x755318001140] Setting 'pix_fmts' to value 'bgr0'
  81. detected 4 logical cores
  82. [graph 0 input from stream 0:0 @ 0x7553180024c0] Setting 'video_size' to value '1680x1050'
  83. [graph 0 input from stream 0:0 @ 0x7553180024c0] Setting 'pix_fmt' to value '179'
  84. [graph 0 input from stream 0:0 @ 0x7553180024c0] Setting 'time_base' to value '1/1000000'
  85. [graph 0 input from stream 0:0 @ 0x7553180024c0] Setting 'pixel_aspect' to value '0/1'
  86. [graph 0 input from stream 0:0 @ 0x7553180024c0] Setting 'frame_rate' to value '30000/1001'
  87. [graph 0 input from stream 0:0 @ 0x7553180024c0] w:1680 h:1050 pixfmt:drm_prime tb:1/1000000 fr:30000/1001 sar:0/1
  88. [format @ 0x755318002c40] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le|gray|gray10le'
  89. [auto_scale_0 @ 0x755318004080] w:iw h:ih flags:'' interl:0
  90. [format @ 0x755318002c40] auto-inserting filter 'auto_scale_0' between the filter 'Parsed_format_1' and the filter 'format'
  91. [AVFilterGraph @ 0x755318001140] query_formats: 5 queried, 3 merged, 1 already done, 0 delayed
  92. [auto_scale_0 @ 0x755318004080] picking yuv444p out of 14 ref:bgr0 alpha:0
  93. [auto_scale_0 @ 0x755318004080] w:1680 h:1050 fmt:bgr0 sar:0/1 -> w:1680 h:1050 fmt:yuv444p sar:0/1 flags:0x00000004
  94. [libx264 @ 0x593f01660800] using mv_range_thread = 88
  95. [libx264 @ 0x593f01660800] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64
  96. [libx264 @ 0x593f01660800] profile High 4:4:4 Predictive, level 4.0, 4:4:4, 8-bit
  97. [libx264 @ 0x593f01660800] 264 - core 164 r3108 31e19f9 - H.264/MPEG-4 AVC codec - Copyleft 2003-2023 - http://www.videolan.org/x264.html - options: cabac=0 ref=1 deblock=0:0:0 analyse=0:0 me=dia subme=0 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=6 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=0 intra_refresh=0 rc=crf mbtree=0 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=0
  98. [matroska @ 0x593f0165fbc0] get_metadata_duration returned: 0
  99. Output #0, matroska, to 'hlvideo8.mkv':
  100. Metadata:
  101. encoder : Lavf60.18.100
  102. Stream #0:0, 0, 1/1000: Video: h264, 1 reference frame (H264 / 0x34363248), yuv444p(tv, progressive), 1680x1050 (0x0), 0/1, q=2-31, 29.97 fps, 1k tbn
  103. Metadata:
  104. encoder : Lavc60.35.100 libx264
  105. Side data:
  106. cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
  107. [out#0/matroska @ 0x593f0165fac0] Starting thread...
  108. [libx264 @ 0x593f01660800] frame= 0 QP=20.00 NAL=3 Slice:I Poc:0 I:6930 P:0 SKIP:0 size=727812 bytes
  109. [matroska @ 0x593f0165fbc0] Starting new cluster with timestamp 0 at offset 592 bytes
  110. [matroska @ 0x593f0165fbc0] Writing block of size 728411 with pts 0, dts 0, duration 33 at relative offset 9 in cluster at offset 592. TrackNumber 1, keyframe 1
  111. [libx264 @ 0x593f01660800] frame= 1 QP=28.00 NAL=2 Slice:P Poc:2 I:385 P:2912 SKIP:3633 size=160510 bytes
  112. [matroska @ 0x593f0165fbc0] Writing block of size 160510 with pts 33, dts 33, duration 33 at relative offset 728429 in cluster at offset 592. TrackNumber 1, keyframe 0
  113. [libx264 @ 0x593f01660800] frame= 2 QP=25.00 NAL=2 Slice:P Poc:4 I:13 P:3152 SKIP:3765 size=77057 bytes
  114. [matroska @ 0x593f0165fbc0] Writing block of size 77057 with pts 67, dts 67, duration 33 at relative offset 888947 in cluster at offset 592. TrackNumber 1, keyframe 0
  115. [libx264 @ 0x593f01660800] frame= 3 QP=22.00 NAL=2 Slice:P Poc:6 I:8 P:3229 SKIP:3693 size=86987 bytes
  116. [matroska @ 0x593f0165fbc0] Writing block of size 86987 with pts 100, dts 100, duration 33 at relative offset 966012 in cluster at offset 592. TrackNumber 1, keyframe 0
  117. [libx264 @ 0x593f01660800] frame= 4 QP=20.00 NAL=2 Slice:P Poc:8 I:8 P:3306 SKIP:3616 size=77297 bytes
  118. [matroska @ 0x593f0165fbc0] Writing block of size 77297 with pts 133, dts 133, duration 33 at relative offset 1053007 in cluster at offset 592. TrackNumber 1, keyframe 0
  119. [libx264 @ 0x593f01660800] frame= 5 QP=18.00 NAL=2 Slice:P Poc:10 I:27 P:3921 SKIP:2982 size=80757 bytes
  120. [matroska @ 0x593f0165fbc0] Writing block of size 80757 with pts 167, dts 167, duration 33 at relative offset 1130312 in cluster at offset 592. TrackNumber 1, keyframe 0
  121. [libx264 @ 0x593f01660800] frame= 6 QP=16.00 NAL=2 Slice:P Poc:12 I:301 P:5591 SKIP:1038 size=195516 bytes
  122. [matroska @ 0x593f0165fbc0] Writing block of size 195516 with pts 200, dts 200, duration 33 at relative offset 1211077 in cluster at offset 592. TrackNumber 1, keyframe 0
  123. [libx264 @ 0x593f01660800] frame= 7 QP=15.00 NAL=2 Slice:P Poc:14 I:144 P:4767 SKIP:2019 size=63884 bytes
  124. [matroska @ 0x593f0165fbc0] Writing block of size 63884 with pts 234, dts 234, duration 33 at relative offset 1406601 in cluster at offset 592. TrackNumber 1, keyframe 0
  125. [libx264 @ 0x593f01660800] frame= 8 QP=14.00 NAL=2 Slice:P Poc:16 I:216 P:5067 SKIP:1647 size=90464 bytes
  126. [matroska @ 0x593f0165fbc0] Writing block of size 90464 with pts 267, dts 267, duration 33 at relative offset 1470493 in cluster at offset 592. TrackNumber 1, keyframe 0
  127. [libx264 @ 0x593f01660800] frame= 9 QP=14.00 NAL=2 Slice:P Poc:18 I:0 P:157 SKIP:6773 size=832 bytes
  128. [matroska @ 0x593f0165fbc0] Writing block of size 832 with pts 300, dts 300, duration 33 at relative offset 1560965 in cluster at offset 592. TrackNumber 1, keyframe 0
  129. [libx264 @ 0x593f01660800] frame= 10 QP=13.00 NAL=2 Slice:P Poc:20 I:321 P:5711 SKIP:898 size=151242 bytes
  130. [matroska @ 0x593f0165fbc0] Writing block of size 151242 with pts 334, dts 334, duration 33 at relative offset 1561804 in cluster at offset 592. TrackNumber 1, keyframe 0
  131. [libx264 @ 0x593f01660800] frame= 11 QP=20.00 NAL=2 Slice:P Poc:22 I:415 P:35 SKIP:6480 size=47892 bytes
  132. [matroska @ 0x593f0165fbc0] Writing block of size 47892 with pts 367, dts 367, duration 33 at relative offset 1713054 in cluster at offset 592. TrackNumber 1, keyframe 0
  133. [libx264 @ 0x593f01660800] frame= 12 QP=25.00 NAL=2 Slice:P Poc:24 I:1039 P:2316 SKIP:3575 size=255806 bytes
  134. [matroska @ 0x593f0165fbc0] Writing block of size 255806 with pts 400, dts 400, duration 33 at relative offset 1760954 in cluster at offset 592. TrackNumber 1, keyframe 0
  135. [libx264 @ 0x593f01660800] frame= 13 QP=27.00 NAL=2 Slice:P Poc:26 I:2145 P:1289 SKIP:3496 size=254387 bytes
  136. [matroska @ 0x593f0165fbc0] Writing block of size 254387 with pts 434, dts 434, duration 33 at relative offset 2016768 in cluster at offset 592. TrackNumber 1, keyframe 0
  137. [libx264 @ 0x593f01660800] frame= 14 QP=27.00 NAL=2 Slice:P Poc:28 I:1988 P:568 SKIP:4374 size=184206 bytes
  138. [matroska @ 0x593f0165fbc0] Writing block of size 184206 with pts 467, dts 467, duration 33 at relative offset 2271163 in cluster at offset 592. TrackNumber 1, keyframe 0
  139. [libx264 @ 0x593f01660800] frame= 15 QP=24.00 NAL=2 Slice:P Poc:30 I:32 P:3014 SKIP:3884 size=67368 bytes
  140. [matroska @ 0x593f0165fbc0] Writing block of size 67368 with pts 501, dts 501, duration 33 at relative offset 2455377 in cluster at offset 592. TrackNumber 1, keyframe 0
  141. [libx264 @ 0x593f01660800] frame= 16 QP=22.00 NAL=2 Slice:P Poc:32 I:71 P:3213 SKIP:3646 size=79045 bytes
  142. [matroska @ 0x593f0165fbc0] Writing block of size 79045 with pts 534, dts 534, duration 33 at relative offset 2522753 in cluster at offset 592. TrackNumber 1, keyframe 0
  143. [libx264 @ 0x593f01660800] frame= 17 QP=24.00 NAL=2 Slice:P Poc:34 I:261 P:2723 SKIP:3946 size=171185 bytes
  144. [matroska @ 0x593f0165fbc0] Writing block of size 171185 with pts 567, dts 567, duration 33 at relative offset 2601806 in cluster at offset 592. TrackNumber 1, keyframe 0
  145. [libx264 @ 0x593f01660800] frame= 18 QP=21.00 NAL=2 Slice:P Poc:36 I:14 P:3265 SKIP:3651 size=95955 bytes
  146. [matroska @ 0x593f0165fbc0] Writing block of size 95955 with pts 601, dts 601, duration 33 at relative offset 2772999 in cluster at offset 592. TrackNumber 1, keyframe 0
  147. [libx264 @ 0x593f01660800] frame= 19 QP=23.00 NAL=2 Slice:P Poc:38 I:170 P:2515 SKIP:4245 size=143456 bytes
  148. [matroska @ 0x593f0165fbc0] Writing block of size 143456 with pts 634, dts 634, duration 33 at relative offset 2868962 in cluster at offset 592. TrackNumber 1, keyframe 0
  149. [libx264 @ 0x593f01660800] frame= 20 QP=21.00 NAL=2 Slice:P Poc:40 I:1915 P:1412 SKIP:3603 size=245502 bytes
  150. [matroska @ 0x593f0165fbc0] Writing block of size 245502 with pts 667, dts 667, duration 33 at relative offset 3012426 in cluster at offset 592. TrackNumber 1, keyframe 0
  151. [libx264 @ 0x593f01660800] frame= 21 QP=25.00 NAL=2 Slice:P Poc:42 I:1982 P:1272 SKIP:3676 size=239324 bytes
  152. [matroska @ 0x593f0165fbc0] Writing block of size 239324 with pts 1134, dts 1134, duration 33 at relative offset 3257936 in cluster at offset 592. TrackNumber 1, keyframe 0
  153. [libx264 @ 0x593f01660800] frame= 22 QP=24.00 NAL=2 Slice:P Poc:44 I:108 P:2626 SKIP:4196 size=107803 bytes
  154. [matroska @ 0x593f0165fbc0] Writing block of size 107803 with pts 1168, dts 1168, duration 33 at relative offset 3497268 in cluster at offset 592. TrackNumber 1, keyframe 0
  155. [libx264 @ 0x593f01660800] frame= 23 QP=24.00 NAL=2 Slice:P Poc:46 I:831 P:33 SKIP:6066 size=65217 bytes
  156. [matroska @ 0x593f0165fbc0] Writing block of size 65217 with pts 1201, dts 1201, duration 33 at relative offset 3605079 in cluster at offset 592. TrackNumber 1, keyframe 0
  157. [libx264 @ 0x593f01660800] frame= 24 QP=25.00 NAL=2 Slice:P Poc:48 I:905 P:1918 SKIP:4107 size=159853 bytes
  158. [matroska @ 0x593f0165fbc0] Writing block of size 159853 with pts 1235, dts 1235, duration 33 at relative offset 3670304 in cluster at offset 592. TrackNumber 1, keyframe 0
  159. [libx264 @ 0x593f01660800] frame= 25 QP=27.00 NAL=2 Slice:P Poc:50 I:3246 P:241 SKIP:3443 size=317658 bytes
  160. [matroska @ 0x593f0165fbc0] Writing block of size 317658 with pts 1268, dts 1268, duration 33 at relative offset 3830165 in cluster at offset 592. TrackNumber 1, keyframe 0
  161. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.441948
  162. [libx264 @ 0x593f01660800] frame= 26 QP=28.00 NAL=2 Slice:P Poc:52 I:2967 P:520 SKIP:3443 size=280012 bytes
  163. [matroska @ 0x593f0165fbc0] Writing block of size 280012 with pts 1301, dts 1301, duration 33 at relative offset 4147831 in cluster at offset 592. TrackNumber 1, keyframe 0
  164. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.440758
  165. [libx264 @ 0x593f01660800] frame= 27 QP=26.00 NAL=2 Slice:P Poc:54 I:117 P:2710 SKIP:4103 size=95084 bytes
  166. [matroska @ 0x593f0165fbc0] Writing block of size 95084 with pts 1335, dts 1335, duration 33 at relative offset 4427851 in cluster at offset 592. TrackNumber 1, keyframe 0
  167. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.439415
  168. [libx264 @ 0x593f01660800] frame= 28 QP=25.00 NAL=2 Slice:P Poc:56 I:141 P:3177 SKIP:3612 size=108165 bytes
  169. [matroska @ 0x593f0165fbc0] Writing block of size 108165 with pts 1368, dts 1368, duration 33 at relative offset 4522943 in cluster at offset 592. TrackNumber 1, keyframe 0
  170. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.438194
  171. [libx264 @ 0x593f01660800] frame= 29 QP=25.00 NAL=2 Slice:P Poc:58 I:1314 P:1606 SKIP:4010 size=159585 bytes
  172. [matroska @ 0x593f0165fbc0] Writing block of size 159585 with pts 1401, dts 1401, duration 33 at relative offset 4631116 in cluster at offset 592. TrackNumber 1, keyframe 0
  173. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.437614 speed= 1.4x
  174. [libx264 @ 0x593f01660800] frame= 30 QP=25.00 NAL=2 Slice:P Poc:60 I:923 P:1978 SKIP:4029 size=176844 bytes
  175. [matroska @ 0x593f0165fbc0] Writing block of size 176844 with pts 1435, dts 1435, duration 33 at relative offset 4790709 in cluster at offset 592. TrackNumber 1, keyframe 0
  176. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.436241
  177. [libx264 @ 0x593f01660800] frame= 31 QP=24.00 NAL=2 Slice:P Poc:62 I:65 P:2858 SKIP:4007 size=101062 bytes
  178. [matroska @ 0x593f0165fbc0] Writing block of size 101062 with pts 1468, dts 1468, duration 33 at relative offset 4967561 in cluster at offset 592. TrackNumber 1, keyframe 0
  179. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.434441
  180. [libx264 @ 0x593f01660800] frame= 32 QP=23.00 NAL=2 Slice:P Poc:64 I:94 P:2878 SKIP:3958 size=110704 bytes
  181. [matroska @ 0x593f0165fbc0] Writing block of size 110704 with pts 1535, dts 1535, duration 33 at relative offset 5068631 in cluster at offset 592. TrackNumber 1, keyframe 0
  182. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.433281
  183. [libx264 @ 0x593f01660800] frame= 33 QP=23.00 NAL=2 Slice:P Poc:66 I:106 P:2600 SKIP:4224 size=110385 bytes
  184. [matroska @ 0x593f0165fbc0] Writing block of size 110385 with pts 1568, dts 1568, duration 33 at relative offset 5179343 in cluster at offset 592. TrackNumber 1, keyframe 0
  185. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.431847
  186. [libx264 @ 0x593f01660800] frame= 34 QP=23.00 NAL=2 Slice:P Poc:68 I:52 P:2458 SKIP:4420 size=99057 bytes
  187. [matroska @ 0x593f0165fbc0] Starting new cluster with timestamp 1602 at offset 5290336 bytes
  188. [matroska @ 0x593f0165fbc0] Writing block of size 99057 with pts 1602, dts 1602, duration 33 at relative offset 10 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  189. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.429863
  190. [libx264 @ 0x593f01660800] frame= 35 QP=25.00 NAL=2 Slice:P Poc:70 I:616 P:2525 SKIP:3789 size=231462 bytes
  191. [matroska @ 0x593f0165fbc0] Writing block of size 231462 with pts 1635, dts 1635, duration 33 at relative offset 99075 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  192. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.428581
  193. [libx264 @ 0x593f01660800] frame= 36 QP=25.00 NAL=2 Slice:P Poc:72 I:443 P:2541 SKIP:3946 size=205099 bytes
  194. [matroska @ 0x593f0165fbc0] Writing block of size 205099 with pts 1668, dts 1668, duration 33 at relative offset 330545 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  195. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.427422
  196. [libx264 @ 0x593f01660800] frame= 37 QP=25.00 NAL=2 Slice:P Poc:74 I:410 P:2447 SKIP:4073 size=175719 bytes
  197. [matroska @ 0x593f0165fbc0] Writing block of size 175719 with pts 1702, dts 1702, duration 33 at relative offset 535652 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  198. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.426476
  199. [libx264 @ 0x593f01660800] frame= 38 QP=25.00 NAL=2 Slice:P Poc:76 I:346 P:2315 SKIP:4269 size=147572 bytes
  200. [matroska @ 0x593f0165fbc0] Writing block of size 147572 with pts 1735, dts 1735, duration 33 at relative offset 711379 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  201. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.425377
  202. [libx264 @ 0x593f01660800] frame= 39 QP=24.00 NAL=2 Slice:P Poc:78 I:258 P:2721 SKIP:3951 size=133457 bytes
  203. [matroska @ 0x593f0165fbc0] Writing block of size 133457 with pts 1768, dts 1768, duration 33 at relative offset 858959 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  204. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.423790
  205. [libx264 @ 0x593f01660800] frame= 40 QP=23.00 NAL=2 Slice:P Poc:80 I:121 P:2842 SKIP:3967 size=102501 bytes
  206. [matroska @ 0x593f0165fbc0] Writing block of size 102501 with pts 1802, dts 1802, duration 33 at relative offset 992424 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  207. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.422600
  208. [libx264 @ 0x593f01660800] frame= 41 QP=22.00 NAL=2 Slice:P Poc:82 I:20 P:3289 SKIP:3621 size=115927 bytes
  209. [matroska @ 0x593f0165fbc0] Writing block of size 115927 with pts 1835, dts 1835, duration 33 at relative offset 1094933 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  210. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.420952
  211. [libx264 @ 0x593f01660800] frame= 42 QP=21.00 NAL=2 Slice:P Poc:84 I:29 P:3342 SKIP:3559 size=111160 bytes
  212. [matroska @ 0x593f0165fbc0] Writing block of size 111160 with pts 1869, dts 1869, duration 33 at relative offset 1210868 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  213. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.399620
  214. [libx264 @ 0x593f01660800] frame= 43 QP=24.00 NAL=2 Slice:P Poc:86 I:571 P:2768 SKIP:3591 size=275680 bytes
  215. [matroska @ 0x593f0165fbc0] Writing block of size 275680 with pts 1902, dts 1902, duration 33 at relative offset 1322036 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  216. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.398064
  217. [libx264 @ 0x593f01660800] frame= 44 QP=23.00 NAL=2 Slice:P Poc:88 I:118 P:2750 SKIP:4062 size=108831 bytes
  218. [matroska @ 0x593f0165fbc0] Writing block of size 108831 with pts 1935, dts 1935, duration 33 at relative offset 1597724 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  219. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.396965s speed=1.29x
  220. [libx264 @ 0x593f01660800] frame= 45 QP=23.00 NAL=2 Slice:P Poc:90 I:113 P:1776 SKIP:5041 size=95838 bytes
  221. [matroska @ 0x593f0165fbc0] Writing block of size 95838 with pts 1969, dts 1969, duration 33 at relative offset 1706563 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  222. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.395958
  223. [libx264 @ 0x593f01660800] frame= 46 QP=23.00 NAL=2 Slice:P Poc:92 I:83 P:1783 SKIP:5064 size=95344 bytes
  224. [matroska @ 0x593f0165fbc0] Writing block of size 95344 with pts 2002, dts 2002, duration 33 at relative offset 1802409 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  225. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.394920
  226. [libx264 @ 0x593f01660800] frame= 47 QP=22.00 NAL=2 Slice:P Poc:94 I:75 P:2972 SKIP:3883 size=133163 bytes
  227. [matroska @ 0x593f0165fbc0] Writing block of size 133163 with pts 2035, dts 2035, duration 33 at relative offset 1897761 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  228. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.393883
  229. [libx264 @ 0x593f01660800] frame= 48 QP=22.00 NAL=2 Slice:P Poc:96 I:109 P:1812 SKIP:5009 size=106858 bytes
  230. [matroska @ 0x593f0165fbc0] Writing block of size 106858 with pts 2069, dts 2069, duration 33 at relative offset 2030932 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  231. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.392754
  232. [libx264 @ 0x593f01660800] frame= 49 QP=22.00 NAL=2 Slice:P Poc:98 I:125 P:1726 SKIP:5079 size=97641 bytes
  233. [matroska @ 0x593f0165fbc0] Writing block of size 97641 with pts 2102, dts 2102, duration 33 at relative offset 2137798 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  234. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.391624
  235. [libx264 @ 0x593f01660800] frame= 50 QP=21.00 NAL=2 Slice:P Poc:100 I:32 P:2911 SKIP:3987 size=89539 bytes
  236. [matroska @ 0x593f0165fbc0] Writing block of size 89539 with pts 2135, dts 2135, duration 33 at relative offset 2235447 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  237. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.390556
  238. [libx264 @ 0x593f01660800] frame= 51 QP=20.00 NAL=2 Slice:P Poc:102 I:46 P:3272 SKIP:3612 size=110576 bytes
  239. [matroska @ 0x593f0165fbc0] Writing block of size 110576 with pts 2169, dts 2169, duration 33 at relative offset 2324994 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  240. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.389397
  241. [libx264 @ 0x593f01660800] frame= 52 QP=20.00 NAL=2 Slice:P Poc:104 I:7 P:1398 SKIP:5525 size=52378 bytes
  242. [matroska @ 0x593f0165fbc0] Writing block of size 52378 with pts 2202, dts 2202, duration 33 at relative offset 2435578 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  243. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.360741
  244. [libx264 @ 0x593f01660800] frame= 53 QP=20.00 NAL=2 Slice:P Poc:106 I:20 P:1482 SKIP:5428 size=64844 bytes
  245. [matroska @ 0x593f0165fbc0] Writing block of size 64844 with pts 2236, dts 2236, duration 33 at relative offset 2487964 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  246. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.359856
  247. [libx264 @ 0x593f01660800] frame= 54 QP=20.00 NAL=2 Slice:P Poc:108 I:89 P:1623 SKIP:5218 size=71007 bytes
  248. [matroska @ 0x593f0165fbc0] Writing block of size 71007 with pts 2269, dts 2269, duration 33 at relative offset 2552816 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  249. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.358788
  250. [libx264 @ 0x593f01660800] frame= 55 QP=20.00 NAL=2 Slice:P Poc:110 I:14 P:1633 SKIP:5283 size=68182 bytes
  251. [matroska @ 0x593f0165fbc0] Writing block of size 68182 with pts 2302, dts 2302, duration 33 at relative offset 2623831 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  252. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.357567
  253. [libx264 @ 0x593f01660800] frame= 56 QP=20.00 NAL=2 Slice:P Poc:112 I:24 P:1799 SKIP:5107 size=79951 bytes
  254. [matroska @ 0x593f0165fbc0] Writing block of size 79951 with pts 2336, dts 2336, duration 33 at relative offset 2692021 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  255. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.355705
  256. [libx264 @ 0x593f01660800] frame= 57 QP=20.00 NAL=2 Slice:P Poc:114 I:16 P:1734 SKIP:5180 size=73091 bytes
  257. [matroska @ 0x593f0165fbc0] Writing block of size 73091 with pts 2369, dts 2369, duration 33 at relative offset 2771980 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  258. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.354607
  259. [libx264 @ 0x593f01660800] frame= 58 QP=21.00 NAL=2 Slice:P Poc:116 I:9 P:1904 SKIP:5017 size=76743 bytes
  260. [matroska @ 0x593f0165fbc0] Writing block of size 76743 with pts 2402, dts 2402, duration 33 at relative offset 2845079 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  261. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.353569
  262. [libx264 @ 0x593f01660800] frame= 59 QP=21.00 NAL=2 Slice:P Poc:118 I:15 P:1907 SKIP:5008 size=77895 bytes
  263. [matroska @ 0x593f0165fbc0] Writing block of size 77895 with pts 2436, dts 2436, duration 33 at relative offset 2921830 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  264. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.352318s speed=1.21x
  265. [libx264 @ 0x593f01660800] frame= 60 QP=21.00 NAL=2 Slice:P Poc:120 I:27 P:2020 SKIP:4883 size=87885 bytes
  266. [matroska @ 0x593f0165fbc0] Writing block of size 87885 with pts 2469, dts 2469, duration 33 at relative offset 2999733 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  267. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.351006
  268. [libx264 @ 0x593f01660800] frame= 61 QP=21.00 NAL=2 Slice:P Poc:122 I:20 P:2052 SKIP:4858 size=88580 bytes
  269. [matroska @ 0x593f0165fbc0] Writing block of size 88580 with pts 2503, dts 2503, duration 33 at relative offset 3087626 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  270. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.349998
  271. [libx264 @ 0x593f01660800] frame= 62 QP=21.00 NAL=2 Slice:P Poc:124 I:24 P:2000 SKIP:4906 size=86295 bytes
  272. [matroska @ 0x593f0165fbc0] Writing block of size 86295 with pts 2536, dts 2536, duration 33 at relative offset 3176214 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  273. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.348778
  274. [libx264 @ 0x593f01660800] frame= 63 QP=21.00 NAL=2 Slice:P Poc:126 I:12 P:1834 SKIP:5084 size=75630 bytes
  275. [matroska @ 0x593f0165fbc0] Writing block of size 75630 with pts 2569, dts 2569, duration 33 at relative offset 3262517 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  276. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.347771
  277. [libx264 @ 0x593f01660800] frame= 64 QP=21.00 NAL=2 Slice:P Poc:128 I:24 P:1794 SKIP:5112 size=74022 bytes
  278. [matroska @ 0x593f0165fbc0] Writing block of size 74022 with pts 2603, dts 2603, duration 33 at relative offset 3338155 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  279. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.346642
  280. [libx264 @ 0x593f01660800] frame= 65 QP=21.00 NAL=2 Slice:P Poc:130 I:6 P:1624 SKIP:5300 size=61705 bytes
  281. [matroska @ 0x593f0165fbc0] Writing block of size 61705 with pts 2636, dts 2636, duration 33 at relative offset 3412185 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  282. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.345238
  283. [libx264 @ 0x593f01660800] frame= 66 QP=20.00 NAL=2 Slice:P Poc:132 I:15 P:2171 SKIP:4744 size=72780 bytes
  284. [matroska @ 0x593f0165fbc0] Writing block of size 72780 with pts 2669, dts 2669, duration 33 at relative offset 3473898 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  285. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.343895
  286. [libx264 @ 0x593f01660800] frame= 67 QP=20.00 NAL=2 Slice:P Poc:134 I:15 P:1396 SKIP:5519 size=51655 bytes
  287. [matroska @ 0x593f0165fbc0] Writing block of size 51655 with pts 2703, dts 2703, duration 33 at relative offset 3546686 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  288. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.342186
  289. [libx264 @ 0x593f01660800] frame= 68 QP=20.00 NAL=2 Slice:P Poc:136 I:5 P:1341 SKIP:5584 size=52158 bytes
  290. [matroska @ 0x593f0165fbc0] Writing block of size 52158 with pts 2736, dts 2736, duration 33 at relative offset 3598349 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  291. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.340721
  292. [libx264 @ 0x593f01660800] frame= 69 QP=19.00 NAL=2 Slice:P Poc:138 I:100 P:3428 SKIP:3402 size=129377 bytes
  293. [matroska @ 0x593f0165fbc0] Writing block of size 129377 with pts 2769, dts 2769, duration 33 at relative offset 3650515 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  294. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.337791
  295. [libx264 @ 0x593f01660800] frame= 70 QP=19.00 NAL=2 Slice:P Poc:140 I:1 P:1383 SKIP:5546 size=48598 bytes
  296. [matroska @ 0x593f0165fbc0] Writing block of size 48598 with pts 2803, dts 2803, duration 33 at relative offset 3779900 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  297. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.336876
  298. [libx264 @ 0x593f01660800] frame= 71 QP=19.00 NAL=2 Slice:P Poc:142 I:1 P:1330 SKIP:5599 size=46695 bytes
  299. [matroska @ 0x593f0165fbc0] Writing block of size 46695 with pts 2836, dts 2836, duration 33 at relative offset 3828506 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  300. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.335411
  301. [libx264 @ 0x593f01660800] frame= 72 QP=19.00 NAL=2 Slice:P Poc:144 I:1 P:1350 SKIP:5579 size=47398 bytes
  302. [matroska @ 0x593f0165fbc0] Writing block of size 47398 with pts 2870, dts 2870, duration 33 at relative offset 3875209 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  303. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.334282
  304. [libx264 @ 0x593f01660800] frame= 73 QP=18.00 NAL=2 Slice:P Poc:146 I:4 P:3231 SKIP:3695 size=89878 bytes
  305. [matroska @ 0x593f0165fbc0] Writing block of size 89878 with pts 2903, dts 2903, duration 33 at relative offset 3922615 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  306. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.333305
  307. [libx264 @ 0x593f01660800] frame= 74 QP=18.00 NAL=2 Slice:P Poc:148 I:1 P:1395 SKIP:5534 size=52710 bytes
  308. [matroska @ 0x593f0165fbc0] Writing block of size 52710 with pts 2936, dts 2936, duration 33 at relative offset 4012501 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  309. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.331932s speed=1.17x
  310. [libx264 @ 0x593f01660800] frame= 75 QP=18.00 NAL=2 Slice:P Poc:150 I:2 P:1309 SKIP:5619 size=49522 bytes
  311. [matroska @ 0x593f0165fbc0] Writing block of size 49522 with pts 2970, dts 2970, duration 33 at relative offset 4065219 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  312. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.330437
  313. [libx264 @ 0x593f01660800] frame= 76 QP=18.00 NAL=2 Slice:P Poc:152 I:0 P:1305 SKIP:5625 size=49243 bytes
  314. [matroska @ 0x593f0165fbc0] Writing block of size 49243 with pts 3003, dts 3003, duration 33 at relative offset 4114749 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  315. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.328911
  316. [libx264 @ 0x593f01660800] frame= 77 QP=18.00 NAL=2 Slice:P Poc:154 I:1 P:1275 SKIP:5654 size=47743 bytes
  317. [matroska @ 0x593f0165fbc0] Writing block of size 47743 with pts 3036, dts 3036, duration 33 at relative offset 4164000 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  318. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.305687
  319. [libx264 @ 0x593f01660800] frame= 78 QP=19.00 NAL=2 Slice:P Poc:156 I:6 P:1450 SKIP:5474 size=61154 bytes
  320. [matroska @ 0x593f0165fbc0] Writing block of size 61154 with pts 3070, dts 3070, duration 33 at relative offset 4211751 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  321. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.303703
  322. [libx264 @ 0x593f01660800] frame= 79 QP=20.00 NAL=2 Slice:P Poc:158 I:12 P:1642 SKIP:5276 size=68727 bytes
  323. [matroska @ 0x593f0165fbc0] Writing block of size 68727 with pts 3103, dts 3103, duration 33 at relative offset 4272913 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  324. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.302574
  325. [libx264 @ 0x593f01660800] frame= 80 QP=20.00 NAL=2 Slice:P Poc:160 I:13 P:1630 SKIP:5287 size=67600 bytes
  326. [matroska @ 0x593f0165fbc0] Writing block of size 67600 with pts 3136, dts 3136, duration 33 at relative offset 4341648 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  327. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.301231
  328. [libx264 @ 0x593f01660800] frame= 81 QP=20.00 NAL=2 Slice:P Poc:162 I:10 P:1599 SKIP:5321 size=65219 bytes
  329. [matroska @ 0x593f0165fbc0] Writing block of size 65219 with pts 3170, dts 3170, duration 33 at relative offset 4409256 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  330. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.299828
  331. [libx264 @ 0x593f01660800] frame= 82 QP=20.00 NAL=2 Slice:P Poc:164 I:11 P:1618 SKIP:5301 size=66329 bytes
  332. [matroska @ 0x593f0165fbc0] Writing block of size 66329 with pts 3203, dts 3203, duration 33 at relative offset 4474483 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  333. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.298607
  334. [libx264 @ 0x593f01660800] frame= 83 QP=20.00 NAL=2 Slice:P Poc:166 I:15 P:1729 SKIP:5186 size=79748 bytes
  335. [matroska @ 0x593f0165fbc0] Writing block of size 79748 with pts 3237, dts 3237, duration 33 at relative offset 4540820 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  336. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.297295
  337. [libx264 @ 0x593f01660800] frame= 84 QP=20.00 NAL=2 Slice:P Poc:168 I:101 P:1650 SKIP:5179 size=69437 bytes
  338. [matroska @ 0x593f0165fbc0] Writing block of size 69437 with pts 3270, dts 3270, duration 33 at relative offset 4620576 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  339. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.263145
  340. [libx264 @ 0x593f01660800] frame= 85 QP=20.00 NAL=2 Slice:P Poc:170 I:15 P:1468 SKIP:5447 size=52086 bytes
  341. [matroska @ 0x593f0165fbc0] Writing block of size 52086 with pts 3303, dts 3303, duration 33 at relative offset 4690021 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  342. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.261681
  343. [libx264 @ 0x593f01660800] frame= 86 QP=19.00 NAL=2 Slice:P Poc:172 I:0 P:2073 SKIP:4857 size=55697 bytes
  344. [matroska @ 0x593f0165fbc0] Writing block of size 55697 with pts 3337, dts 3337, duration 33 at relative offset 4742115 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  345. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.260582
  346. [libx264 @ 0x593f01660800] frame= 87 QP=17.00 NAL=2 Slice:P Poc:174 I:9 P:3479 SKIP:3442 size=104123 bytes
  347. [matroska @ 0x593f0165fbc0] Writing block of size 104123 with pts 3370, dts 3370, duration 33 at relative offset 4797820 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  348. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.259483
  349. [libx264 @ 0x593f01660800] frame= 88 QP=24.00 NAL=2 Slice:P Poc:176 I:567 P:2777 SKIP:3586 size=285814 bytes
  350. [matroska @ 0x593f0165fbc0] Writing block of size 285814 with pts 3403, dts 3403, duration 33 at relative offset 4901951 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  351. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.258385
  352. [libx264 @ 0x593f01660800] frame= 89 QP=25.00 NAL=2 Slice:P Poc:178 I:438 P:2903 SKIP:3589 size=250674 bytes
  353. [matroska @ 0x593f0165fbc0] Writing block of size 250674 with pts 3437, dts 3437, duration 33 at relative offset 5187773 in cluster at offset 5290336. TrackNumber 1, keyframe 0
  354. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.228386s speed=1.14x
  355. [libx264 @ 0x593f01660800] frame= 90 QP=23.00 NAL=2 Slice:P Poc:180 I:0 P:2946 SKIP:3984 size=69817 bytes
  356. [matroska @ 0x593f0165fbc0] Starting new cluster with timestamp 3470 at offset 10728799 bytes
  357. [matroska @ 0x593f0165fbc0] Writing block of size 69817 with pts 3470, dts 3470, duration 33 at relative offset 10 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  358. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.226799
  359. [libx264 @ 0x593f01660800] frame= 91 QP=21.00 NAL=2 Slice:P Poc:182 I:0 P:3272 SKIP:3658 size=99944 bytes
  360. [matroska @ 0x593f0165fbc0] Writing block of size 99944 with pts 3504, dts 3504, duration 33 at relative offset 69835 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  361. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.225609
  362. [libx264 @ 0x593f01660800] frame= 92 QP=25.00 NAL=2 Slice:P Poc:184 I:556 P:2785 SKIP:3589 size=258573 bytes
  363. [matroska @ 0x593f0165fbc0] Writing block of size 258573 with pts 3537, dts 3537, duration 33 at relative offset 169787 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  364. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.224052
  365. [libx264 @ 0x593f01660800] frame= 93 QP=26.00 NAL=2 Slice:P Poc:186 I:413 P:2924 SKIP:3593 size=224450 bytes
  366. [matroska @ 0x593f0165fbc0] Writing block of size 224450 with pts 3570, dts 3570, duration 33 at relative offset 428368 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  367. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.222893
  368. [libx264 @ 0x593f01660800] frame= 94 QP=24.00 NAL=2 Slice:P Poc:188 I:1 P:3048 SKIP:3881 size=104560 bytes
  369. [matroska @ 0x593f0165fbc0] Writing block of size 104560 with pts 3604, dts 3604, duration 33 at relative offset 652826 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  370. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.221764
  371. [libx264 @ 0x593f01660800] frame= 95 QP=22.00 NAL=2 Slice:P Poc:190 I:0 P:3287 SKIP:3643 size=88475 bytes
  372. [matroska @ 0x593f0165fbc0] Writing block of size 88475 with pts 3637, dts 3637, duration 33 at relative offset 757394 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  373. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.220116
  374. [libx264 @ 0x593f01660800] frame= 96 QP=21.00 NAL=2 Slice:P Poc:192 I:10 P:2554 SKIP:4366 size=70408 bytes
  375. [matroska @ 0x593f0165fbc0] Writing block of size 70408 with pts 3670, dts 3670, duration 33 at relative offset 845877 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  376. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.218498
  377. [libx264 @ 0x593f01660800] frame= 97 QP=20.00 NAL=2 Slice:P Poc:194 I:11 P:2741 SKIP:4178 size=82647 bytes
  378. [matroska @ 0x593f0165fbc0] Writing block of size 82647 with pts 3704, dts 3704, duration 33 at relative offset 916293 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  379. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.216881
  380. [libx264 @ 0x593f01660800] frame= 98 QP=20.00 NAL=2 Slice:P Poc:196 I:11 P:1607 SKIP:5312 size=72207 bytes
  381. [matroska @ 0x593f0165fbc0] Writing block of size 72207 with pts 3737, dts 3737, duration 33 at relative offset 998948 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  382. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.215385
  383. [libx264 @ 0x593f01660800] frame= 99 QP=24.00 NAL=2 Slice:P Poc:198 I:637 P:2812 SKIP:3481 size=276842 bytes
  384. [matroska @ 0x593f0165fbc0] Writing block of size 276842 with pts 3770, dts 3770, duration 33 at relative offset 1071163 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  385. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.213860
  386. [libx264 @ 0x593f01660800] frame= 100 QP=24.00 NAL=2 Slice:P Poc:200 I:127 P:1892 SKIP:4911 size=97205 bytes
  387. [matroska @ 0x593f0165fbc0] Writing block of size 97205 with pts 3804, dts 3804, duration 33 at relative offset 1348013 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  388. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.212883
  389. [libx264 @ 0x593f01660800] frame= 101 QP=23.00 NAL=2 Slice:P Poc:202 I:135 P:2882 SKIP:3913 size=127262 bytes
  390. [matroska @ 0x593f0165fbc0] Writing block of size 127262 with pts 3837, dts 3837, duration 33 at relative offset 1445226 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  391. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.211510
  392. [libx264 @ 0x593f01660800] frame= 102 QP=23.00 NAL=2 Slice:P Poc:204 I:110 P:1990 SKIP:4830 size=106956 bytes
  393. [matroska @ 0x593f0165fbc0] Writing block of size 106956 with pts 3871, dts 3871, duration 33 at relative offset 1572496 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  394. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.209831
  395. [libx264 @ 0x593f01660800] frame= 103 QP=23.00 NAL=2 Slice:P Poc:206 I:75 P:1901 SKIP:4954 size=100681 bytes
  396. [matroska @ 0x593f0165fbc0] Writing block of size 100681 with pts 3904, dts 3904, duration 33 at relative offset 1679460 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  397. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.208488
  398. [libx264 @ 0x593f01660800] frame= 104 QP=23.00 NAL=2 Slice:P Poc:208 I:122 P:2061 SKIP:4747 size=111473 bytes
  399. [matroska @ 0x593f0165fbc0] Writing block of size 111473 with pts 3937, dts 3937, duration 33 at relative offset 1780149 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  400. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.206902s speed=1.12x
  401. [libx264 @ 0x593f01660800] frame= 105 QP=23.00 NAL=2 Slice:P Poc:210 I:136 P:1936 SKIP:4858 size=102075 bytes
  402. [matroska @ 0x593f0165fbc0] Writing block of size 102075 with pts 3971, dts 3971, duration 33 at relative offset 1891630 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  403. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.205925
  404. [libx264 @ 0x593f01660800] frame= 106 QP=22.00 NAL=2 Slice:P Poc:212 I:21 P:2998 SKIP:3911 size=96178 bytes
  405. [matroska @ 0x593f0165fbc0] Writing block of size 96178 with pts 4004, dts 4004, duration 33 at relative offset 1993713 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  406. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.204369
  407. [libx264 @ 0x593f01660800] frame= 107 QP=21.00 NAL=2 Slice:P Poc:214 I:32 P:2927 SKIP:3971 size=89189 bytes
  408. [matroska @ 0x593f0165fbc0] Writing block of size 89189 with pts 4037, dts 4037, duration 33 at relative offset 2089899 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  409. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.203300
  410. [libx264 @ 0x593f01660800] frame= 108 QP=21.00 NAL=2 Slice:P Poc:216 I:19 P:1684 SKIP:5227 size=68174 bytes
  411. [matroska @ 0x593f0165fbc0] Writing block of size 68174 with pts 4071, dts 4071, duration 33 at relative offset 2179096 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  412. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.202293
  413. [libx264 @ 0x593f01660800] frame= 109 QP=21.00 NAL=2 Slice:P Poc:218 I:30 P:1858 SKIP:5042 size=80991 bytes
  414. [matroska @ 0x593f0165fbc0] Writing block of size 80991 with pts 4104, dts 4104, duration 33 at relative offset 2247278 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  415. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.200706
  416. [libx264 @ 0x593f01660800] frame= 110 QP=21.00 NAL=2 Slice:P Poc:220 I:42 P:2007 SKIP:4881 size=90950 bytes
  417. [matroska @ 0x593f0165fbc0] Writing block of size 90950 with pts 4137, dts 4137, duration 33 at relative offset 2328277 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  418. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.199120
  419. [libx264 @ 0x593f01660800] frame= 111 QP=21.00 NAL=2 Slice:P Poc:222 I:21 P:1877 SKIP:5032 size=78114 bytes
  420. [matroska @ 0x593f0165fbc0] Writing block of size 78114 with pts 4171, dts 4171, duration 33 at relative offset 2419235 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  421. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.197380
  422. [libx264 @ 0x593f01660800] frame= 112 QP=21.00 NAL=2 Slice:P Poc:224 I:17 P:1874 SKIP:5039 size=77266 bytes
  423. [matroska @ 0x593f0165fbc0] Writing block of size 77266 with pts 4204, dts 4204, duration 33 at relative offset 2497357 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  424. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.195976
  425. [libx264 @ 0x593f01660800] frame= 113 QP=21.00 NAL=2 Slice:P Poc:226 I:19 P:1976 SKIP:4935 size=88803 bytes
  426. [matroska @ 0x593f0165fbc0] Writing block of size 88803 with pts 4238, dts 4238, duration 33 at relative offset 2574631 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  427. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.193382
  428. [libx264 @ 0x593f01660800] frame= 114 QP=21.00 NAL=2 Slice:P Poc:228 I:111 P:1910 SKIP:4909 size=80632 bytes
  429. [matroska @ 0x593f0165fbc0] Writing block of size 80632 with pts 4271, dts 4271, duration 33 at relative offset 2663442 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  430. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.191856
  431. [libx264 @ 0x593f01660800] frame= 115 QP=21.00 NAL=2 Slice:P Poc:230 I:21 P:1940 SKIP:4969 size=77404 bytes
  432. [matroska @ 0x593f0165fbc0] Writing block of size 77404 with pts 4304, dts 4304, duration 33 at relative offset 2744082 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  433. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.190361
  434. [libx264 @ 0x593f01660800] frame= 116 QP=21.00 NAL=2 Slice:P Poc:232 I:22 P:1734 SKIP:5174 size=64698 bytes
  435. [matroska @ 0x593f0165fbc0] Writing block of size 64698 with pts 4338, dts 4338, duration 33 at relative offset 2821494 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  436. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.188683
  437. [libx264 @ 0x593f01660800] frame= 117 QP=20.00 NAL=2 Slice:P Poc:234 I:7 P:2994 SKIP:3929 size=86325 bytes
  438. [matroska @ 0x593f0165fbc0] Writing block of size 86325 with pts 4371, dts 4371, duration 33 at relative offset 2886200 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  439. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.187096
  440. [libx264 @ 0x593f01660800] frame= 118 QP=20.00 NAL=2 Slice:P Poc:236 I:9 P:1590 SKIP:5331 size=60541 bytes
  441. [matroska @ 0x593f0165fbc0] Writing block of size 60541 with pts 4404, dts 4404, duration 33 at relative offset 2972533 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  442. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.185356
  443. [libx264 @ 0x593f01660800] frame= 119 QP=20.00 NAL=2 Slice:P Poc:238 I:5 P:1569 SKIP:5356 size=59627 bytes
  444. [matroska @ 0x593f0165fbc0] Writing block of size 59627 with pts 4438, dts 4438, duration 33 at relative offset 3033082 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  445. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.184166
  446. [libx264 @ 0x593f01660800] frame= 120 QP=20.00 NAL=2 Slice:P Poc:240 I:5 P:1526 SKIP:5399 size=57170 bytes
  447. [matroska @ 0x593f0165fbc0] Writing block of size 57170 with pts 4471, dts 4471, duration 33 at relative offset 3092717 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  448. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.182335
  449. [libx264 @ 0x593f01660800] frame= 121 QP=19.00 NAL=2 Slice:P Poc:242 I:19 P:3167 SKIP:3744 size=103735 bytes
  450. [matroska @ 0x593f0165fbc0] Writing block of size 103735 with pts 4505, dts 4505, duration 33 at relative offset 3149895 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  451. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.180687
  452. [libx264 @ 0x593f01660800] frame= 122 QP=19.00 NAL=2 Slice:P Poc:244 I:0 P:1324 SKIP:5606 size=47106 bytes
  453. [matroska @ 0x593f0165fbc0] Writing block of size 47106 with pts 4538, dts 4538, duration 33 at relative offset 3253638 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  454. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.179619
  455. [libx264 @ 0x593f01660800] frame= 123 QP=19.00 NAL=2 Slice:P Poc:246 I:0 P:1270 SKIP:5660 size=45156 bytes
  456. [matroska @ 0x593f0165fbc0] Writing block of size 45156 with pts 4571, dts 4571, duration 33 at relative offset 3300752 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  457. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.178093
  458. [libx264 @ 0x593f01660800] frame= 124 QP=18.00 NAL=2 Slice:P Poc:248 I:3 P:2758 SKIP:4169 size=72367 bytes
  459. [matroska @ 0x593f0165fbc0] Writing block of size 72367 with pts 4605, dts 4605, duration 33 at relative offset 3345916 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  460. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.176476
  461. [libx264 @ 0x593f01660800] frame= 125 QP=18.00 NAL=2 Slice:P Poc:250 I:1 P:1261 SKIP:5668 size=48682 bytes
  462. [matroska @ 0x593f0165fbc0] Writing block of size 48682 with pts 4638, dts 4638, duration 33 at relative offset 3418291 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  463. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.174858
  464. [libx264 @ 0x593f01660800] frame= 126 QP=18.00 NAL=2 Slice:P Poc:252 I:0 P:1248 SKIP:5682 size=48700 bytes
  465. [matroska @ 0x593f0165fbc0] Writing block of size 48700 with pts 4671, dts 4671, duration 33 at relative offset 3466981 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  466. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.173210
  467. [libx264 @ 0x593f01660800] frame= 127 QP=18.00 NAL=2 Slice:P Poc:254 I:1 P:1292 SKIP:5637 size=50214 bytes
  468. [matroska @ 0x593f0165fbc0] Writing block of size 50214 with pts 4705, dts 4705, duration 33 at relative offset 3515689 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  469. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.171745
  470. [libx264 @ 0x593f01660800] frame= 128 QP=18.00 NAL=2 Slice:P Poc:256 I:0 P:1270 SKIP:5660 size=48733 bytes
  471. [matroska @ 0x593f0165fbc0] Writing block of size 48733 with pts 4738, dts 4738, duration 33 at relative offset 3565911 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  472. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.170006
  473. [libx264 @ 0x593f01660800] frame= 129 QP=18.00 NAL=2 Slice:P Poc:258 I:1 P:1261 SKIP:5668 size=48945 bytes
  474. [matroska @ 0x593f0165fbc0] Writing block of size 48945 with pts 4771, dts 4771, duration 33 at relative offset 3614652 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  475. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.168358
  476. [libx264 @ 0x593f01660800] frame= 130 QP=19.00 NAL=2 Slice:P Poc:260 I:7 P:1458 SKIP:5465 size=63736 bytes
  477. [matroska @ 0x593f0165fbc0] Writing block of size 63736 with pts 4805, dts 4805, duration 33 at relative offset 3663605 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  478. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.166740
  479. [libx264 @ 0x593f01660800] frame= 131 QP=20.00 NAL=2 Slice:P Poc:262 I:13 P:1629 SKIP:5288 size=69660 bytes
  480. [matroska @ 0x593f0165fbc0] Writing block of size 69660 with pts 4838, dts 4838, duration 33 at relative offset 3727349 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  481. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.165123
  482. [libx264 @ 0x593f01660800] frame= 132 QP=20.00 NAL=2 Slice:P Poc:264 I:12 P:1611 SKIP:5307 size=68321 bytes
  483. [matroska @ 0x593f0165fbc0] Writing block of size 68321 with pts 4872, dts 4872, duration 33 at relative offset 3797017 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  484. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.163383
  485. [libx264 @ 0x593f01660800] frame= 133 QP=20.00 NAL=2 Slice:P Poc:266 I:12 P:1617 SKIP:5301 size=68935 bytes
  486. [matroska @ 0x593f0165fbc0] Writing block of size 68935 with pts 4905, dts 4905, duration 33 at relative offset 3865346 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  487. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.161613
  488. [libx264 @ 0x593f01660800] frame= 134 QP=20.00 NAL=2 Slice:P Poc:268 I:8 P:1632 SKIP:5290 size=69264 bytes
  489. [matroska @ 0x593f0165fbc0] Writing block of size 69264 with pts 4938, dts 4938, duration 33 at relative offset 3934289 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  490. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.159874
  491. [libx264 @ 0x593f01660800] frame= 135 QP=20.00 NAL=2 Slice:P Poc:270 I:5 P:1643 SKIP:5282 size=68490 bytes
  492. [matroska @ 0x593f0165fbc0] Writing block of size 68490 with pts 4972, dts 4972, duration 33 at relative offset 4003561 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  493. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.158226
  494. [libx264 @ 0x593f01660800] frame= 136 QP=20.00 NAL=2 Slice:P Poc:272 I:21 P:1600 SKIP:5309 size=66600 bytes
  495. [matroska @ 0x593f0165fbc0] Writing block of size 66600 with pts 5005, dts 5005, duration 33 at relative offset 4072059 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  496. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.156609
  497. [libx264 @ 0x593f01660800] frame= 137 QP=20.00 NAL=2 Slice:P Poc:274 I:16 P:1396 SKIP:5518 size=50552 bytes
  498. [matroska @ 0x593f0165fbc0] Writing block of size 50552 with pts 5038, dts 5038, duration 33 at relative offset 4138667 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  499. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.155540
  500. [libx264 @ 0x593f01660800] frame= 138 QP=19.00 NAL=2 Slice:P Poc:276 I:0 P:1960 SKIP:4970 size=53742 bytes
  501. [matroska @ 0x593f0165fbc0] Writing block of size 53742 with pts 5072, dts 5072, duration 33 at relative offset 4189227 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  502. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.154411
  503. [libx264 @ 0x593f01660800] frame= 139 QP=19.00 NAL=2 Slice:P Poc:278 I:0 P:1227 SKIP:5703 size=43762 bytes
  504. [matroska @ 0x593f0165fbc0] Writing block of size 43762 with pts 5105, dts 5105, duration 33 at relative offset 4242977 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  505. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.153282
  506. [libx264 @ 0x593f01660800] frame= 140 QP=18.00 NAL=2 Slice:P Poc:280 I:0 P:1982 SKIP:4948 size=54530 bytes
  507. [matroska @ 0x593f0165fbc0] Writing block of size 54530 with pts 5138, dts 5138, duration 33 at relative offset 4286747 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  508. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.151176
  509. [libx264 @ 0x593f01660800] frame= 141 QP=18.00 NAL=2 Slice:P Poc:282 I:1 P:1216 SKIP:5713 size=46479 bytes
  510. [matroska @ 0x593f0165fbc0] Writing block of size 46479 with pts 5172, dts 5172, duration 33 at relative offset 4341285 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  511. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.150139
  512. [libx264 @ 0x593f01660800] frame= 142 QP=18.00 NAL=2 Slice:P Poc:284 I:0 P:1200 SKIP:5730 size=45185 bytes
  513. [matroska @ 0x593f0165fbc0] Writing block of size 45185 with pts 5205, dts 5205, duration 33 at relative offset 4387772 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  514. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.148338
  515. [libx264 @ 0x593f01660800] frame= 143 QP=18.00 NAL=2 Slice:P Poc:286 I:1 P:1181 SKIP:5748 size=44044 bytes
  516. [matroska @ 0x593f0165fbc0] Writing block of size 44044 with pts 5239, dts 5239, duration 33 at relative offset 4432965 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  517. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.146507
  518. [libx264 @ 0x593f01660800] frame= 144 QP=18.00 NAL=2 Slice:P Poc:288 I:0 P:1201 SKIP:5729 size=45144 bytes
  519. [matroska @ 0x593f0165fbc0] Writing block of size 45144 with pts 5272, dts 5272, duration 33 at relative offset 4477017 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  520. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.143364
  521. [libx264 @ 0x593f01660800] frame= 145 QP=18.00 NAL=2 Slice:P Poc:290 I:1 P:1204 SKIP:5725 size=44615 bytes
  522. [matroska @ 0x593f0165fbc0] Writing block of size 44615 with pts 5305, dts 5305, duration 33 at relative offset 4522169 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  523. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.141502
  524. [libx264 @ 0x593f01660800] frame= 146 QP=18.00 NAL=2 Slice:P Poc:292 I:0 P:1201 SKIP:5729 size=43821 bytes
  525. [matroska @ 0x593f0165fbc0] Writing block of size 43821 with pts 5339, dts 5339, duration 33 at relative offset 4566792 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  526. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.139793
  527. [libx264 @ 0x593f01660800] frame= 147 QP=18.00 NAL=2 Slice:P Poc:294 I:1 P:1211 SKIP:5718 size=43984 bytes
  528. [matroska @ 0x593f0165fbc0] Writing block of size 43984 with pts 5372, dts 5372, duration 33 at relative offset 4610621 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  529. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.138115
  530. [libx264 @ 0x593f01660800] frame= 148 QP=18.00 NAL=2 Slice:P Poc:296 I:0 P:1267 SKIP:5663 size=45744 bytes
  531. [matroska @ 0x593f0165fbc0] Writing block of size 45744 with pts 5405, dts 5405, duration 33 at relative offset 4654613 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  532. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.136375
  533. [libx264 @ 0x593f01660800] frame= 149 QP=18.00 NAL=2 Slice:P Poc:298 I:1 P:1271 SKIP:5658 size=46495 bytes
  534. [matroska @ 0x593f0165fbc0] Writing block of size 46495 with pts 5439, dts 5439, duration 33 at relative offset 4700365 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  535. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.134941
  536. [libx264 @ 0x593f01660800] frame= 150 QP=18.00 NAL=2 Slice:P Poc:300 I:0 P:1283 SKIP:5647 size=47384 bytes
  537. [matroska @ 0x593f0165fbc0] Writing block of size 47384 with pts 5472, dts 5472, duration 33 at relative offset 4746868 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  538. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.133324
  539. [libx264 @ 0x593f01660800] frame= 151 QP=18.00 NAL=2 Slice:P Poc:302 I:1 P:1287 SKIP:5642 size=48048 bytes
  540. [matroska @ 0x593f0165fbc0] Writing block of size 48048 with pts 5506, dts 5506, duration 33 at relative offset 4794260 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  541. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.131493
  542. [libx264 @ 0x593f01660800] frame= 152 QP=18.00 NAL=2 Slice:P Poc:304 I:0 P:1278 SKIP:5652 size=46941 bytes
  543. [matroska @ 0x593f0165fbc0] Writing block of size 46941 with pts 5539, dts 5539, duration 33 at relative offset 4842316 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  544. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.129539
  545. [libx264 @ 0x593f01660800] frame= 153 QP=18.00 NAL=2 Slice:P Poc:306 I:1 P:1243 SKIP:5686 size=45100 bytes
  546. [matroska @ 0x593f0165fbc0] Writing block of size 45100 with pts 5572, dts 5572, duration 33 at relative offset 4889265 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  547. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.127892
  548. [libx264 @ 0x593f01660800] frame= 154 QP=18.00 NAL=2 Slice:P Poc:308 I:0 P:1232 SKIP:5698 size=45635 bytes
  549. [matroska @ 0x593f0165fbc0] Writing block of size 45635 with pts 5606, dts 5606, duration 33 at relative offset 4934373 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  550. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.126274
  551. [libx264 @ 0x593f01660800] frame= 155 QP=18.00 NAL=2 Slice:P Poc:310 I:1 P:1192 SKIP:5737 size=43402 bytes
  552. [matroska @ 0x593f0165fbc0] Writing block of size 43402 with pts 5639, dts 5639, duration 33 at relative offset 4980016 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  553. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.124535
  554. [libx264 @ 0x593f01660800] frame= 156 QP=18.00 NAL=2 Slice:P Poc:312 I:0 P:1187 SKIP:5743 size=42301 bytes
  555. [matroska @ 0x593f0165fbc0] Writing block of size 42301 with pts 5672, dts 5672, duration 33 at relative offset 5023426 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  556. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.122704
  557. [libx264 @ 0x593f01660800] frame= 157 QP=18.00 NAL=2 Slice:P Poc:314 I:1 P:1193 SKIP:5736 size=42824 bytes
  558. [matroska @ 0x593f0165fbc0] Writing block of size 42824 with pts 5706, dts 5706, duration 33 at relative offset 5065735 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  559. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.121025
  560. [libx264 @ 0x593f01660800] frame= 158 QP=18.00 NAL=2 Slice:P Poc:316 I:0 P:1168 SKIP:5762 size=41622 bytes
  561. [matroska @ 0x593f0165fbc0] Writing block of size 41622 with pts 5739, dts 5739, duration 33 at relative offset 5108567 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  562. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.119408
  563. [libx264 @ 0x593f01660800] frame= 159 QP=18.00 NAL=2 Slice:P Poc:318 I:1 P:1163 SKIP:5766 size=42377 bytes
  564. [matroska @ 0x593f0165fbc0] Writing block of size 42377 with pts 5772, dts 5772, duration 33 at relative offset 5150197 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  565. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.117760
  566. [libx264 @ 0x593f01660800] frame= 160 QP=18.00 NAL=2 Slice:P Poc:320 I:0 P:1188 SKIP:5742 size=43411 bytes
  567. [matroska @ 0x593f0165fbc0] Writing block of size 43411 with pts 5806, dts 5806, duration 33 at relative offset 5192582 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  568. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.116081
  569. [libx264 @ 0x593f01660800] frame= 161 QP=18.00 NAL=2 Slice:P Poc:322 I:1 P:1181 SKIP:5748 size=42869 bytes
  570. [matroska @ 0x593f0165fbc0] Writing block of size 42869 with pts 5839, dts 5839, duration 33 at relative offset 5236001 in cluster at offset 10728799. TrackNumber 1, keyframe 0
  571. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.114494
  572. [libx264 @ 0x593f01660800] frame= 162 QP=18.00 NAL=2 Slice:P Poc:324 I:0 P:1182 SKIP:5748 size=43029 bytes
  573. [matroska @ 0x593f0165fbc0] Starting new cluster with timestamp 5873 at offset 16007685 bytes
  574. [matroska @ 0x593f0165fbc0] Writing block of size 43029 with pts 5873, dts 5873, duration 33 at relative offset 10 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  575. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.101219
  576. [libx264 @ 0x593f01660800] frame= 163 QP=18.00 NAL=2 Slice:P Poc:326 I:1 P:1185 SKIP:5744 size=43032 bytes
  577. [matroska @ 0x593f0165fbc0] Writing block of size 43032 with pts 5906, dts 5906, duration 33 at relative offset 43047 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  578. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.099388s speed=1.07x
  579. [libx264 @ 0x593f01660800] frame= 164 QP=18.00 NAL=2 Slice:P Poc:328 I:0 P:1185 SKIP:5745 size=43279 bytes
  580. [matroska @ 0x593f0165fbc0] Writing block of size 43279 with pts 5939, dts 5939, duration 33 at relative offset 86087 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  581. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.097374
  582. [libx264 @ 0x593f01660800] frame= 165 QP=18.00 NAL=2 Slice:P Poc:330 I:1 P:1192 SKIP:5737 size=42022 bytes
  583. [matroska @ 0x593f0165fbc0] Writing block of size 42022 with pts 5973, dts 5973, duration 33 at relative offset 129374 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  584. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.095818
  585. [libx264 @ 0x593f01660800] frame= 166 QP=18.00 NAL=2 Slice:P Poc:332 I:0 P:1208 SKIP:5722 size=42937 bytes
  586. [matroska @ 0x593f0165fbc0] Writing block of size 42937 with pts 6006, dts 6006, duration 33 at relative offset 171404 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  587. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.094383
  588. [libx264 @ 0x593f01660800] frame= 167 QP=18.00 NAL=2 Slice:P Poc:334 I:1 P:1209 SKIP:5720 size=42465 bytes
  589. [matroska @ 0x593f0165fbc0] Writing block of size 42465 with pts 6039, dts 6039, duration 33 at relative offset 214349 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  590. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.092979
  591. [libx264 @ 0x593f01660800] frame= 168 QP=18.00 NAL=2 Slice:P Poc:336 I:0 P:1200 SKIP:5730 size=41712 bytes
  592. [matroska @ 0x593f0165fbc0] Writing block of size 41712 with pts 6073, dts 6073, duration 33 at relative offset 256822 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  593. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.091911
  594. [libx264 @ 0x593f01660800] frame= 169 QP=18.00 NAL=2 Slice:P Poc:338 I:1 P:1205 SKIP:5724 size=42760 bytes
  595. [matroska @ 0x593f0165fbc0] Writing block of size 42760 with pts 6106, dts 6106, duration 33 at relative offset 298542 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  596. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.090843
  597. [libx264 @ 0x593f01660800] frame= 170 QP=18.00 NAL=2 Slice:P Poc:340 I:0 P:1183 SKIP:5747 size=41406 bytes
  598. [matroska @ 0x593f0165fbc0] Writing block of size 41406 with pts 6139, dts 6139, duration 33 at relative offset 341310 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  599. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.089775
  600. [libx264 @ 0x593f01660800] frame= 171 QP=24.00 NAL=2 Slice:P Poc:342 I:527 P:2743 SKIP:3660 size=267801 bytes
  601. [matroska @ 0x593f0165fbc0] Writing block of size 267801 with pts 6173, dts 6173, duration 33 at relative offset 382724 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  602. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.088737
  603. [libx264 @ 0x593f01660800] frame= 172 QP=23.00 NAL=2 Slice:P Poc:344 I:101 P:2693 SKIP:4136 size=100217 bytes
  604. [matroska @ 0x593f0165fbc0] Writing block of size 100217 with pts 6206, dts 6206, duration 33 at relative offset 650533 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  605. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.087639
  606. [libx264 @ 0x593f01660800] frame= 173 QP=22.00 NAL=2 Slice:P Poc:346 I:104 P:2891 SKIP:3935 size=127120 bytes
  607. [matroska @ 0x593f0165fbc0] Writing block of size 127120 with pts 6240, dts 6240, duration 33 at relative offset 750758 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  608. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.086571
  609. [libx264 @ 0x593f01660800] frame= 174 QP=22.00 NAL=2 Slice:P Poc:348 I:71 P:1747 SKIP:5112 size=100486 bytes
  610. [matroska @ 0x593f0165fbc0] Writing block of size 100486 with pts 6273, dts 6273, duration 33 at relative offset 877886 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  611. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.085472
  612. [libx264 @ 0x593f01660800] frame= 175 QP=22.00 NAL=2 Slice:P Poc:350 I:68 P:1768 SKIP:5094 size=99831 bytes
  613. [matroska @ 0x593f0165fbc0] Writing block of size 99831 with pts 6306, dts 6306, duration 33 at relative offset 978380 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  614. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.084404
  615. [libx264 @ 0x593f01660800] frame= 176 QP=22.00 NAL=2 Slice:P Poc:352 I:101 P:1736 SKIP:5093 size=98241 bytes
  616. [matroska @ 0x593f0165fbc0] Writing block of size 98241 with pts 6340, dts 6340, duration 33 at relative offset 1078219 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  617. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.083275
  618. [libx264 @ 0x593f01660800] frame= 177 QP=22.00 NAL=2 Slice:P Poc:354 I:109 P:1670 SKIP:5151 size=89960 bytes
  619. [matroska @ 0x593f0165fbc0] Writing block of size 89960 with pts 6373, dts 6373, duration 33 at relative offset 1176468 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  620. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.082207
  621. [libx264 @ 0x593f01660800] frame= 178 QP=21.00 NAL=2 Slice:P Poc:356 I:16 P:2709 SKIP:4205 size=67938 bytes
  622. [matroska @ 0x593f0165fbc0] Writing block of size 67938 with pts 6406, dts 6406, duration 33 at relative offset 1266436 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  623. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.081108s speed=1.07x
  624. [libx264 @ 0x593f01660800] frame= 179 QP=20.00 NAL=2 Slice:P Poc:358 I:4 P:2938 SKIP:3988 size=75865 bytes
  625. [matroska @ 0x593f0165fbc0] Writing block of size 75865 with pts 6440, dts 6440, duration 33 at relative offset 1334382 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  626. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.080070
  627. [libx264 @ 0x593f01660800] frame= 180 QP=20.00 NAL=2 Slice:P Poc:360 I:17 P:1509 SKIP:5404 size=59827 bytes
  628. [matroska @ 0x593f0165fbc0] Writing block of size 59827 with pts 6473, dts 6473, duration 33 at relative offset 1410255 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  629. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.078941
  630. [libx264 @ 0x593f01660800] frame= 181 QP=20.00 NAL=2 Slice:P Poc:362 I:12 P:1437 SKIP:5481 size=54541 bytes
  631. [matroska @ 0x593f0165fbc0] Writing block of size 54541 with pts 6507, dts 6507, duration 33 at relative offset 1470090 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  632. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.077782
  633. [libx264 @ 0x593f01660800] frame= 182 QP=19.00 NAL=2 Slice:P Poc:364 I:4 P:3185 SKIP:3741 size=103695 bytes
  634. [matroska @ 0x593f0165fbc0] Writing block of size 103695 with pts 6540, dts 6540, duration 33 at relative offset 1524639 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  635. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.076622
  636. [libx264 @ 0x593f01660800] frame= 183 QP=19.00 NAL=2 Slice:P Poc:366 I:7 P:1523 SKIP:5400 size=64594 bytes
  637. [matroska @ 0x593f0165fbc0] Writing block of size 64594 with pts 6573, dts 6573, duration 33 at relative offset 1628342 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  638. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.060661
  639. [libx264 @ 0x593f01660800] frame= 184 QP=20.00 NAL=2 Slice:P Poc:368 I:7 P:1682 SKIP:5241 size=72051 bytes
  640. [matroska @ 0x593f0165fbc0] Writing block of size 72051 with pts 6607, dts 6607, duration 33 at relative offset 1692944 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  641. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.059135
  642. [libx264 @ 0x593f01660800] frame= 185 QP=20.00 NAL=2 Slice:P Poc:370 I:16 P:1764 SKIP:5150 size=78351 bytes
  643. [matroska @ 0x593f0165fbc0] Writing block of size 78351 with pts 6640, dts 6640, duration 33 at relative offset 1765003 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  644. ^C[vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.057854
  645. [libx264 @ 0x593f01660800] frame= 186 QP=20.00 NAL=2 Slice:P Poc:372 I:35 P:1706 SKIP:5189 size=76294 bytes
  646. [matroska @ 0x593f0165fbc0] Writing block of size 76294 with pts 6673, dts 6673, duration 33 at relative offset 1843362 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  647. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.056389
  648. [libx264 @ 0x593f01660800] frame= 187 QP=20.00 NAL=2 Slice:P Poc:374 I:10 P:1574 SKIP:5346 size=61875 bytes
  649. [matroska @ 0x593f0165fbc0] Writing block of size 61875 with pts 6707, dts 6707, duration 33 at relative offset 1919664 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  650. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.055168
  651. [libx264 @ 0x593f01660800] frame= 188 QP=20.00 NAL=2 Slice:P Poc:376 I:10 P:1578 SKIP:5342 size=63325 bytes
  652. [matroska @ 0x593f0165fbc0] Writing block of size 63325 with pts 6740, dts 6740, duration 33 at relative offset 1981547 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  653. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.053947
  654. [libx264 @ 0x593f01660800] frame= 189 QP=20.00 NAL=2 Slice:P Poc:378 I:6 P:1614 SKIP:5310 size=65392 bytes
  655. [matroska @ 0x593f0165fbc0] Writing block of size 65392 with pts 6773, dts 6773, duration 33 at relative offset 2044880 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  656. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.052788
  657. [libx264 @ 0x593f01660800] frame= 190 QP=20.00 NAL=2 Slice:P Poc:380 I:19 P:1593 SKIP:5318 size=63730 bytes
  658. [matroska @ 0x593f0165fbc0] Writing block of size 63730 with pts 6807, dts 6807, duration 33 at relative offset 2110280 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  659. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.051506
  660. [libx264 @ 0x593f01660800] frame= 191 QP=20.00 NAL=2 Slice:P Poc:382 I:24 P:1637 SKIP:5269 size=67906 bytes
  661. [matroska @ 0x593f0165fbc0] Writing block of size 67906 with pts 6840, dts 6840, duration 33 at relative offset 2174018 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  662. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.050041
  663. [libx264 @ 0x593f01660800] frame= 192 QP=20.00 NAL=2 Slice:P Poc:384 I:9 P:1752 SKIP:5169 size=74418 bytes
  664. [matroska @ 0x593f0165fbc0] Writing block of size 74418 with pts 6874, dts 6874, duration 33 at relative offset 2241932 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  665. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.048546
  666. [libx264 @ 0x593f01660800] frame= 193 QP=20.00 NAL=2 Slice:P Poc:386 I:9 P:1741 SKIP:5180 size=73838 bytes
  667. [matroska @ 0x593f0165fbc0] Writing block of size 73838 with pts 6907, dts 6907, duration 33 at relative offset 2316358 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  668. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.047050s speed=1.06x
  669. [libx264 @ 0x593f01660800] frame= 194 QP=20.00 NAL=2 Slice:P Poc:388 I:12 P:1672 SKIP:5246 size=71302 bytes
  670. [matroska @ 0x593f0165fbc0] Writing block of size 71302 with pts 6940, dts 6940, duration 33 at relative offset 2390204 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  671. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.045891
  672. [libx264 @ 0x593f01660800] frame= 195 QP=21.00 NAL=2 Slice:P Poc:390 I:14 P:1691 SKIP:5225 size=73461 bytes
  673. [matroska @ 0x593f0165fbc0] Writing block of size 73461 with pts 6974, dts 6974, duration 33 at relative offset 2461514 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  674. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.044518
  675. [libx264 @ 0x593f01660800] frame= 196 QP=21.00 NAL=2 Slice:P Poc:392 I:23 P:1783 SKIP:5124 size=84826 bytes
  676. [matroska @ 0x593f0165fbc0] Writing block of size 84826 with pts 7007, dts 7007, duration 33 at relative offset 2534983 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  677. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.043358
  678. [libx264 @ 0x593f01660800] frame= 197 QP=21.00 NAL=2 Slice:P Poc:394 I:33 P:1712 SKIP:5185 size=81608 bytes
  679. [matroska @ 0x593f0165fbc0] Writing block of size 81608 with pts 7040, dts 7040, duration 33 at relative offset 2619817 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  680. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.042259
  681. [libx264 @ 0x593f01660800] frame= 198 QP=21.00 NAL=2 Slice:P Poc:396 I:14 P:1543 SKIP:5373 size=67804 bytes
  682. [matroska @ 0x593f0165fbc0] Writing block of size 67804 with pts 7074, dts 7074, duration 33 at relative offset 2701433 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  683. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.041130
  684. [libx264 @ 0x593f01660800] frame= 199 QP=20.00 NAL=2 Slice:P Poc:398 I:13 P:1840 SKIP:5077 size=67411 bytes
  685. [matroska @ 0x593f0165fbc0] Writing block of size 67411 with pts 7107, dts 7107, duration 33 at relative offset 2769245 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  686. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.040184
  687. [libx264 @ 0x593f01660800] frame= 200 QP=20.00 NAL=2 Slice:P Poc:400 I:20 P:1357 SKIP:5553 size=61334 bytes
  688. [matroska @ 0x593f0165fbc0] Writing block of size 61334 with pts 7140, dts 7140, duration 33 at relative offset 2836664 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  689. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.038414
  690. [libx264 @ 0x593f01660800] frame= 201 QP=20.00 NAL=2 Slice:P Poc:402 I:8 P:1286 SKIP:5636 size=49899 bytes
  691. [matroska @ 0x593f0165fbc0] Writing block of size 49899 with pts 7174, dts 7174, duration 33 at relative offset 2898006 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  692. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.037163
  693. [libx264 @ 0x593f01660800] frame= 202 QP=19.00 NAL=2 Slice:P Poc:404 I:0 P:2882 SKIP:4048 size=71862 bytes
  694. [matroska @ 0x593f0165fbc0] Writing block of size 71862 with pts 7207, dts 7207, duration 33 at relative offset 2947913 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  695. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.035515
  696. [libx264 @ 0x593f01660800] frame= 203 QP=19.00 NAL=2 Slice:P Poc:406 I:0 P:1272 SKIP:5658 size=46012 bytes
  697. [matroska @ 0x593f0165fbc0] Writing block of size 46012 with pts 7241, dts 7241, duration 33 at relative offset 3019783 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  698. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.034355
  699. [libx264 @ 0x593f01660800] frame= 204 QP=19.00 NAL=2 Slice:P Poc:408 I:0 P:1291 SKIP:5639 size=48135 bytes
  700. [matroska @ 0x593f0165fbc0] Writing block of size 48135 with pts 7274, dts 7274, duration 33 at relative offset 3065803 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  701. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.033287
  702. [libx264 @ 0x593f01660800] frame= 205 QP=19.00 NAL=2 Slice:P Poc:410 I:0 P:1330 SKIP:5600 size=49758 bytes
  703. [matroska @ 0x593f0165fbc0] Writing block of size 49758 with pts 7307, dts 7307, duration 33 at relative offset 3113946 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  704. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.032127
  705. [libx264 @ 0x593f01660800] frame= 206 QP=19.00 NAL=2 Slice:P Poc:412 I:0 P:1309 SKIP:5621 size=49201 bytes
  706. [matroska @ 0x593f0165fbc0] Writing block of size 49201 with pts 7341, dts 7341, duration 33 at relative offset 3163712 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  707. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.030602
  708. [libx264 @ 0x593f01660800] frame= 207 QP=19.00 NAL=2 Slice:P Poc:414 I:0 P:1325 SKIP:5605 size=48858 bytes
  709. [matroska @ 0x593f0165fbc0] Writing block of size 48858 with pts 7374, dts 7374, duration 33 at relative offset 3212921 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  710. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.029228
  711. [libx264 @ 0x593f01660800] frame= 208 QP=19.00 NAL=2 Slice:P Poc:416 I:0 P:1323 SKIP:5607 size=49361 bytes
  712. [matroska @ 0x593f0165fbc0] Writing block of size 49361 with pts 7407, dts 7407, duration 33 at relative offset 3261787 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  713. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.028038s speed=1.06x
  714. [libx264 @ 0x593f01660800] frame= 209 QP=19.00 NAL=2 Slice:P Poc:418 I:0 P:1275 SKIP:5655 size=47212 bytes
  715. [matroska @ 0x593f0165fbc0] Writing block of size 47212 with pts 7441, dts 7441, duration 33 at relative offset 3311156 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  716. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.026817
  717. [libx264 @ 0x593f01660800] frame= 210 QP=19.00 NAL=2 Slice:P Poc:420 I:0 P:1246 SKIP:5684 size=45429 bytes
  718. [matroska @ 0x593f0165fbc0] Writing block of size 45429 with pts 7474, dts 7474, duration 33 at relative offset 3358376 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  719. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.025078
  720. [libx264 @ 0x593f01660800] frame= 211 QP=19.00 NAL=2 Slice:P Poc:422 I:0 P:1271 SKIP:5659 size=46688 bytes
  721. [matroska @ 0x593f0165fbc0] Writing block of size 46688 with pts 7508, dts 7508, duration 33 at relative offset 3403813 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  722. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.024010
  723. [libx264 @ 0x593f01660800] frame= 212 QP=18.00 NAL=2 Slice:P Poc:424 I:0 P:2879 SKIP:4051 size=74651 bytes
  724. [matroska @ 0x593f0165fbc0] Writing block of size 74651 with pts 7541, dts 7541, duration 33 at relative offset 3450509 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  725. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.022789
  726. [libx264 @ 0x593f01660800] frame= 213 QP=18.00 NAL=2 Slice:P Poc:426 I:0 P:1270 SKIP:5660 size=49169 bytes
  727. [matroska @ 0x593f0165fbc0] Writing block of size 49169 with pts 7574, dts 7574, duration 33 at relative offset 3525168 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  728. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.021843
  729. [libx264 @ 0x593f01660800] frame= 214 QP=18.00 NAL=2 Slice:P Poc:428 I:1 P:1258 SKIP:5671 size=49056 bytes
  730. [matroska @ 0x593f0165fbc0] Writing block of size 49056 with pts 7608, dts 7608, duration 33 at relative offset 3574345 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  731. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.020409
  732. [libx264 @ 0x593f01660800] frame= 215 QP=18.00 NAL=2 Slice:P Poc:430 I:0 P:1229 SKIP:5701 size=45829 bytes
  733. [matroska @ 0x593f0165fbc0] Writing block of size 45829 with pts 7641, dts 7641, duration 33 at relative offset 3623409 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  734. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.019371
  735. [libx264 @ 0x593f01660800] frame= 216 QP=18.00 NAL=2 Slice:P Poc:432 I:1 P:1218 SKIP:5711 size=44650 bytes
  736. [matroska @ 0x593f0165fbc0] Writing block of size 44650 with pts 7674, dts 7674, duration 33 at relative offset 3669246 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  737. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.018303
  738. [libx264 @ 0x593f01660800] frame= 217 QP=18.00 NAL=2 Slice:P Poc:434 I:0 P:1210 SKIP:5720 size=43403 bytes
  739. [matroska @ 0x593f0165fbc0] Writing block of size 43403 with pts 7708, dts 7708, duration 33 at relative offset 3713904 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  740. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.017082
  741. [libx264 @ 0x593f01660800] frame= 218 QP=18.00 NAL=2 Slice:P Poc:436 I:2 P:1221 SKIP:5707 size=44131 bytes
  742. [matroska @ 0x593f0165fbc0] Writing block of size 44131 with pts 7741, dts 7741, duration 33 at relative offset 3757315 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  743. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.015862
  744. [libx264 @ 0x593f01660800] frame= 219 QP=18.00 NAL=2 Slice:P Poc:438 I:0 P:1258 SKIP:5672 size=46171 bytes
  745. [matroska @ 0x593f0165fbc0] Writing block of size 46171 with pts 7774, dts 7774, duration 33 at relative offset 3801454 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  746. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.014366
  747. [libx264 @ 0x593f01660800] frame= 220 QP=18.00 NAL=2 Slice:P Poc:440 I:1 P:1277 SKIP:5652 size=47114 bytes
  748. [matroska @ 0x593f0165fbc0] Writing block of size 47114 with pts 7808, dts 7808, duration 33 at relative offset 3847633 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  749. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.013115
  750. [libx264 @ 0x593f01660800] frame= 221 QP=18.00 NAL=2 Slice:P Poc:442 I:0 P:1303 SKIP:5627 size=47659 bytes
  751. [matroska @ 0x593f0165fbc0] Writing block of size 47659 with pts 7841, dts 7841, duration 33 at relative offset 3894755 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  752. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.011925
  753. [libx264 @ 0x593f01660800] frame= 222 QP=18.00 NAL=2 Slice:P Poc:444 I:1 P:1325 SKIP:5604 size=49191 bytes
  754. [matroska @ 0x593f0165fbc0] Writing block of size 49191 with pts 7875, dts 7875, duration 33 at relative offset 3942422 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  755. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.010735
  756. [libx264 @ 0x593f01660800] frame= 223 QP=18.00 NAL=2 Slice:P Poc:446 I:0 P:1323 SKIP:5607 size=49288 bytes
  757. [matroska @ 0x593f0165fbc0] Writing block of size 49288 with pts 7908, dts 7908, duration 33 at relative offset 3991621 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  758. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.009483s speed=1.05x
  759. [libx264 @ 0x593f01660800] frame= 224 QP=18.00 NAL=2 Slice:P Poc:448 I:2 P:1272 SKIP:5656 size=46957 bytes
  760. [matroska @ 0x593f0165fbc0] Writing block of size 46957 with pts 7941, dts 7941, duration 33 at relative offset 4040917 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  761. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.008446
  762. [libx264 @ 0x593f01660800] frame= 225 QP=18.00 NAL=2 Slice:P Poc:450 I:0 P:1237 SKIP:5693 size=44683 bytes
  763. [matroska @ 0x593f0165fbc0] Writing block of size 44683 with pts 7975, dts 7975, duration 33 at relative offset 4087882 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  764. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.007347
  765. [libx264 @ 0x593f01660800] frame= 226 QP=18.00 NAL=2 Slice:P Poc:452 I:1 P:1250 SKIP:5679 size=45680 bytes
  766. [matroska @ 0x593f0165fbc0] Writing block of size 45680 with pts 8008, dts 8008, duration 33 at relative offset 4132573 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  767. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.006187
  768. [libx264 @ 0x593f01660800] frame= 227 QP=18.00 NAL=2 Slice:P Poc:454 I:0 P:1275 SKIP:5655 size=45483 bytes
  769. [matroska @ 0x593f0165fbc0] Writing block of size 45483 with pts 8041, dts 8041, duration 33 at relative offset 4178261 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  770. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.004601
  771. [libx264 @ 0x593f01660800] frame= 228 QP=18.00 NAL=2 Slice:P Poc:456 I:0 P:1197 SKIP:5733 size=43473 bytes
  772. [matroska @ 0x593f0165fbc0] Writing block of size 43473 with pts 8075, dts 8075, duration 33 at relative offset 4223752 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  773. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.003441
  774. [libx264 @ 0x593f01660800] frame= 229 QP=18.00 NAL=2 Slice:P Poc:458 I:1 P:1201 SKIP:5728 size=44097 bytes
  775. [matroska @ 0x593f0165fbc0] Writing block of size 44097 with pts 8108, dts 8108, duration 33 at relative offset 4267233 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  776. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.002220
  777. [libx264 @ 0x593f01660800] frame= 230 QP=18.00 NAL=2 Slice:P Poc:460 I:0 P:1197 SKIP:5733 size=43841 bytes
  778. [matroska @ 0x593f0165fbc0] Writing block of size 43841 with pts 8141, dts 8141, duration 33 at relative offset 4311338 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  779. [vost#0:0/libx264 @ 0x593f01660480] Clipping frame in rate conversion by 0.001122
  780. [libx264 @ 0x593f01660800] frame= 231 QP=18.00 NAL=2 Slice:P Poc:462 I:1 P:1186 SKIP:5743 size=44062 bytes
  781. [matroska @ 0x593f0165fbc0] Writing block of size 44062 with pts 8175, dts 8175, duration 33 at relative offset 4355187 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  782. [libx264 @ 0x593f01660800] frame= 232 QP=18.00 NAL=2 Slice:P Poc:464 I:0 P:1183 SKIP:5747 size=43685 bytes
  783. [matroska @ 0x593f0165fbc0] Writing block of size 43685 with pts 8208, dts 8208, duration 33 at relative offset 4399257 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  784. [libx264 @ 0x593f01660800] frame= 233 QP=18.00 NAL=2 Slice:P Poc:466 I:1 P:1218 SKIP:5711 size=45292 bytes
  785. [matroska @ 0x593f0165fbc0] Writing block of size 45292 with pts 8242, dts 8242, duration 33 at relative offset 4442950 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  786. [libx264 @ 0x593f01660800] frame= 234 QP=18.00 NAL=2 Slice:P Poc:468 I:0 P:1267 SKIP:5663 size=47618 bytes
  787. [matroska @ 0x593f0165fbc0] Writing block of size 47618 with pts 8275, dts 8275, duration 33 at relative offset 4488250 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  788. [libx264 @ 0x593f01660800] frame= 235 QP=18.00 NAL=2 Slice:P Poc:470 I:1 P:1293 SKIP:5636 size=47892 bytes
  789. [matroska @ 0x593f0165fbc0] Writing block of size 47892 with pts 8308, dts 8308, duration 33 at relative offset 4535876 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  790. [libx264 @ 0x593f01660800] frame= 236 QP=18.00 NAL=2 Slice:P Poc:472 I:0 P:1270 SKIP:5660 size=46474 bytes
  791. [matroska @ 0x593f0165fbc0] Writing block of size 46474 with pts 8342, dts 8342, duration 33 at relative offset 4583776 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  792. [libx264 @ 0x593f01660800] frame= 237 QP=18.00 NAL=2 Slice:P Poc:474 I:1 P:1286 SKIP:5643 size=45989 bytes
  793. [matroska @ 0x593f0165fbc0] Writing block of size 45989 with pts 8375, dts 8375, duration 33 at relative offset 4630258 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  794. [libx264 @ 0x593f01660800] frame= 238 QP=18.00 NAL=2 Slice:P Poc:476 I:0 P:1312 SKIP:5618 size=46944 bytes
  795. [matroska @ 0x593f0165fbc0] Writing block of size 46944 with pts 8408, dts 8408, duration 33 at relative offset 4676255 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  796. [libx264 @ 0x593f01660800] frame= 239 QP=18.00 NAL=2 Slice:P Poc:478 I:1 P:1253 SKIP:5676 size=44433 bytes
  797. [matroska @ 0x593f0165fbc0] Writing block of size 44433 with pts 8442, dts 8442, duration 33 at relative offset 4723207 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  798. [libx264 @ 0x593f01660800] frame= 240 QP=18.00 NAL=2 Slice:P Poc:480 I:0 P:1204 SKIP:5726 size=41608 bytes
  799. [matroska @ 0x593f0165fbc0] Writing block of size 41608 with pts 8475, dts 8475, duration 33 at relative offset 4767648 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  800. [libx264 @ 0x593f01660800] frame= 241 QP=24.00 NAL=2 Slice:P Poc:482 I:424 P:2682 SKIP:3824 size=260246 bytes
  801. [matroska @ 0x593f0165fbc0] Writing block of size 260246 with pts 8509, dts 8509, duration 33 at relative offset 4809264 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  802. [libx264 @ 0x593f01660800] frame= 242 QP=25.00 NAL=2 Slice:P Poc:484 I:393 P:2502 SKIP:4035 size=207244 bytes
  803. [matroska @ 0x593f0165fbc0] Writing block of size 207244 with pts 8542, dts 8542, duration 33 at relative offset 5069518 in cluster at offset 16007685. TrackNumber 1, keyframe 0
  804. [libx264 @ 0x593f01660800] frame= 243 QP=25.00 NAL=2 Slice:P Poc:486 I:373 P:2264 SKIP:4293 size=177911 bytes
  805. [matroska @ 0x593f0165fbc0] Starting new cluster with timestamp 8575 at offset 21284463 bytes
  806. [matroska @ 0x593f0165fbc0] Writing block of size 177911 with pts 8575, dts 8575, duration 33 at relative offset 10 in cluster at offset 21284463. TrackNumber 1, keyframe 0
  807. [vost#0:0/libx264 @ 0x593f01660480] Error submitting a packet to the muxer: Immediate exit requested
  808. Last message repeated 1 times
  809. [out#0/matroska @ 0x593f0165fac0] Error muxing a packet
  810. [out#0/matroska @ 0x593f0165fac0] Task finished with error code: -1414092869 (Immediate exit requested)
  811. [out#0/matroska @ 0x593f0165fac0] Terminating thread with return code -1414092869 (Immediate exit requested)
  812. [in#0/kmsgrab @ 0x593f0165c740] Terminating thread with return code 0 (success)
  813. [vist#0:0/wrapped_avframe @ 0x593f0165f180] Decoder thread received EOF packet
  814. [vist#0:0/wrapped_avframe @ 0x593f0165f180] Decoder returned EOF, finishing
  815. [vist#0:0/wrapped_avframe @ 0x593f0165f180] Terminating thread with return code 0 (success)
  816. [out_0_0 @ 0x755318002a80] EOF on sink link out_0_0:default.
  817. [vf#0:0 @ 0x593f01661680] Filtergraph returned EOF, finishing
  818. [vf#0:0 @ 0x593f01661680] All consumers returned EOF
  819. [vf#0:0 @ 0x593f01661680] Terminating thread with return code 0 (success)
  820. [vost#0:0/libx264 @ 0x593f01660480] Encoder thread received EOF
  821. [libx264 @ 0x593f01660800] frame= 244 QP=25.00 NAL=2 Slice:P Poc:488 I:265 P:2100 SKIP:4565 size=155793 bytes
  822. [vost#0:0/libx264 @ 0x593f01660480] Terminating thread with return code 0 (success)
  823. [matroska @ 0x593f0165fbc0] end duration = 8608
  824. [matroska @ 0x593f0165fbc0] stream 0 end duration = 8608
  825. [out#0/matroska @ 0x593f0165fac0] Error writing trailer: Immediate exit requested
  826. [AVIOContext @ 0x593f0166b800] Statistics: 15990784 bytes written, 2 seeks, 83 writeouts
  827. [out#0/matroska @ 0x593f0165fac0] Error closing file: Immediate exit requested
  828. [out#0/matroska @ 0x593f0165fac0] Output file #0 (hlvideo8.mkv):
  829. [out#0/matroska @ 0x593f0165fac0] Output stream #0:0 (video): 251 frames encoded; 244 packets muxed (21459767 bytes);
  830. [out#0/matroska @ 0x593f0165fac0] Total: 244 packets (21459767 bytes) muxed
  831. [out#0/matroska @ 0x593f0165fac0] video:20957kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  832. frame= 244 fps= 30 q=20.0 Lsize= 15616kB time=N/A bitrate=N/A speed=N/A
  833. [libx264 @ 0x593f01660800] frame I:1 Avg QP:20.00 size:727812
  834. [libx264 @ 0x593f01660800] frame P:244 Avg QP:20.34 size: 85603
  835. [libx264 @ 0x593f01660800] mb I I16..4: 100.0% 0.0% 0.0%
  836. [libx264 @ 0x593f01660800] mb P I16..4: 2.0% 0.0% 0.0% P16..4: 27.1% 0.0% 0.0% 0.0% 0.0% skip:70.9%
  837. [libx264 @ 0x593f01660800] coded y,u,v intra: 74.7% 45.0% 52.1% inter: 13.6% 4.1% 9.8%
  838. [libx264 @ 0x593f01660800] i16 v,h,dc,p: 0% 98% 2% 0%
  839. [libx264 @ 0x593f01660800] kb/s:20009.30
  840. [in#0/kmsgrab @ 0x593f0165c740] Input file #0 (fd:):
  841. [in#0/kmsgrab @ 0x593f0165c740] Input stream #0:0 (video): 252 packets read (120960 bytes); 251 frames decoded; 0 decode errors;
  842. [in#0/kmsgrab @ 0x593f0165c740] Total: 252 packets (120960 bytes) demuxed
  843. Exiting normally, received signal 2.
Advertisement
Add Comment
Please, Sign In to add comment