Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.67 KB | None | 0 0
  1. ffmpeg.exe -loglevel debug -i D:\cartest_supers.mov -pix_fmt yuv420p -vcodec libx264 -crf 24 -an D:\outvid.mp4
  2. ffmpeg version N-71102-g1f5d1ee Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.9.2 (GCC)
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enable-zlib
  5. libavutil 54. 20.101 / 54. 20.101
  6. libavcodec 56. 30.100 / 56. 30.100
  7. libavformat 56. 26.101 / 56. 26.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 13.101 / 5. 13.101
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Splitting the commandline.
  14. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  15. Reading option '-i' ... matched as input file with argument 'D:\cartest_supers.mov'.
  16. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
  17. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
  18. Reading option '-crf' ... matched as AVOption 'crf' with argument '24'.
  19. Reading option '-an' ... matched as option 'an' (disable audio) with argument '1'.
  20. Reading option 'D:\outvid.mp4' ... matched as output file.
  21. Finished splitting the commandline.
  22. Parsing a group of options: global .
  23. Applying option loglevel (set logging level) with argument debug.
  24. Successfully parsed a group of options.
  25. Parsing a group of options: input file D:\cartest_supers.mov.
  26. Successfully parsed a group of options.
  27. Opening an input file: D:\cartest_supers.mov.
  28. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000002c5ff60] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  29. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000002c5ff60] ISO: File Type Major Brand: qt
  30. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000002c5ff60] Before avformat_find_stream_info() pos: 155488988 bytes read:40068 seeks:1
  31. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000002c5ff60] Probe buffer size limit of 5000000 bytes reached
  32. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000002c5ff60] After avformat_find_stream_info() pos: 5505072 bytes read:5545092 seeks:2 frames:6
  33. Guessed Channel Layout for Input Stream #0.1 : stereo
  34. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\cartest_supers.mov':
  35. Metadata:
  36. major_brand : qt
  37. minor_version : 537199360
  38. compatible_brands: qt
  39. creation_time : 2015-03-26 22:53:47
  40. timecode : 01:00:00:00
  41. Duration: 00:00:07.01, start: 0.000000, bitrate: 177523 kb/s
  42. Stream #0:0(eng), 6, 1/23976: Video: dnxhd, 1 reference frame (AVdn / 0x6E645641), yuv422p(tv), 1920x1080, 1/23976, 175984 kb/s, 23.98 fps, 23.98 tbr, 23976 tbn, 23976 tbc (default)
  43. Metadata:
  44. creation_time : 2015-03-26 22:53:47
  45. handler_name : Apple Alias Data Handler
  46. encoder : Avid DNxHD Codec
  47. Stream #0:1(eng), 0, 1/48000: Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, 2 channels, s16, 1536 kb/s (default)
  48. Metadata:
  49. creation_time : 2015-03-26 22:53:47
  50. handler_name : Apple Alias Data Handler
  51. Stream #0:2(eng), 0, 1/23976: Data: none (tmcd / 0x64636D74), 1/24, 0 kb/s (default)
  52. Metadata:
  53. creation_time : 2015-03-26 22:53:48
  54. handler_name : Apple Alias Data Handler
  55. timecode : 01:00:00:00
  56. Successfully opened the file.
  57. Parsing a group of options: output file D:\outvid.mp4.
  58. Applying option pix_fmt (set pixel format) with argument yuv420p.
  59. Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx264.
  60. Applying option an (disable audio) with argument 1.
  61. Successfully parsed a group of options.
  62. Opening an output file: D:\outvid.mp4.
  63. Successfully opened the file.
  64. detected 4 logical cores
  65. [graph 0 input from stream 0:0 @ 0000000000336de0] Setting 'video_size' to value '1920x1080'
  66. [graph 0 input from stream 0:0 @ 0000000000336de0] Setting 'pix_fmt' to value '4'
  67. [graph 0 input from stream 0:0 @ 0000000000336de0] Setting 'time_base' to value '1/23976'
  68. [graph 0 input from stream 0:0 @ 0000000000336de0] Setting 'pixel_aspect' to value '0/1'
  69. [graph 0 input from stream 0:0 @ 0000000000336de0] Setting 'sws_param' to value 'flags=2'
  70. [graph 0 input from stream 0:0 @ 0000000000336de0] Setting 'frame_rate' to value '2997/125'
  71. [graph 0 input from stream 0:0 @ 0000000000336de0] w:1920 h:1080 pixfmt:yuv422p tb:1/23976 fr:2997/125 sar:0/1 sws_param:flags=2
  72. [format @ 00000000053f1460] compat: called with args=[yuv420p]
  73. [format @ 00000000053f1460] Setting 'pix_fmts' to value 'yuv420p'
  74. [auto-inserted scaler 0 @ 00000000053f18a0] Setting 'flags' to value '0x4'
  75. [auto-inserted scaler 0 @ 00000000053f18a0] w:iw h:ih flags:'0x4' interl:0
  76. [format @ 00000000053f1460] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
  77. [AVFilterGraph @ 0000000002c41f40] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
  78. [auto-inserted scaler 0 @ 00000000053f18a0] w:1920 h:1080 fmt:yuv422p sar:0/1 -> w:1920 h:1080 fmt:yuv420p sar:0/1 flags:0x4
  79. [libx264 @ 000000000033aec0] using mv_range_thread = 88
  80. [libx264 @ 000000000033aec0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
  81. [libx264 @ 000000000033aec0] profile High, level 4.0
  82. [libx264 @ 000000000033aec0] 264 - core 146 r2538 121396c - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - http://www.videolan.org/x264.html- options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=24.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  83. Output #0, mp4, to 'D:\outvid.mp4':
  84. Metadata:
  85. major_brand : qt
  86. minor_version : 537199360
  87. compatible_brands: qt
  88. timecode : 01:00:00:00
  89. encoder : Lavf56.26.101
  90. Stream #0:0(eng), 0, 1/11988: Video: h264 (libx264), -1 reference frame ([33][0][0][0] / 0x0021), yuv420p, 1920x1080, 125/2997, q=-1--1,
  91. 23.98 fps, 11988 tbn, 23.98 tbc (default)
  92. Metadata:
  93. creation_time : 2015-03-26 22:53:47
  94. handler_name : Apple Alias Data Handler
  95. encoder : Lavc56.30.100 libx264
  96. Stream mapping:
  97. Stream #0:0 -> #0:0 (dnxhd (native) -> h264 (libx264))
  98. Press [q] to stop, [?] for help
  99. Cliping frame in rate conversion by 0.000008
  100. [dnxhd @ 00000000067393c0] pix_fmt changed: yuv422p -> yuv422p10le
  101. Input stream #0:0 frame changed from size:1920x1080 fmt:yuv422p to size:1920x1080 fmt:yuv422p10le
  102. [graph 0 input from stream 0:0 @ 0000000005c902c0] Setting 'video_size' to value '1920x1080'
  103. [graph 0 input from stream 0:0 @ 0000000005c902c0] Setting 'pix_fmt' to value '74'
  104. [graph 0 input from stream 0:0 @ 0000000005c902c0] Setting 'time_base' to value '1/23976'
  105. [graph 0 input from stream 0:0 @ 0000000005c902c0] Setting 'pixel_aspect' to value '0/1'
  106. [graph 0 input from stream 0:0 @ 0000000005c902c0] Setting 'sws_param' to value 'flags=2'
  107. [graph 0 input from stream 0:0 @ 0000000005c902c0] Setting 'frame_rate' to value '2997/125'
  108. [graph 0 input from stream 0:0 @ 0000000005c902c0] w:1920 h:1080 pixfmt:yuv422p10le tb:1/23976 fr:2997/125 sar:0/1 sws_param:flags=2
  109. [scaler for output stream 0:0 @ 0000000005c90440] Setting 'w' to value '1920'
  110. [scaler for output stream 0:0 @ 0000000005c90440] Setting 'h' to value '1080'
  111. [scaler for output stream 0:0 @ 0000000005c90440] Setting 'flags' to value '0x4'
  112. [scaler for output stream 0:0 @ 0000000005c90440] w:1920 h:1080 flags:'0x4' interl:0
  113. [format @ 0000000005c90500] compat: called with args=[yuv420p]
  114. [format @ 0000000005c90500] Setting 'pix_fmts' to value 'yuv420p'
  115. [AVFilterGraph @ 0000000000338560] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
  116. [scaler for output stream 0:0 @ 0000000005c90440] w:1920 h:1080 fmt:yuv422p10le sar:0/1 -> w:1920 h:1080 fmt:yuv420p sar:0/1 flags:0x4
  117. [libx264 @ 000000000033aec0] frame= 0 QP=9.75 NAL=3 Slice:I Poc:0 I:8160 P:0 SKIP:0 size=2980 bytes
  118. [libx264 @ 000000000033aec0] frame= 1 QP=18.38 NAL=2 Slice:P Poc:8 I:24 P:3 SKIP:8133 size=571 bytes
  119. [libx264 @ 000000000033aec0] frame= 2 QP=18.63 NAL=2 Slice:B Poc:4 I:8 P:22 SKIP:8130 size=121 bytes
  120. [libx264 @ 000000000033aec0] frame= 3 QP=14.00 NAL=0 Slice:B Poc:2 I:9 P:14 SKIP:8137 size=96 bytes
  121. [libx264 @ 000000000033aec0] frame= 4 QP=14.00 NAL=0 Slice:B Poc:6 I:5 P:21 SKIP:8134 size=100 bytes
  122. [libx264 @ 000000000033aec0] frame= 5 QP=18.82 NAL=2 Slice:P Poc:16 I:29 P:49 SKIP:8082 size=1136 bytes
  123. [libx264 @ 000000000033aec0] frame= 6 QP=13.00 NAL=2 Slice:B Poc:12 I:5 P:37 SKIP:8118 size=124 bytes
  124. [libx264 @ 000000000033aec0] frame= 7 QP=24.67 NAL=0 Slice:B Poc:10 I:0 P:30 SKIP:8129 size=111 bytes
  125. [libx264 @ 000000000033aec0] frame= 8 QP=14.00 NAL=0 Slice:B Poc:14 I:4 P:32 SKIP:8124 size=110 bytes
  126. [libx264 @ 000000000033aec0] frame= 9 QP=20.28 NAL=2 Slice:P Poc:24 I:21 P:65 SKIP:8074 size=1419 bytes
  127. [libx264 @ 000000000033aec0] frame= 10 QP=22.78 NAL=2 Slice:B Poc:20 I:1 P:47 SKIP:8111 size=207 bytes
  128. [libx264 @ 000000000033aec0] frame= 11 QP=24.38 NAL=0 Slice:B Poc:18 I:0 P:38 SKIP:8121 size=167 bytes
  129. [libx264 @ 000000000033aec0] frame= 12 QP=18.44 NAL=0 Slice:B Poc:22 I:8 P:37 SKIP:8115 size=140 bytes
  130. [libx264 @ 000000000033aec0] frame= 13 QP=17.77 NAL=2 Slice:P Poc:32 I:22 P:90 SKIP:8048 size=1413 bytes
  131. [libx264 @ 000000000033aec0] frame= 14 QP=21.20 NAL=2 Slice:B Poc:28 I:4 P:63 SKIP:8093 size=227 bytes
  132. [libx264 @ 000000000033aec0] frame= 15 QP=25.36 NAL=0 Slice:B Poc:26 I:3 P:46 SKIP:8111 size=140 bytes
  133. [libx264 @ 000000000033aec0] frame= 16 QP=24.83 NAL=0 Slice:B Poc:30 I:3 P:60 SKIP:8096 size=155 bytes
  134. [libx264 @ 000000000033aec0] frame= 17 QP=18.81 NAL=2 Slice:P Poc:40 I:28 P:109 SKIP:8023 size=1275 bytes
  135. [libx264 @ 000000000033aec0] frame= 18 QP=20.10 NAL=2 Slice:B Poc:36 I:3 P:88 SKIP:8066 size=292 bytes
  136. [libx264 @ 000000000033aec0] frame= 19 QP=14.00 NAL=0 Slice:B Poc:34 I:6 P:69 SKIP:8085 size=154 bytes
  137. [libx264 @ 000000000033aec0] frame= 20 QP=22.73 NAL=0 Slice:B Poc:38 I:1 P:79 SKIP:8080 size=172 bytes
  138. [libx264 @ 000000000033aec0] frame= 21 QP=20.91 NAL=2 Slice:P Poc:48 I:16 P:116 SKIP:8028 size=1407 bytes
  139. [libx264 @ 000000000033aec0] frame= 22 QP=22.96 NAL=2 Slice:B Poc:44 I:3 P:99 SKIP:8058 size=282 bytes
  140. [dnxhd @ 00000000067393c0] pix_fmt changed: yuv422p10le -> yuv422p
  141. [libx264 @ 000000000033aec0] frame= 23 QP=21.43 NAL=0 Slice:B Poc:42 I:7 P:79 SKIP:8074 size=173 bytes
  142. [libx264 @ 000000000033aec0] frame= 24 QP=24.44 NAL=0 Slice:B Poc:46 I:1 P:80 SKIP:8079 size=203 bytes
  143. [libx264 @ 000000000033aec0] frame= 25 QP=21.63 NAL=2 Slice:P Poc:56 I:39 P:116 SKIP:8005 size=1646 bytes
  144. [libx264 @ 000000000033aec0] frame= 26 QP=23.99 NAL=2 Slice:B Poc:52 I:0 P:122 SKIP:8037 size=309 bytes
  145. Input stream #0:0 frame changed from size:1920x1080 fmt:yuv422p10le to size:1920x1080 fmt:yuv422p
  146. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'video_size' to value '1920x1080'
  147. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'pix_fmt' to value '4'
  148. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'time_base' to value '1/23976'
  149. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'pixel_aspect' to value '0/1'
  150. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'sws_param' to value 'flags=2'
  151. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'frame_rate' to value '2997/125'
  152. [graph 0 input from stream 0:0 @ 0000000002c58f80] w:1920 h:1080 pixfmt:yuv422p tb:1/23976 fr:2997/125 sar:0/1 sws_param:flags=2
  153. [scaler for output stream 0:0 @ 0000000002c59100] Setting 'w' to value '1920'
  154. [scaler for output stream 0:0 @ 0000000002c59100] Setting 'h' to value '1080'
  155. [scaler for output stream 0:0 @ 0000000002c59100] Setting 'flags' to value '0x4'
  156. [scaler for output stream 0:0 @ 0000000002c59100] w:1920 h:1080 flags:'0x4' interl:0
  157. [format @ 0000000002c591c0] compat: called with args=[yuv420p]
  158. [format @ 0000000002c591c0] Setting 'pix_fmts' to value 'yuv420p'
  159. [AVFilterGraph @ 0000000000338560] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
  160. [scaler for output stream 0:0 @ 0000000002c59100] w:1920 h:1080 fmt:yuv422p sar:0/1 -> w:1920 h:1080 fmt:yuv420p sar:0/1 flags:0x4
  161. [libx264 @ 000000000033aec0] frame= 27 QP=25.19 NAL=0 Slice:B Poc:50 I:3 P:91 SKIP:8066 size=200 bytes
  162. [libx264 @ 000000000033aec0] scene cut at 37 Icost:950943 Pcost:932432 ratio:0.0195 bias:0.1185 gop:37 (imb:7757 pmb:31)
  163. [libx264 @ 000000000033aec0] frame= 28 QP=24.37 NAL=0 Slice:B Poc:54 I:3 P:99 SKIP:8058 size=230 bytes
  164. [libx264 @ 000000000033aec0] frame= 29 QP=23.28 NAL=2 Slice:P Poc:64 I:31 P:115 SKIP:8014 size=1232 bytes
  165. [libx264 @ 000000000033aec0] frame= 30 QP=20.19 NAL=2 Slice:B Poc:60 I:6 P:101 SKIP:8051 size=346 bytes
  166. [libx264 @ 000000000033aec0] frame= 31 QP=20.08 NAL=0 Slice:B Poc:58 I:9 P:109 SKIP:8042 size=257 bytes
  167. [libx264 @ 000000000033aec0] frame= 32 QP=22.89 NAL=0 Slice:B Poc:62 I:0 P:118 SKIP:8042 size=198 bytes
  168. [libx264 @ 000000000033aec0] frame= 33 QP=20.67 NAL=2 Slice:P Poc:72 I:49 P:79 SKIP:8032 size=456 bytes
  169. [libx264 @ 000000000033aec0] frame= 34 QP=20.46 NAL=2 Slice:B Poc:68 I:5 P:128 SKIP:8022 size=383 bytes
  170. [libx264 @ 000000000033aec0] frame= 35 QP=25.21 NAL=0 Slice:B Poc:66 I:2 P:132 SKIP:8025 size=267 bytes
  171. [libx264 @ 000000000033aec0] frame= 36 QP=19.84 NAL=0 Slice:B Poc:70 I:13 P:112 SKIP:8035 size=249 bytes
  172. [libx264 @ 000000000033aec0] frame= 37 QP=12.16 NAL=3 Slice:I Poc:0 I:8160 P:0 SKIP:0 size=16681 bytes
  173. [libx264 @ 000000000033aec0] frame= 38 QP=18.27 NAL=2 Slice:P Poc:8 I:145 P:2847 SKIP:5168 size=5925 bytes
  174. [libx264 @ 000000000033aec0] frame= 39 QP=26.38 NAL=2 Slice:B Poc:4 I:49 P:163 SKIP:7934 size=3768 bytes
  175. [libx264 @ 000000000033aec0] frame= 40 QP=27.73 NAL=0 Slice:B Poc:2 I:13 P:180 SKIP:7940 size=3141 bytes
  176. [libx264 @ 000000000033aec0] frame= 41 QP=23.02 NAL=0 Slice:B Poc:6 I:23 P:154 SKIP:7959 size=3120 bytes
  177. [libx264 @ 000000000033aec0] frame= 42 QP=21.68 NAL=2 Slice:P Poc:16 I:99 P:255 SKIP:7806 size=4082 bytes
  178. [libx264 @ 000000000033aec0] frame= 43 QP=25.71 NAL=2 Slice:B Poc:12 I:34 P:148 SKIP:7962 size=3614 bytes
  179. [libx264 @ 000000000033aec0] frame= 44 QP=27.24 NAL=0 Slice:B Poc:10 I:15 P:141 SKIP:7974 size=3099 bytes
  180. [libx264 @ 000000000033aec0] frame= 45 QP=27.21 NAL=0 Slice:B Poc:14 I:16 P:157 SKIP:7965 size=3244 bytes
  181. [libx264 @ 000000000033aec0] frame= 46 QP=23.14 NAL=2 Slice:P Poc:24 I:111 P:209 SKIP:7840 size=4011 bytes
  182. [libx264 @ 000000000033aec0] frame= 47 QP=26.21 NAL=2 Slice:B Poc:20 I:34 P:136 SKIP:7968 size=3577 bytes
  183. [libx264 @ 000000000033aec0] frame= 48 QP=27.73 NAL=0 Slice:B Poc:18 I:17 P:142 SKIP:7977 size=3176 bytes
  184. [libx264 @ 000000000033aec0] frame= 49 QP=26.97 NAL=0 Slice:B Poc:22 I:21 P:142 SKIP:7969 size=3330 bytes
  185. [libx264 @ 000000000033aec0] frame= 50 QP=23.52 NAL=2 Slice:P Poc:32 I:91 P:230 SKIP:7839 size=3988 bytes
  186. [libx264 @ 000000000033aec0] frame= 51 QP=26.91 NAL=2 Slice:B Poc:28 I:46 P:129 SKIP:7971 size=3693 bytes
  187. [libx264 @ 000000000033aec0] frame= 52 QP=27.74 NAL=0 Slice:B Poc:26 I:16 P:136 SKIP:7975 size=3195 bytes
  188. [libx264 @ 000000000033aec0] frame= 53 QP=27.76 NAL=0 Slice:B Poc:30 I:15 P:138 SKIP:7977 size=3138 bytes
  189. [libx264 @ 000000000033aec0] frame= 54 QP=22.16 NAL=2 Slice:P Poc:40 I:100 P:171 SKIP:7889 size=3860 bytes
  190. [libx264 @ 000000000033aec0] frame= 55 QP=26.46 NAL=2 Slice:B Poc:36 I:35 P:140 SKIP:7967 size=3670 bytes
  191. [libx264 @ 000000000033aec0] frame= 56 QP=27.67 NAL=0 Slice:B Poc:34 I:14 P:139 SKIP:7974 size=3146 bytes
  192. [libx264 @ 000000000033aec0] frame= 57 QP=26.74 NAL=0 Slice:B Poc:38 I:33 P:129 SKIP:7978 size=3278 bytes
  193. [libx264 @ 000000000033aec0] frame= 58 QP=23.50 NAL=2 Slice:P Poc:48 I:90 P:265 SKIP:7805 size=3969 bytes
  194. [libx264 @ 000000000033aec0] frame= 59 QP=26.56 NAL=2 Slice:B Poc:44 I:42 P:137 SKIP:7969 size=3634 bytes
  195. [libx264 @ 000000000033aec0] frame= 60 QP=27.51 NAL=0 Slice:B Poc:42 I:25 P:121 SKIP:7982 size=3272 bytes
  196. [libx264 @ 000000000033aec0] frame= 61 QP=26.94 NAL=0 Slice:B Poc:46 I:20 P:134 SKIP:7973 size=3147 bytes
  197. [libx264 @ 000000000033aec0] frame= 62 QP=23.04 NAL=2 Slice:P Poc:56 I:90 P:207 SKIP:7863 size=3849 bytes
  198. [libx264 @ 000000000033aec0] frame= 63 QP=25.27 NAL=2 Slice:B Poc:52 I:34 P:136 SKIP:7966 size=3614 bytes
  199. [libx264 @ 000000000033aec0] frame= 64 QP=27.25 NAL=0 Slice:B Poc:50 I:21 P:128 SKIP:7978 size=3317 bytes
  200. [libx264 @ 000000000033aec0] frame= 65 QP=27.29 NAL=0 Slice:B Poc:54 I:13 P:134 SKIP:7976 size=3113 bytes
  201. [libx264 @ 000000000033aec0] frame= 66 QP=20.54 NAL=2 Slice:P Poc:64 I:94 P:185 SKIP:7881 size=3980 bytes
  202. [libx264 @ 000000000033aec0] frame= 67 QP=26.34 NAL=2 Slice:B Poc:60 I:41 P:134 SKIP:7965 size=3601 bytes
  203. [libx264 @ 000000000033aec0] frame= 68 QP=27.75 NAL=0 Slice:B Poc:58 I:22 P:131 SKIP:7976 size=3052 bytes
  204. [libx264 @ 000000000033aec0] scene cut at 77 Icost:582816 Pcost:575338 ratio:0.0128 bias:0.1225 gop:40 (imb:7783 pmb:5)
  205. [dnxhd @ 000000000673a620] pix_fmt changed: yuv422p -> yuv422p10le
  206. [libx264 @ 000000000033aec0] frame= 69 QP=27.72 NAL=0 Slice:B Poc:62 I:22 P:149 SKIP:7961 size=3112 bytes
  207. [libx264 @ 000000000033aec0] frame= 70 QP=21.77 NAL=2 Slice:P Poc:72 I:100 P:98 SKIP:7962 size=3779 bytes
  208. [libx264 @ 000000000033aec0] frame= 71 QP=25.67 NAL=2 Slice:B Poc:68 I:37 P:139 SKIP:7963 size=3607 bytes
  209. [libx264 @ 000000000033aec0] frame= 72 QP=27.21 NAL=0 Slice:B Poc:66 I:16 P:136 SKIP:7982 size=3085 bytes
  210. Input stream #0:0 frame changed from size:1920x1080 fmt:yuv422p to size:1920x1080 fmt:yuv422p10le
  211. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'video_size' to value '1920x1080'
  212. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'pix_fmt' to value '74'
  213. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'time_base' to value '1/23976'
  214. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'pixel_aspect' to value '0/1'
  215. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'sws_param' to value 'flags=2'
  216. [graph 0 input from stream 0:0 @ 0000000002c58f80] Setting 'frame_rate' to value '2997/125'
  217. [graph 0 input from stream 0:0 @ 0000000002c58f80] w:1920 h:1080 pixfmt:yuv422p10le tb:1/23976 fr:2997/125 sar:0/1 sws_param:flags=2
  218. [scaler for output stream 0:0 @ 0000000002c59100] Setting 'w' to value '1920'
  219. [scaler for output stream 0:0 @ 0000000002c59100] Setting 'h' to value '1080'
  220. [scaler for output stream 0:0 @ 0000000002c59100] Setting 'flags' to value '0x4'
  221. [scaler for output stream 0:0 @ 0000000002c59100] w:1920 h:1080 flags:'0x4' interl:0
  222. [format @ 0000000002c591c0] compat: called with args=[yuv420p]
  223. [format @ 0000000002c591c0] Setting 'pix_fmts' to value 'yuv420p'
  224. [AVFilterGraph @ 0000000000338560] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
  225. [scaler for output stream 0:0 @ 0000000002c59100] w:1920 h:1080 fmt:yuv422p10le sar:0/1 -> w:1920 h:1080 fmt:yuv420p sar:0/1 flags:0x4
  226. [libx264 @ 000000000033aec0] frame= 73 QP=27.21 NAL=0 Slice:B Poc:70 I:15 P:147 SKIP:7967 size=3207 bytes
  227. [libx264 @ 000000000033aec0] frame= 74 QP=20.12 NAL=2 Slice:P Poc:78 I:118 P:89 SKIP:7953 size=3715 bytes
  228. [libx264 @ 000000000033aec0] frame= 75 QP=27.11 NAL=2 Slice:B Poc:76 I:13 P:152 SKIP:7968 size=3179 bytes
  229. [libx264 @ 000000000033aec0] frame= 76 QP=27.85 NAL=0 Slice:B Poc:74 I:16 P:167 SKIP:7960 size=3079 bytes
  230. [libx264 @ 000000000033aec0] frame= 77 QP=12.78 NAL=3 Slice:I Poc:0 I:8160 P:0 SKIP:0 size=11915 bytes
  231. [libx264 @ 000000000033aec0] frame= 78 QP=18.20 NAL=2 Slice:P Poc:8 I:47 P:142 SKIP:7971 size=1457 bytes
  232. [libx264 @ 000000000033aec0] frame= 79 QP=22.76 NAL=2 Slice:B Poc:4 I:4 P:147 SKIP:8007 size=360 bytes
  233. [libx264 @ 000000000033aec0] frame= 80 QP=21.50 NAL=0 Slice:B Poc:2 I:3 P:154 SKIP:8003 size=287 bytes
  234. [libx264 @ 000000000033aec0] frame= 81 QP=25.27 NAL=0 Slice:B Poc:6 I:3 P:145 SKIP:8012 size=232 bytes
  235. [libx264 @ 000000000033aec0] frame= 82 QP=18.26 NAL=2 Slice:P Poc:16 I:51 P:169 SKIP:7940 size=1721 bytes
  236. [libx264 @ 000000000033aec0] frame= 83 QP=23.57 NAL=2 Slice:B Poc:12 I:11 P:156 SKIP:7990 size=467 bytes
  237. [libx264 @ 000000000033aec0] frame= 84 QP=25.06 NAL=0 Slice:B Poc:10 I:7 P:136 SKIP:8017 size=253 bytes
  238. [libx264 @ 000000000033aec0] frame= 85 QP=24.48 NAL=0 Slice:B Poc:14 I:10 P:150 SKIP:8000 size=255 bytes
  239. [libx264 @ 000000000033aec0] frame= 86 QP=18.59 NAL=2 Slice:P Poc:24 I:62 P:158 SKIP:7940 size=1651 bytes
  240. [libx264 @ 000000000033aec0] frame= 87 QP=23.53 NAL=2 Slice:B Poc:20 I:4 P:146 SKIP:8010 size=318 bytes
  241. [libx264 @ 000000000033aec0] frame= 88 QP=19.95 NAL=0 Slice:B Poc:18 I:9 P:136 SKIP:8014 size=287 bytes
  242. [libx264 @ 000000000033aec0] frame= 89 QP=25.25 NAL=0 Slice:B Poc:22 I:4 P:143 SKIP:8013 size=222 bytes
  243. [libx264 @ 000000000033aec0] frame= 90 QP=17.76 NAL=2 Slice:P Poc:32 I:62 P:168 SKIP:7930 size=1690 bytes
  244. [libx264 @ 000000000033aec0] frame= 91 QP=19.28 NAL=2 Slice:B Poc:28 I:9 P:167 SKIP:7984 size=405 bytes
  245. [libx264 @ 000000000033aec0] frame= 92 QP=14.00 NAL=0 Slice:B Poc:26 I:6 P:140 SKIP:8014 size=212 bytes
  246. [libx264 @ 000000000033aec0] frame= 93 QP=24.31 NAL=0 Slice:B Poc:30 I:6 P:155 SKIP:7999 size=256 bytes
  247. [libx264 @ 000000000033aec0] frame= 94 QP=19.16 NAL=2 Slice:P Poc:40 I:58 P:172 SKIP:7930 size=1620 bytes
  248. [libx264 @ 000000000033aec0] frame= 95 QP=21.13 NAL=2 Slice:B Poc:36 I:4 P:161 SKIP:7995 size=428 bytes
  249. [libx264 @ 000000000033aec0] frame= 96 QP=22.83 NAL=0 Slice:B Poc:34 I:5 P:162 SKIP:7992 size=240 bytes
  250. [libx264 @ 000000000033aec0] frame= 97 QP=24.30 NAL=0 Slice:B Poc:38 I:2 P:150 SKIP:8008 size=247 bytes
  251. [libx264 @ 000000000033aec0] frame= 98 QP=18.96 NAL=2 Slice:P Poc:48 I:53 P:175 SKIP:7932 size=1438 bytes
  252. [libx264 @ 000000000033aec0] frame= 99 QP=24.24 NAL=2 Slice:B Poc:44 I:6 P:144 SKIP:8008 size=368 bytes
  253. [libx264 @ 000000000033aec0] frame= 100 QP=14.00 NAL=0 Slice:B Poc:42 I:4 P:146 SKIP:8010 size=224 bytes
  254. [libx264 @ 000000000033aec0] frame= 101 QP=24.20 NAL=0 Slice:B Poc:46 I:2 P:148 SKIP:8010 size=248 bytes
  255. [libx264 @ 000000000033aec0] frame= 102 QP=17.51 NAL=2 Slice:P Poc:56 I:57 P:144 SKIP:7959 size=1249 bytes
  256. [libx264 @ 000000000033aec0] frame= 103 QP=19.93 NAL=2 Slice:B Poc:52 I:6 P:167 SKIP:7987 size=405 bytes
  257. [libx264 @ 000000000033aec0] frame= 104 QP=20.43 NAL=0 Slice:B Poc:50 I:8 P:149 SKIP:8003 size=238 bytes
  258. [libx264 @ 000000000033aec0] frame= 105 QP=20.42 NAL=0 Slice:B Poc:54 I:5 P:145 SKIP:8010 size=238 bytes
  259. [libx264 @ 000000000033aec0] frame= 106 QP=22.06 NAL=2 Slice:P Poc:64 I:52 P:145 SKIP:7963 size=1118 bytes
  260. [libx264 @ 000000000033aec0] frame= 107 QP=24.47 NAL=2 Slice:B Poc:60 I:4 P:159 SKIP:7995 size=405 bytes
  261. [libx264 @ 000000000033aec0] frame= 108 QP=24.19 NAL=0 Slice:B Poc:58 I:4 P:137 SKIP:8018 size=241 bytes
  262. [libx264 @ 000000000033aec0] frame= 109 QP=23.89 NAL=0 Slice:B Poc:62 I:4 P:144 SKIP:8012 size=244 bytes
  263. [libx264 @ 000000000033aec0] frame= 110 QP=17.96 NAL=2 Slice:P Poc:72 I:41 P:122 SKIP:7997 size=1063 bytes
  264. [libx264 @ 000000000033aec0] frame= 111 QP=19.52 NAL=2 Slice:B Poc:68 I:9 P:160 SKIP:7991 size=361 bytes
  265. [libx264 @ 000000000033aec0] frame= 112 QP=24.58 NAL=0 Slice:B Poc:66 I:4 P:142 SKIP:8011 size=276 bytes
  266. [libx264 @ 000000000033aec0] frame= 113 QP=25.07 NAL=0 Slice:B Poc:70 I:5 P:152 SKIP:8003 size=282 bytes
  267. [libx264 @ 000000000033aec0] frame= 114 QP=21.28 NAL=2 Slice:P Poc:80 I:48 P:141 SKIP:7971 size=822 bytes
  268. [libx264 @ 000000000033aec0] frame= 115 QP=20.88 NAL=2 Slice:B Poc:76 I:3 P:167 SKIP:7990 size=394 bytes
  269. [libx264 @ 000000000033aec0] frame= 116 QP=14.84 NAL=0 Slice:B Poc:74 I:9 P:152 SKIP:7999 size=291 bytes
  270. [libx264 @ 000000000033aec0] scene cut at 123 Icost:966287 Pcost:946460 ratio:0.0205 bias:0.1304 gop:46 (imb:7753 pmb:35)
  271. [libx264 @ 000000000033aec0] frame= 117 QP=25.03 NAL=0 Slice:B Poc:78 I:1 P:167 SKIP:7992 size=239 bytes
  272. [output stream 0:0 @ 0000000002c59040] EOF on sink link output stream 0:0:default.
  273. No more output streams to write to, finishing.
  274. [libx264 @ 000000000033aec0] frame= 118 QP=19.34 NAL=2 Slice:P Poc:88 I:47 P:107 SKIP:8006 size=510 bytes
  275. [libx264 @ 000000000033aec0] frame= 119 QP=20.81 NAL=2 Slice:B Poc:84 I:9 P:162 SKIP:7986 size=388 bytes
  276. [libx264 @ 000000000033aec0] frame= 120 QP=24.25 NAL=0 Slice:B Poc:82 I:8 P:137 SKIP:8015 size=250 bytes
  277. [libx264 @ 000000000033aec0] frame= 121 QP=21.01 NAL=0 Slice:B Poc:86 I:12 P:152 SKIP:7996 size=277 bytes
  278. [libx264 @ 000000000033aec0] frame= 122 QP=21.34 NAL=2 Slice:P Poc:90 I:29 P:79 SKIP:8052 size=266 bytes
  279. [libx264 @ 000000000033aec0] frame= 123 QP=12.19 NAL=3 Slice:I Poc:0 I:8160 P:0 SKIP:0 size=16648 bytes
  280. [libx264 @ 000000000033aec0] frame= 124 QP=21.54 NAL=2 Slice:P Poc:8 I:138 P:2927 SKIP:5095 size=5945 bytes
  281. [libx264 @ 000000000033aec0] frame= 125 QP=25.02 NAL=2 Slice:B Poc:4 I:45 P:178 SKIP:7925 size=3771 bytes
  282. [libx264 @ 000000000033aec0] frame= 126 QP=27.62 NAL=0 Slice:B Poc:2 I:22 P:174 SKIP:7937 size=3132 bytes
  283. [libx264 @ 000000000033aec0] frame= 127 QP=27.08 NAL=0 Slice:B Poc:6 I:20 P:149 SKIP:7968 size=3136 bytes
  284. [libx264 @ 000000000033aec0] frame= 128 QP=21.35 NAL=2 Slice:P Poc:16 I:107 P:217 SKIP:7836 size=3970 bytes
  285. [libx264 @ 000000000033aec0] frame= 129 QP=25.52 NAL=2 Slice:B Poc:12 I:40 P:151 SKIP:7951 size=3630 bytes
  286. [libx264 @ 000000000033aec0] frame= 130 QP=27.11 NAL=0 Slice:B Poc:10 I:14 P:152 SKIP:7961 size=3184 bytes
  287. [libx264 @ 000000000033aec0] frame= 131 QP=24.10 NAL=0 Slice:B Poc:14 I:19 P:151 SKIP:7961 size=3185 bytes
  288. [libx264 @ 000000000033aec0] frame= 132 QP=23.33 NAL=2 Slice:P Poc:24 I:100 P:183 SKIP:7877 size=3944 bytes
  289. [libx264 @ 000000000033aec0] frame= 133 QP=26.17 NAL=2 Slice:B Poc:20 I:43 P:132 SKIP:7960 size=3633 bytes
  290. [libx264 @ 000000000033aec0] frame= 134 QP=25.80 NAL=0 Slice:B Poc:18 I:21 P:134 SKIP:7970 size=3299 bytes
  291. [libx264 @ 000000000033aec0] frame= 135 QP=27.58 NAL=0 Slice:B Poc:22 I:18 P:148 SKIP:7971 size=3191 bytes
  292. [libx264 @ 000000000033aec0] frame= 136 QP=22.91 NAL=2 Slice:P Poc:32 I:85 P:270 SKIP:7805 size=3923 bytes
  293. [libx264 @ 000000000033aec0] frame= 137 QP=26.53 NAL=2 Slice:B Poc:28 I:40 P:124 SKIP:7981 size=3560 bytes
  294. [libx264 @ 000000000033aec0] frame= 138 QP=27.61 NAL=0 Slice:B Poc:26 I:13 P:127 SKIP:7981 size=3150 bytes
  295. [libx264 @ 000000000033aec0] frame= 139 QP=23.89 NAL=0 Slice:B Poc:30 I:16 P:131 SKIP:7986 size=3082 bytes
  296. [libx264 @ 000000000033aec0] frame= 140 QP=24.56 NAL=2 Slice:P Poc:40 I:94 P:221 SKIP:7845 size=3310 bytes
  297. [libx264 @ 000000000033aec0] frame= 141 QP=27.15 NAL=2 Slice:B Poc:36 I:34 P:112 SKIP:8002 size=3160 bytes
  298. [libx264 @ 000000000033aec0] frame= 142 QP=27.66 NAL=0 Slice:B Poc:34 I:25 P:112 SKIP:7997 size=3005 bytes
  299. [libx264 @ 000000000033aec0] frame= 143 QP=27.59 NAL=0 Slice:B Poc:38 I:27 P:101 SKIP:8009 size=2811 bytes
  300. [libx264 @ 000000000033aec0] frame= 144 QP=25.24 NAL=2 Slice:P Poc:48 I:42 P:330 SKIP:7788 size=2698 bytes
  301. [libx264 @ 000000000033aec0] frame= 145 QP=26.25 NAL=2 Slice:B Poc:44 I:22 P:106 SKIP:8019 size=2490 bytes
  302. [libx264 @ 000000000033aec0] frame= 146 QP=27.68 NAL=0 Slice:B Poc:42 I:23 P:99 SKIP:8019 size=2496 bytes
  303. [libx264 @ 000000000033aec0] frame= 147 QP=28.08 NAL=0 Slice:B Poc:46 I:23 P:92 SKIP:8030 size=2198 bytes
  304. [libx264 @ 000000000033aec0] frame= 148 QP=16.78 NAL=2 Slice:P Poc:56 I:47 P:140 SKIP:7973 size=2123 bytes
  305. [libx264 @ 000000000033aec0] frame= 149 QP=26.40 NAL=2 Slice:B Poc:52 I:29 P:75 SKIP:8047 size=2166 bytes
  306. [libx264 @ 000000000033aec0] frame= 150 QP=27.62 NAL=0 Slice:B Poc:50 I:12 P:79 SKIP:8048 size=1941 bytes
  307. [libx264 @ 000000000033aec0] frame= 151 QP=27.69 NAL=0 Slice:B Poc:54 I:12 P:81 SKIP:8052 size=1796 bytes
  308. [libx264 @ 000000000033aec0] frame= 152 QP=17.00 NAL=2 Slice:P Poc:64 I:47 P:92 SKIP:8021 size=1844 bytes
  309. [libx264 @ 000000000033aec0] frame= 153 QP=27.58 NAL=2 Slice:B Poc:60 I:20 P:70 SKIP:8062 size=1862 bytes
  310. [libx264 @ 000000000033aec0] frame= 154 QP=27.57 NAL=0 Slice:B Poc:58 I:20 P:67 SKIP:8062 size=1827 bytes
  311. [libx264 @ 000000000033aec0] frame= 155 QP=28.10 NAL=0 Slice:B Poc:62 I:18 P:57 SKIP:8073 size=1656 bytes
  312. [libx264 @ 000000000033aec0] frame= 156 QP=23.67 NAL=2 Slice:P Poc:72 I:37 P:250 SKIP:7873 size=1573 bytes
  313. [libx264 @ 000000000033aec0] frame= 157 QP=27.15 NAL=2 Slice:B Poc:68 I:18 P:50 SKIP:8087 size=1582 bytes
  314. [libx264 @ 000000000033aec0] frame= 158 QP=28.10 NAL=0 Slice:B Poc:66 I:6 P:57 SKIP:8083 size=1507 bytes
  315. [libx264 @ 000000000033aec0] frame= 159 QP=28.05 NAL=0 Slice:B Poc:70 I:20 P:42 SKIP:8091 size=1465 bytes
  316. [libx264 @ 000000000033aec0] frame= 160 QP=26.31 NAL=2 Slice:P Poc:80 I:32 P:39 SKIP:8089 size=567 bytes
  317. [libx264 @ 000000000033aec0] frame= 161 QP=26.99 NAL=2 Slice:B Poc:76 I:13 P:37 SKIP:8109 size=937 bytes
  318. [libx264 @ 000000000033aec0] frame= 162 QP=27.93 NAL=0 Slice:B Poc:74 I:10 P:41 SKIP:8104 size=1123 bytes
  319. [libx264 @ 000000000033aec0] frame= 163 QP=27.44 NAL=0 Slice:B Poc:78 I:9 P:31 SKIP:8118 size=744 bytes
  320. [libx264 @ 000000000033aec0] frame= 164 QP=22.58 NAL=2 Slice:P Poc:88 I:14 P:7 SKIP:8139 size=113 bytes
  321. [libx264 @ 000000000033aec0] frame= 165 QP=26.21 NAL=2 Slice:B Poc:84 I:2 P:20 SKIP:8137 size=274 bytes
  322. [libx264 @ 000000000033aec0] frame= 166 QP=27.71 NAL=0 Slice:B Poc:82 I:3 P:24 SKIP:8132 size=346 bytes
  323. [libx264 @ 000000000033aec0] frame= 167 QP=26.68 NAL=0 Slice:B Poc:86 I:1 P:18 SKIP:8141 size=150 bytes
  324. frame= 168 fps= 55 q=-1.0 Lsize= 327kB time=00:00:06.92 bitrate= 387.1kbits/s
  325. video:324kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.859752%
  326. Input file #0 (D:\cartest_supers.mov):
  327. Input stream #0:0 (video): 168 packets read (154140672 bytes); 168 frames decoded;
  328. Input stream #0:1 (audio): 0 packets read (0 bytes);
  329. Input stream #0:2 (data): 0 packets read (0 bytes);
  330. Total: 168 packets (154140672 bytes) demuxed
  331. Output file #0 (D:\outvid.mp4):
  332. Output stream #0:0 (video): 168 frames encoded; 168 packets muxed (332189 bytes);
  333. Total: 168 packets (332189 bytes) muxed
  334. 172 frames successfully decoded, 0 decoding errors
  335. [AVIOContext @ 0000000002c68e00] Statistics: 34 seeks, 194 writeouts
  336. [libx264 @ 000000000033aec0] frame I:4 Avg QP:11.72 size: 12056
  337. [libx264 @ 000000000033aec0] frame P:42 Avg QP:20.81 size: 2294
  338. [libx264 @ 000000000033aec0] frame B:122 Avg QP:24.27 size: 1532
  339. [libx264 @ 000000000033aec0] consecutive B-frames: 3.0% 0.0% 1.8% 95.2%
  340. [libx264 @ 000000000033aec0] mb I I16..4: 82.2% 15.7% 2.1%
  341. [libx264 @ 000000000033aec0] mb P I16..4: 0.1% 0.2% 0.4% P16..4: 3.2% 0.2% 0.1% 0.0% 0.0% skip:95.8%
  342. [libx264 @ 000000000033aec0] mb B I16..4: 0.0% 0.0% 0.1% B16..8: 1.2% 0.2% 0.1% direct: 0.1% skip:98.3% L0:49.3% L1:47.7% BI: 3.0%
  343. [libx264 @ 000000000033aec0] 8x8 transform intra:16.3% inter:18.3%
  344. [libx264 @ 000000000033aec0] coded y,uvDC,uvAC intra: 7.1% 27.5% 21.8% inter: 0.3% 0.5% 0.0%
  345. [libx264 @ 000000000033aec0] i16 v,h,dc,p: 97% 1% 2% 0%
  346. [libx264 @ 000000000033aec0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 25% 44% 0% 0% 0% 0% 0% 0%
  347. [libx264 @ 000000000033aec0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 61% 9% 20% 2% 1% 3% 1% 3% 0%
  348. [libx264 @ 000000000033aec0] i8c dc,h,v,p: 57% 2% 41% 0%
  349. [libx264 @ 000000000033aec0] Weighted P-Frames: Y:0.0% UV:0.0%
  350. [libx264 @ 000000000033aec0] ref P L0: 82.9% 2.7% 9.4% 5.0%
  351. [libx264 @ 000000000033aec0] ref B L0: 77.8% 16.4% 5.8%
  352. [libx264 @ 000000000033aec0] ref B L1: 93.9% 6.1%
  353. [libx264 @ 000000000033aec0] kb/s:378.48
  354. [AVIOContext @ 0000000002c68820] Statistics: 154180740 bytes read, 4 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement