Advertisement
Rarez

OUTPUT FFMPEG

Jan 9th, 2016
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.83 KB | None | 0 0
  1. ffmpeg started on 2016-01-09 at 22:02:36
  2. Report written to "ffmpeg-20160109-220236.log"
  3. Command line:
  4. ffmpeg -f image2 -framerate 25 -i "IMG_%03d.tif" -vcodec libx265 -x265-params lossless -strict experimental -pix_fmt yuv420p -report movie_newh265yuv420.mp4
  5. ffmpeg version N-77455-g4707497 Copyright (c) 2000-2015 the FFmpeg developers
  6. built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04)
  7. configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --mandir=/usr/share/man --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libpulse --enable-libdcadec --enable-libfreetype --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr --enable-libxvid --enable-libvo-aacenc --enable-libvidstab
  8. libavutil 55. 11.100 / 55. 11.100
  9. libavcodec 57. 20.100 / 57. 20.100
  10. libavformat 57. 20.100 / 57. 20.100
  11. libavdevice 57. 0.100 / 57. 0.100
  12. libavfilter 6. 21.101 / 6. 21.101
  13. libavresample 3. 0. 0 / 3. 0. 0
  14. libswscale 4. 0.100 / 4. 0.100
  15. libswresample 2. 0.101 / 2. 0.101
  16. libpostproc 54. 0.100 / 54. 0.100
  17. Splitting the commandline.
  18. Reading option '-f' ... matched as option 'f' (force format) with argument 'image2'.
  19. Reading option '-framerate' ... matched as AVOption 'framerate' with argument '25'.
  20. Reading option '-i' ... matched as input file with argument 'IMG_%03d.tif'.
  21. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx265'.
  22. Reading option '-x265-params' ... matched as AVOption 'x265-params' with argument 'lossless'.
  23. Reading option '-strict' ...Routing option strict to both codec and muxer layer
  24. matched as AVOption 'strict' with argument 'experimental'.
  25. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
  26. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  27. Reading option 'movie_newh265yuv420.mp4' ... matched as output file.
  28. Finished splitting the commandline.
  29. Parsing a group of options: global .
  30. Applying option report (generate a report) with argument 1.
  31. Successfully parsed a group of options.
  32. Parsing a group of options: input file IMG_%03d.tif.
  33. Applying option f (force format) with argument image2.
  34. Successfully parsed a group of options.
  35. Opening an input file: IMG_%03d.tif.
  36. [AVIOContext @ 0x31e9e00] Statistics: 6221548 bytes read, 0 seeks
  37. [image2 @ 0x31e90e0] Probe buffer size limit of 5000000 bytes reached
  38. Input #0, image2, from 'IMG_%03d.tif':
  39. Duration: 00:00:09.04, start: 0.000000, bitrate: N/A
  40. Stream #0:0, 1, 1/25: Video: tiff, rgb24, 1920x1080 [SAR 1:1 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
  41. Successfully opened the file.
  42. Parsing a group of options: output file movie_newh265yuv420.mp4.
  43. Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx265.
  44. Applying option pix_fmt (set pixel format) with argument yuv420p.
  45. Successfully parsed a group of options.
  46. Opening an output file: movie_newh265yuv420.mp4.
  47. Successfully opened the file.
  48. detected 2 logical cores
  49. [graph 0 input from stream 0:0 @ 0x31eb400] Setting 'video_size' to value '1920x1080'
  50. [graph 0 input from stream 0:0 @ 0x31eb400] Setting 'pix_fmt' to value '2'
  51. [graph 0 input from stream 0:0 @ 0x31eb400] Setting 'time_base' to value '1/25'
  52. [graph 0 input from stream 0:0 @ 0x31eb400] Setting 'pixel_aspect' to value '1/1'
  53. [graph 0 input from stream 0:0 @ 0x31eb400] Setting 'sws_param' to value 'flags=2'
  54. [graph 0 input from stream 0:0 @ 0x31eb400] Setting 'frame_rate' to value '25/1'
  55. [graph 0 input from stream 0:0 @ 0x31eb400] w:1920 h:1080 pixfmt:rgb24 tb:1/25 fr:25/1 sar:1/1 sws_param:flags=2
  56. [format @ 0x31f61a0] compat: called with args=[yuv420p]
  57. [format @ 0x31f61a0] Setting 'pix_fmts' to value 'yuv420p'
  58. [auto-inserted scaler 0 @ 0x31f75a0] Setting 'flags' to value 'bicubic'
  59. [auto-inserted scaler 0 @ 0x31f75a0] w:iw h:ih flags:'bicubic' interl:0
  60. [format @ 0x31f61a0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
  61. [AVFilterGraph @ 0x31f55c0] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
  62. [auto-inserted scaler 0 @ 0x31f75a0] w:1920 h:1080 fmt:rgb24 sar:1/1 -> w:1920 h:1080 fmt:yuv420p sar:1/1 flags:0x4
  63. Output #0, mp4, to 'movie_newh265yuv420.mp4':
  64. Metadata:
  65. encoder : Lavf57.20.100
  66. Stream #0:0, 0, 1/12800: Video: hevc (libx265) ([35][0][0][0] / 0x0023), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 12800 tbn, 25 tbc
  67. Metadata:
  68. encoder : Lavc57.20.100 libx265
  69. Stream mapping:
  70. Stream #0:0 -> #0:0 (tiff (native) -> hevc (libx265))
  71. Press [q] to stop, [?] for help
  72. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  73. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  74. [AVIOContext @ 0x3583dc0] Statistics: 6221548 bytes read, 0 seeks
  75. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  76. [AVIOContext @ 0x3b72e00] Statistics: 6221548 bytes read, 0 seeks
  77. Clipping frame in rate conversion by 0.000008
  78. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  79. [AVIOContext @ 0x4cc9520] Statistics: 6221548 bytes read, 0 seeks
  80. frame= 2 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  81. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  82. [AVIOContext @ 0x5e1c540] Statistics: 6221548 bytes read, 0 seeks
  83. frame= 3 fps=1.7 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  84. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  85. [AVIOContext @ 0x3ad2c80] Statistics: 6221548 bytes read, 0 seeks
  86. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  87. [AVIOContext @ 0x5e147e0] Statistics: 6221548 bytes read, 0 seeks
  88. frame= 5 fps=2.1 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  89. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  90. [AVIOContext @ 0x3acafa0] Statistics: 6221548 bytes read, 0 seeks
  91. frame= 6 fps=2.1 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  92. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  93. [AVIOContext @ 0x4161b00] Statistics: 6221548 bytes read, 0 seeks
  94. frame= 7 fps=2.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  95. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  96. [AVIOContext @ 0x3acb0c0] Statistics: 6221548 bytes read, 0 seeks
  97. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  98. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  99. frame= 9 fps=2.1 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  100. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  101. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  102. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  103. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  104. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  105. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  106. frame= 12 fps=2.5 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  107. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  108. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  109. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  110. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  111. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  112. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  113. frame= 15 fps=2.7 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  114. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  115. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  116. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  117. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  118. frame= 17 fps=2.5 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  119. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  120. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  121. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  122. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  123. frame= 19 fps=2.6 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  124. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  125. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  126. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  127. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  128. frame= 21 fps=2.6 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  129. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  130. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  131. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  132. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  133. frame= 23 fps=2.6 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  134. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  135. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  136. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  137. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  138. frame= 25 fps=2.6 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  139. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  140. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  141. frame= 26 fps=2.6 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  142. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  143. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  144. frame= 27 fps=2.5 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
  145. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  146. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  147. frame= 28 fps=2.3 q=-0.0 size= 54kB time=-00:00:00.04 bitrate=N/A speed=N/A
  148. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  149. frame= 29 fps=1.6 q=-0.0 size= 57kB time=00:00:00.00 bitrate=N/A speed= 0x
  150. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  151. frame= 30 fps=1.4 q=-0.0 size= 64kB time=00:00:00.04 bitrate=13194.2kbits/s speed=0.00181x
  152. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  153. frame= 31 fps=1.2 q=-0.0 size= 69kB time=00:00:00.08 bitrate=7052.7kbits/s speed=0.00304x
  154. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  155. frame= 32 fps=1.1 q=-0.0 size= 70kB time=00:00:00.12 bitrate=4812.3kbits/s speed=0.00426x
  156. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  157. frame= 33 fps=1.1 q=-0.0 size= 73kB time=00:00:00.16 bitrate=3713.7kbits/s speed=0.00526x
  158. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  159. frame= 34 fps=1.0 q=-0.0 size= 73kB time=00:00:00.20 bitrate=3010.4kbits/s speed=0.0059x
  160. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  161. frame= 35 fps=1.0 q=-0.0 size= 77kB time=00:00:00.24 bitrate=2644.0kbits/s speed=0.00656x
  162. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  163. frame= 36 fps=0.9 q=-0.0 size= 78kB time=00:00:00.28 bitrate=2294.5kbits/s speed=0.00701x
  164. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  165. frame= 37 fps=0.9 q=-0.0 size= 91kB time=00:00:00.32 bitrate=2332.2kbits/s speed=0.00751x
  166. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  167. frame= 38 fps=0.8 q=-0.0 size= 93kB time=00:00:00.36 bitrate=2122.8kbits/s speed=0.00769x
  168. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  169. frame= 39 fps=0.8 q=-0.0 size= 95kB time=00:00:00.40 bitrate=1954.6kbits/s speed=0.00786x
  170. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  171. frame= 40 fps=0.7 q=-0.0 size= 97kB time=00:00:00.44 bitrate=1799.7kbits/s speed=0.00799x
  172. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  173. frame= 41 fps=0.7 q=-0.0 size= 97kB time=00:00:00.48 bitrate=1658.0kbits/s speed=0.00822x
  174. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  175. frame= 42 fps=0.7 q=-0.0 size= 109kB time=00:00:00.52 bitrate=1724.8kbits/s speed=0.00854x
  176. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  177. frame= 43 fps=0.7 q=-0.0 size= 112kB time=00:00:00.56 bitrate=1632.4kbits/s speed=0.00854x
  178. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  179. frame= 44 fps=0.6 q=-0.0 size= 112kB time=00:00:00.60 bitrate=1531.2kbits/s speed=0.00869x
  180. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  181. frame= 45 fps=0.6 q=-0.0 size= 114kB time=00:00:00.64 bitrate=1454.2kbits/s speed=0.00886x
  182. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  183. frame= 46 fps=0.6 q=-0.0 size= 121kB time=00:00:00.68 bitrate=1456.3kbits/s speed=0.00899x
  184. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  185. frame= 47 fps=0.6 q=-0.0 size= 123kB time=00:00:00.72 bitrate=1396.5kbits/s speed=0.00908x
  186. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  187. frame= 48 fps=0.6 q=-0.0 size= 123kB time=00:00:00.76 bitrate=1330.6kbits/s speed=0.0092x
  188. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  189. frame= 49 fps=0.6 q=-0.0 size= 124kB time=00:00:00.80 bitrate=1269.7kbits/s speed=0.00926x
  190. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  191. frame= 50 fps=0.6 q=-0.0 size= 134kB time=00:00:00.84 bitrate=1303.6kbits/s speed=0.00944x
  192. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  193. frame= 51 fps=0.5 q=-0.0 size= 137kB time=00:00:00.88 bitrate=1277.4kbits/s speed=0.00947x
  194. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  195. frame= 52 fps=0.5 q=-0.0 size= 140kB time=00:00:00.92 bitrate=1249.1kbits/s speed=0.00948x
  196. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  197. frame= 53 fps=0.5 q=-0.0 size= 142kB time=00:00:00.96 bitrate=1212.7kbits/s speed=0.00943x
  198. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  199. frame= 54 fps=0.5 q=-0.0 size= 143kB time=00:00:01.00 bitrate=1171.2kbits/s speed=0.00944x
  200. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  201. frame= 55 fps=0.5 q=-0.0 size= 157kB time=00:00:01.04 bitrate=1237.8kbits/s speed=0.00957x
  202. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  203. frame= 56 fps=0.5 q=-0.0 size= 160kB time=00:00:01.08 bitrate=1214.1kbits/s speed=0.00957x
  204. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  205. frame= 57 fps=0.5 q=-0.0 size= 161kB time=00:00:01.12 bitrate=1179.8kbits/s speed=0.0096x
  206. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  207. frame= 58 fps=0.5 q=-0.0 size= 163kB time=00:00:01.16 bitrate=1150.8kbits/s speed=0.00966x
  208. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  209. frame= 59 fps=0.5 q=-0.0 size= 164kB time=00:00:01.20 bitrate=1116.4kbits/s speed=0.00964x
  210. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  211. frame= 60 fps=0.5 q=-0.0 size= 176kB time=00:00:01.24 bitrate=1163.0kbits/s speed=0.00977x
  212. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  213. frame= 61 fps=0.5 q=-0.0 size= 179kB time=00:00:01.28 bitrate=1147.6kbits/s speed=0.00976x
  214. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  215. frame= 62 fps=0.5 q=-0.0 size= 180kB time=00:00:01.32 bitrate=1119.1kbits/s speed=0.00977x
  216. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  217. frame= 63 fps=0.5 q=-0.0 size= 182kB time=00:00:01.36 bitrate=1093.8kbits/s speed=0.00982x
  218. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  219. frame= 64 fps=0.4 q=-0.0 size= 183kB time=00:00:01.40 bitrate=1073.4kbits/s speed=0.00981x
  220. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  221. frame= 65 fps=0.4 q=-0.0 size= 195kB time=00:00:01.44 bitrate=1110.1kbits/s speed=0.00988x
  222. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  223. frame= 66 fps=0.4 q=-0.0 size= 199kB time=00:00:01.48 bitrate=1100.0kbits/s speed=0.00988x
  224. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  225. frame= 67 fps=0.4 q=-0.0 size= 200kB time=00:00:01.52 bitrate=1077.7kbits/s speed=0.00988x
  226. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  227. frame= 68 fps=0.4 q=-0.0 size= 201kB time=00:00:01.56 bitrate=1056.3kbits/s speed=0.0099x
  228. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  229. frame= 69 fps=0.4 q=-0.0 size= 202kB time=00:00:01.60 bitrate=1036.7kbits/s speed=0.00993x
  230. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  231. frame= 70 fps=0.4 q=-0.0 size= 210kB time=00:00:01.64 bitrate=1047.5kbits/s speed=0.00998x
  232. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  233. frame= 71 fps=0.4 q=-0.0 size= 212kB time=00:00:01.68 bitrate=1034.2kbits/s speed=0.01x
  234. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  235. frame= 72 fps=0.4 q=-0.0 size= 213kB time=00:00:01.72 bitrate=1013.8kbits/s speed=0.01x
  236. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  237. frame= 73 fps=0.4 q=-0.0 size= 214kB time=00:00:01.76 bitrate= 995.8kbits/s speed=0.0101x
  238. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  239. frame= 74 fps=0.4 q=-0.0 size= 224kB time=00:00:01.80 bitrate=1017.2kbits/s speed=0.0101x
  240. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  241. frame= 75 fps=0.4 q=-0.0 size= 226kB time=00:00:01.84 bitrate=1005.5kbits/s speed=0.0101x
  242. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  243. frame= 76 fps=0.4 q=-0.0 size= 228kB time=00:00:01.88 bitrate= 993.7kbits/s speed=0.0101x
  244. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  245. frame= 77 fps=0.4 q=-0.0 size= 230kB time=00:00:01.92 bitrate= 980.2kbits/s speed=0.0101x
  246. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  247. frame= 78 fps=0.4 q=-0.0 size= 230kB time=00:00:01.96 bitrate= 962.8kbits/s speed=0.0101x
  248. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  249. frame= 79 fps=0.4 q=-0.0 size= 242kB time=00:00:02.00 bitrate= 991.3kbits/s speed=0.0102x
  250. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  251. frame= 80 fps=0.4 q=-0.0 size= 244kB time=00:00:02.04 bitrate= 981.5kbits/s speed=0.0102x
  252. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  253. frame= 81 fps=0.4 q=-0.0 size= 245kB time=00:00:02.08 bitrate= 966.7kbits/s speed=0.0102x
  254. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  255. frame= 82 fps=0.4 q=-0.0 size= 247kB time=00:00:02.12 bitrate= 955.2kbits/s speed=0.0102x
  256. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  257. frame= 83 fps=0.4 q=-0.0 size= 248kB time=00:00:02.16 bitrate= 939.6kbits/s speed=0.0102x
  258. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  259. frame= 84 fps=0.4 q=-0.0 size= 260kB time=00:00:02.20 bitrate= 967.0kbits/s speed=0.0103x
  260. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  261. frame= 85 fps=0.4 q=-0.0 size= 262kB time=00:00:02.24 bitrate= 959.5kbits/s speed=0.0103x
  262. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  263. frame= 86 fps=0.4 q=-0.0 size= 263kB time=00:00:02.28 bitrate= 945.7kbits/s speed=0.0103x
  264. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  265. frame= 87 fps=0.4 q=-0.0 size= 264kB time=00:00:02.32 bitrate= 932.5kbits/s speed=0.0103x
  266. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  267. frame= 88 fps=0.4 q=-0.0 size= 265kB time=00:00:02.36 bitrate= 921.4kbits/s speed=0.0103x
  268. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  269. frame= 89 fps=0.4 q=-0.0 size= 277kB time=00:00:02.40 bitrate= 945.7kbits/s speed=0.0103x
  270. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  271. frame= 90 fps=0.4 q=-0.0 size= 280kB time=00:00:02.44 bitrate= 940.1kbits/s speed=0.0103x
  272. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  273. frame= 91 fps=0.4 q=-0.0 size= 281kB time=00:00:02.48 bitrate= 928.0kbits/s speed=0.0103x
  274. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  275. frame= 92 fps=0.4 q=-0.0 size= 282kB time=00:00:02.52 bitrate= 916.5kbits/s speed=0.0103x
  276. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  277. frame= 93 fps=0.4 q=-0.0 size= 283kB time=00:00:02.56 bitrate= 906.3kbits/s speed=0.0104x
  278. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  279. frame= 94 fps=0.4 q=-0.0 size= 289kB time=00:00:02.60 bitrate= 909.9kbits/s speed=0.0104x
  280. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  281. frame= 95 fps=0.4 q=-0.0 size= 291kB time=00:00:02.64 bitrate= 901.7kbits/s speed=0.0104x
  282. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  283. frame= 96 fps=0.4 q=-0.0 size= 291kB time=00:00:02.68 bitrate= 890.0kbits/s speed=0.0104x
  284. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  285. frame= 97 fps=0.4 q=-0.0 size= 292kB time=00:00:02.72 bitrate= 879.1kbits/s speed=0.0104x
  286. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  287. frame= 98 fps=0.4 q=-0.0 size= 299kB time=00:00:02.76 bitrate= 886.9kbits/s speed=0.0105x
  288. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  289. frame= 99 fps=0.4 q=-0.0 size= 302kB time=00:00:02.80 bitrate= 883.2kbits/s speed=0.0105x
  290. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  291. frame= 100 fps=0.4 q=-0.0 size= 305kB time=00:00:02.84 bitrate= 878.5kbits/s speed=0.0105x
  292. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  293. frame= 101 fps=0.4 q=-0.0 size= 306kB time=00:00:02.88 bitrate= 871.1kbits/s speed=0.0104x
  294. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  295. frame= 102 fps=0.4 q=-0.0 size= 307kB time=00:00:02.92 bitrate= 861.3kbits/s speed=0.0105x
  296. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  297. frame= 103 fps=0.4 q=-0.0 size= 310kB time=00:00:02.96 bitrate= 858.8kbits/s speed=0.0105x
  298. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  299. frame= 104 fps=0.4 q=-0.0 size= 321kB time=00:00:03.00 bitrate= 875.5kbits/s speed=0.0105x
  300. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  301. frame= 105 fps=0.4 q=-0.0 size= 324kB time=00:00:03.04 bitrate= 872.5kbits/s speed=0.0105x
  302. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  303. frame= 106 fps=0.4 q=-0.0 size= 327kB time=00:00:03.08 bitrate= 869.1kbits/s speed=0.0105x
  304. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  305. frame= 107 fps=0.4 q=-0.0 size= 328kB time=00:00:03.12 bitrate= 862.4kbits/s speed=0.0105x
  306. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  307. frame= 108 fps=0.4 q=-0.0 size= 329kB time=00:00:03.16 bitrate= 853.3kbits/s speed=0.0105x
  308. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  309. frame= 109 fps=0.4 q=-0.0 size= 342kB time=00:00:03.20 bitrate= 874.6kbits/s speed=0.0105x
  310. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  311. frame= 110 fps=0.4 q=-0.0 size= 345kB time=00:00:03.24 bitrate= 871.6kbits/s speed=0.0105x
  312. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  313. frame= 111 fps=0.4 q=-0.0 size= 346kB time=00:00:03.28 bitrate= 864.2kbits/s speed=0.0105x
  314. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  315. frame= 112 fps=0.4 q=-0.0 size= 348kB time=00:00:03.32 bitrate= 858.3kbits/s speed=0.0105x
  316. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  317. frame= 113 fps=0.4 q=-0.0 size= 348kB time=00:00:03.36 bitrate= 849.6kbits/s speed=0.0105x
  318. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  319. frame= 114 fps=0.4 q=-0.0 size= 362kB time=00:00:03.40 bitrate= 871.7kbits/s speed=0.0105x
  320. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  321. frame= 115 fps=0.4 q=-0.0 size= 365kB time=00:00:03.44 bitrate= 868.7kbits/s speed=0.0105x
  322. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  323. frame= 116 fps=0.4 q=-0.0 size= 366kB time=00:00:03.48 bitrate= 861.5kbits/s speed=0.0105x
  324. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  325. frame= 117 fps=0.4 q=-0.0 size= 368kB time=00:00:03.52 bitrate= 856.6kbits/s speed=0.0105x
  326. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  327. frame= 118 fps=0.3 q=-0.0 size= 369kB time=00:00:03.56 bitrate= 849.1kbits/s speed=0.0105x
  328. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  329. frame= 119 fps=0.3 q=-0.0 size= 379kB time=00:00:03.60 bitrate= 861.5kbits/s speed=0.0105x
  330. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  331. frame= 120 fps=0.3 q=-0.0 size= 382kB time=00:00:03.64 bitrate= 859.9kbits/s speed=0.0105x
  332. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  333. frame= 121 fps=0.3 q=-0.0 size= 383kB time=00:00:03.68 bitrate= 853.3kbits/s speed=0.0105x
  334. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  335. frame= 122 fps=0.3 q=-0.0 size= 385kB time=00:00:03.72 bitrate= 847.0kbits/s speed=0.0105x
  336. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  337. frame= 123 fps=0.3 q=-0.0 size= 386kB time=00:00:03.76 bitrate= 841.3kbits/s speed=0.0105x
  338. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  339. frame= 124 fps=0.3 q=-0.0 size= 393kB time=00:00:03.80 bitrate= 846.9kbits/s speed=0.0106x
  340. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  341. frame= 125 fps=0.3 q=-0.0 size= 396kB time=00:00:03.84 bitrate= 844.7kbits/s speed=0.0106x
  342. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  343. frame= 126 fps=0.3 q=-0.0 size= 397kB time=00:00:03.88 bitrate= 837.6kbits/s speed=0.0105x
  344. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  345. frame= 127 fps=0.3 q=-0.0 size= 398kB time=00:00:03.92 bitrate= 832.2kbits/s speed=0.0106x
  346. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  347. frame= 128 fps=0.3 q=-0.0 size= 404kB time=00:00:03.96 bitrate= 836.0kbits/s speed=0.0106x
  348. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  349. frame= 129 fps=0.3 q=-0.0 size= 407kB time=00:00:04.00 bitrate= 833.9kbits/s speed=0.0106x
  350. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  351. frame= 130 fps=0.3 q=-0.0 size= 410kB time=00:00:04.04 bitrate= 832.3kbits/s speed=0.0106x
  352. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  353. frame= 131 fps=0.3 q=-0.0 size= 412kB time=00:00:04.08 bitrate= 827.6kbits/s speed=0.0105x
  354. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  355. frame= 132 fps=0.3 q=-0.0 size= 413kB time=00:00:04.12 bitrate= 821.0kbits/s speed=0.0105x
  356. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  357. frame= 133 fps=0.3 q=-0.0 size= 425kB time=00:00:04.16 bitrate= 836.0kbits/s speed=0.0106x
  358. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  359. frame= 134 fps=0.3 q=-0.0 size= 428kB time=00:00:04.20 bitrate= 835.4kbits/s speed=0.0105x
  360. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  361. frame= 135 fps=0.3 q=-0.0 size= 429kB time=00:00:04.24 bitrate= 829.5kbits/s speed=0.0105x
  362. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  363. frame= 136 fps=0.3 q=-0.0 size= 430kB time=00:00:04.28 bitrate= 823.4kbits/s speed=0.0105x
  364. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  365. frame= 137 fps=0.3 q=-0.0 size= 441kB time=00:00:04.32 bitrate= 836.2kbits/s speed=0.0105x
  366. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  367. frame= 138 fps=0.3 q=-0.0 size= 444kB time=00:00:04.36 bitrate= 834.6kbits/s speed=0.0105x
  368. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  369. frame= 139 fps=0.3 q=-0.0 size= 446kB time=00:00:04.40 bitrate= 829.9kbits/s speed=0.0105x
  370. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  371. frame= 140 fps=0.3 q=-0.0 size= 446kB time=00:00:04.44 bitrate= 823.5kbits/s speed=0.0105x
  372. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  373. frame= 141 fps=0.3 q=-0.0 size= 452kB time=00:00:04.48 bitrate= 825.7kbits/s speed=0.0106x
  374. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  375. frame= 142 fps=0.3 q=-0.0 size= 453kB time=00:00:04.52 bitrate= 820.5kbits/s speed=0.0106x
  376. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  377. frame= 143 fps=0.3 q=-0.0 size= 453kB time=00:00:04.56 bitrate= 814.4kbits/s speed=0.0106x
  378. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  379. frame= 144 fps=0.3 q=-0.0 size= 460kB time=00:00:04.60 bitrate= 820.0kbits/s speed=0.0106x
  380. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  381. frame= 145 fps=0.3 q=-0.0 size= 463kB time=00:00:04.64 bitrate= 818.2kbits/s speed=0.0106x
  382. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  383. frame= 146 fps=0.3 q=-0.0 size= 466kB time=00:00:04.68 bitrate= 816.5kbits/s speed=0.0106x
  384. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  385. frame= 147 fps=0.3 q=-0.0 size= 468kB time=00:00:04.72 bitrate= 812.6kbits/s speed=0.0106x
  386. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  387. frame= 148 fps=0.3 q=-0.0 size= 469kB time=00:00:04.76 bitrate= 806.9kbits/s speed=0.0106x
  388. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  389. frame= 149 fps=0.3 q=-0.0 size= 479kB time=00:00:04.80 bitrate= 817.3kbits/s speed=0.0106x
  390. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  391. frame= 150 fps=0.3 q=-0.0 size= 482kB time=00:00:04.84 bitrate= 815.1kbits/s speed=0.0106x
  392. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  393. frame= 151 fps=0.3 q=-0.0 size= 484kB time=00:00:04.88 bitrate= 812.6kbits/s speed=0.0106x
  394. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  395. frame= 152 fps=0.3 q=-0.0 size= 486kB time=00:00:04.92 bitrate= 808.5kbits/s speed=0.0106x
  396. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  397. frame= 153 fps=0.3 q=-0.0 size= 486kB time=00:00:04.96 bitrate= 803.4kbits/s speed=0.0106x
  398. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  399. frame= 154 fps=0.3 q=-0.0 size= 498kB time=00:00:05.00 bitrate= 815.1kbits/s speed=0.0106x
  400. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  401. frame= 155 fps=0.3 q=-0.0 size= 501kB time=00:00:05.04 bitrate= 814.8kbits/s speed=0.0106x
  402. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  403. frame= 156 fps=0.3 q=-0.0 size= 503kB time=00:00:05.08 bitrate= 810.3kbits/s speed=0.0106x
  404. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  405. frame= 157 fps=0.3 q=-0.0 size= 503kB time=00:00:05.12 bitrate= 805.5kbits/s speed=0.0106x
  406. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  407. frame= 158 fps=0.3 q=-0.0 size= 517kB time=00:00:05.16 bitrate= 820.2kbits/s speed=0.0106x
  408. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  409. frame= 159 fps=0.3 q=-0.0 size= 520kB time=00:00:05.20 bitrate= 819.5kbits/s speed=0.0106x
  410. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  411. frame= 160 fps=0.3 q=-0.0 size= 521kB time=00:00:05.24 bitrate= 815.2kbits/s speed=0.0106x
  412. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  413. frame= 161 fps=0.3 q=-0.0 size= 523kB time=00:00:05.28 bitrate= 811.3kbits/s speed=0.0106x
  414. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  415. frame= 162 fps=0.3 q=-0.0 size= 525kB time=00:00:05.32 bitrate= 808.0kbits/s speed=0.0106x
  416. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  417. frame= 163 fps=0.3 q=-0.0 size= 532kB time=00:00:05.36 bitrate= 813.1kbits/s speed=0.0106x
  418. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  419. frame= 164 fps=0.3 q=-0.0 size= 535kB time=00:00:05.40 bitrate= 811.0kbits/s speed=0.0106x
  420. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  421. frame= 165 fps=0.3 q=-0.0 size= 536kB time=00:00:05.44 bitrate= 806.5kbits/s speed=0.0106x
  422. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  423. frame= 166 fps=0.3 q=-0.0 size= 537kB time=00:00:05.48 bitrate= 802.1kbits/s speed=0.0106x
  424. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  425. frame= 167 fps=0.3 q=-0.0 size= 545kB time=00:00:05.52 bitrate= 808.6kbits/s speed=0.0106x
  426. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  427. frame= 168 fps=0.3 q=-0.0 size= 549kB time=00:00:05.56 bitrate= 808.7kbits/s speed=0.0106x
  428. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  429. frame= 169 fps=0.3 q=-0.0 size= 553kB time=00:00:05.60 bitrate= 808.8kbits/s speed=0.0106x
  430. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  431. frame= 170 fps=0.3 q=-0.0 size= 555kB time=00:00:05.64 bitrate= 806.4kbits/s speed=0.0106x
  432. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  433. frame= 171 fps=0.3 q=-0.0 size= 556kB time=00:00:05.68 bitrate= 802.4kbits/s speed=0.0106x
  434. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  435. frame= 172 fps=0.3 q=-0.0 size= 560kB time=00:00:05.72 bitrate= 802.4kbits/s speed=0.0106x
  436. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  437. frame= 173 fps=0.3 q=-0.0 size= 573kB time=00:00:05.76 bitrate= 814.6kbits/s speed=0.0106x
  438. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  439. frame= 174 fps=0.3 q=-0.0 size= 576kB time=00:00:05.80 bitrate= 813.7kbits/s speed=0.0106x
  440. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  441. frame= 175 fps=0.3 q=-0.0 size= 580kB time=00:00:05.84 bitrate= 813.2kbits/s speed=0.0106x
  442. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  443. frame= 176 fps=0.3 q=-0.0 size= 582kB time=00:00:05.88 bitrate= 811.1kbits/s speed=0.0106x
  444. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  445. frame= 177 fps=0.3 q=-0.0 size= 583kB time=00:00:05.92 bitrate= 807.2kbits/s speed=0.0105x
  446. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  447. frame= 178 fps=0.3 q=-0.0 size= 594kB time=00:00:05.96 bitrate= 815.9kbits/s speed=0.0106x
  448. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  449. frame= 179 fps=0.3 q=-0.0 size= 598kB time=00:00:06.00 bitrate= 816.1kbits/s speed=0.0106x
  450. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  451. frame= 180 fps=0.3 q=-0.0 size= 599kB time=00:00:06.04 bitrate= 813.1kbits/s speed=0.0106x
  452. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  453. frame= 181 fps=0.3 q=-0.0 size= 602kB time=00:00:06.08 bitrate= 811.4kbits/s speed=0.0106x
  454. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  455. frame= 182 fps=0.3 q=-0.0 size= 603kB time=00:00:06.12 bitrate= 807.6kbits/s speed=0.0106x
  456. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  457. frame= 183 fps=0.3 q=-0.0 size= 616kB time=00:00:06.16 bitrate= 819.7kbits/s speed=0.0106x
  458. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  459. frame= 184 fps=0.3 q=-0.0 size= 621kB time=00:00:06.20 bitrate= 820.9kbits/s speed=0.0106x
  460. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  461. frame= 185 fps=0.3 q=-0.0 size= 623kB time=00:00:06.24 bitrate= 818.1kbits/s speed=0.0106x
  462. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  463. frame= 186 fps=0.3 q=-0.0 size= 624kB time=00:00:06.28 bitrate= 814.1kbits/s speed=0.0106x
  464. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  465. frame= 187 fps=0.3 q=-0.0 size= 640kB time=00:00:06.32 bitrate= 829.1kbits/s speed=0.0106x
  466. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  467. frame= 188 fps=0.3 q=-0.0 size= 644kB time=00:00:06.36 bitrate= 829.5kbits/s speed=0.0106x
  468. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  469. frame= 189 fps=0.3 q=-0.0 size= 645kB time=00:00:06.40 bitrate= 825.5kbits/s speed=0.0106x
  470. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  471. frame= 190 fps=0.3 q=-0.0 size= 647kB time=00:00:06.44 bitrate= 823.5kbits/s speed=0.0106x
  472. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  473. frame= 191 fps=0.3 q=-0.0 size= 662kB time=00:00:06.48 bitrate= 836.8kbits/s speed=0.0106x
  474. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  475. frame= 192 fps=0.3 q=-0.0 size= 666kB time=00:00:06.52 bitrate= 837.3kbits/s speed=0.0106x
  476. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  477. frame= 193 fps=0.3 q=-0.0 size= 668kB time=00:00:06.56 bitrate= 834.4kbits/s speed=0.0106x
  478. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  479. frame= 194 fps=0.3 q=-0.0 size= 670kB time=00:00:06.60 bitrate= 831.6kbits/s speed=0.0106x
  480. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  481. frame= 195 fps=0.3 q=-0.0 size= 672kB time=00:00:06.64 bitrate= 828.8kbits/s speed=0.0105x
  482. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  483. frame= 196 fps=0.3 q=-0.0 size= 680kB time=00:00:06.68 bitrate= 834.0kbits/s speed=0.0106x
  484. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  485. frame= 197 fps=0.3 q=-0.0 size= 683kB time=00:00:06.72 bitrate= 833.1kbits/s speed=0.0106x
  486. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  487. frame= 198 fps=0.3 q=-0.0 size= 685kB time=00:00:06.76 bitrate= 830.1kbits/s speed=0.0105x
  488. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  489. frame= 199 fps=0.3 q=-0.0 size= 687kB time=00:00:06.80 bitrate= 827.2kbits/s speed=0.0106x
  490. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  491. frame= 200 fps=0.3 q=-0.0 size= 689kB time=00:00:06.84 bitrate= 824.7kbits/s speed=0.0105x
  492. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  493. frame= 201 fps=0.3 q=-0.0 size= 694kB time=00:00:06.88 bitrate= 825.8kbits/s speed=0.0106x
  494. [AVIOContext @ 0x5e148a0] Statistics: 6221548 bytes read, 0 seeks
  495. frame= 202 fps=0.3 q=-0.0 size= 694kB time=00:00:06.92 bitrate= 821.9kbits/s speed=0.0106x
  496. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  497. frame= 203 fps=0.3 q=-0.0 size= 706kB time=00:00:06.96 bitrate= 830.4kbits/s speed=0.0106x
  498. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  499. frame= 204 fps=0.3 q=-0.0 size= 711kB time=00:00:07.00 bitrate= 831.7kbits/s speed=0.0106x
  500. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  501. frame= 205 fps=0.3 q=-0.0 size= 713kB time=00:00:07.04 bitrate= 830.0kbits/s speed=0.0106x
  502. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  503. frame= 206 fps=0.3 q=-0.0 size= 714kB time=00:00:07.08 bitrate= 826.4kbits/s speed=0.0105x
  504. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  505. frame= 207 fps=0.3 q=-0.0 size= 727kB time=00:00:07.12 bitrate= 835.9kbits/s speed=0.0106x
  506. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  507. frame= 208 fps=0.3 q=-0.0 size= 731kB time=00:00:07.16 bitrate= 836.5kbits/s speed=0.0106x
  508. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  509. frame= 209 fps=0.3 q=-0.0 size= 733kB time=00:00:07.20 bitrate= 833.6kbits/s speed=0.0105x
  510. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  511. frame= 210 fps=0.3 q=-0.0 size= 734kB time=00:00:07.24 bitrate= 830.8kbits/s speed=0.0105x
  512. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  513. frame= 211 fps=0.3 q=-0.0 size= 736kB time=00:00:07.28 bitrate= 828.0kbits/s speed=0.0105x
  514. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  515. frame= 212 fps=0.3 q=-0.0 size= 746kB time=00:00:07.32 bitrate= 835.4kbits/s speed=0.0105x
  516. [AVIOContext @ 0x6d123e0] Statistics: 6221548 bytes read, 0 seeks
  517. frame= 213 fps=0.3 q=-0.0 size= 750kB time=00:00:07.36 bitrate= 835.1kbits/s speed=0.0105x
  518. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  519. frame= 214 fps=0.3 q=-0.0 size= 751kB time=00:00:07.40 bitrate= 831.9kbits/s speed=0.0105x
  520. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  521. frame= 215 fps=0.3 q=-0.0 size= 753kB time=00:00:07.44 bitrate= 829.0kbits/s speed=0.0105x
  522. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  523. frame= 216 fps=0.3 q=-0.0 size= 755kB time=00:00:07.48 bitrate= 827.0kbits/s speed=0.0105x
  524. [AVIOContext @ 0xa742be0] Statistics: 6221548 bytes read, 0 seeks
  525. frame= 217 fps=0.3 q=-0.0 size= 769kB time=00:00:07.52 bitrate= 837.5kbits/s speed=0.0105x
  526. [AVIOContext @ 0xe3f2c20] Statistics: 6221548 bytes read, 0 seeks
  527. frame= 218 fps=0.3 q=-0.0 size= 772kB time=00:00:07.56 bitrate= 836.4kbits/s speed=0.0105x
  528. [AVIOContext @ 0x11e0dae0] Statistics: 6221548 bytes read, 0 seeks
  529. frame= 219 fps=0.3 q=-0.0 size= 773kB time=00:00:07.60 bitrate= 832.9kbits/s speed=0.0105x
  530. [AVIOContext @ 0x356c5c0] Statistics: 6221548 bytes read, 0 seeks
  531. frame= 220 fps=0.3 q=-0.0 size= 780kB time=00:00:07.64 bitrate= 836.6kbits/s speed=0.0105x
  532. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  533. frame= 221 fps=0.3 q=-0.0 size= 783kB time=00:00:07.68 bitrate= 835.7kbits/s speed=0.0105x
  534. [AVIOContext @ 0xafa16e0] Statistics: 6221548 bytes read, 0 seeks
  535. frame= 222 fps=0.3 q=-0.0 size= 785kB time=00:00:07.72 bitrate= 832.5kbits/s speed=0.0105x
  536. [AVIOContext @ 0x114a9560] Statistics: 6221548 bytes read, 0 seeks
  537. frame= 223 fps=0.3 q=-0.0 size= 786kB time=00:00:07.76 bitrate= 829.6kbits/s speed=0.0105x
  538. [AVIOContext @ 0x85a7020] Statistics: 6221548 bytes read, 0 seeks
  539. frame= 224 fps=0.3 q=-0.0 size= 788kB time=00:00:07.80 bitrate= 827.2kbits/s speed=0.0105x
  540. frame= 225 fps=0.3 q=-0.0 size= 792kB time=00:00:07.84 bitrate= 827.1kbits/s speed=0.0105x
  541. frame= 226 fps=0.3 q=-0.0 size= 801kB time=00:00:07.88 bitrate= 832.9kbits/s speed=0.0105x
  542. frame= 226 fps=0.3 q=-0.0 size= 801kB time=00:00:07.88 bitrate= 832.9kbits/s speed=0.0105x
  543. [output stream 0:0 @ 0x31f5280] EOF on sink link output stream 0:0:default.
  544. No more output streams to write to, finishing.
  545. frame= 226 fps=0.3 q=-0.0 Lsize= 898kB time=00:00:08.96 bitrate= 821.4kbits/s speed=0.0106x
  546. video:894kB audio:0kB subtitle:0kB other streams:0kB global headers:1kB muxing overhead: 0.463337%
  547. Input file #0 (IMG_%03d.tif):
  548. Input stream #0:0 (video): 226 packets read (1406069848 bytes); 226 frames decoded;
  549. Total: 226 packets (1406069848 bytes) demuxed
  550. Output file #0 (movie_newh265yuv420.mp4):
  551. Output stream #0:0 (video): 226 frames encoded; 226 packets muxed (915749 bytes);
  552. Total: 226 packets (915749 bytes) muxed
  553. 226 frames successfully decoded, 0 decoding errors
  554. [AVIOContext @ 0x31f5160] Statistics: 34 seeks, 254 writeouts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement