Advertisement
Guest User

Untitled

a guest
Mar 12th, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.65 KB | None | 0 0
  1. aiena@linux-hofs:~> ~/SCRIPTS/recordwindow.sh
  2. Enter the path and name of file with out extension e.g. ~/video NOT ~/video.mp4 : tmp
  3. ffmpeg version 2.1.3 Copyright (c) 2000-2013 the FFmpeg developers
  4. built on Feb 12 2014 20:11:32 with gcc 4.8 (SUSE Linux)
  5. configuration: --shlibdir=/usr/lib64 --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib64 --enable-shared --disable-static --enable-debug --disable-stripping --extra-cflags='-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -I/usr/include/gsm' --enable-gpl --enable-x11grab --enable-version3 --enable-pthreads --enable-avfilter --enable-libpulse --enable-libvpx --enable-libopus --enable-libass --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libxvid --enable-libx264 --enable-libschroedinger --enable-libgsm --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-postproc --enable-libdc1394 --enable-librtmp --enable-libfreetype --enable-avresample --enable-libtwolame --enable-libvo-aacenc --enable-gnutls
  6. libavutil 52. 48.101 / 52. 48.101
  7. libavcodec 55. 39.101 / 55. 39.101
  8. libavformat 55. 19.104 / 55. 19.104
  9. libavdevice 55. 5.100 / 55. 5.100
  10. libavfilter 3. 90.100 / 3. 90.100
  11. libavresample 1. 1. 0 / 1. 1. 0
  12. libswscale 2. 5.101 / 2. 5.101
  13. libswresample 0. 17.104 / 0. 17.104
  14. libpostproc 52. 3.100 / 52. 3.100
  15. Splitting the commandline.
  16. Reading option '-f' ... matched as option 'f' (force format) with argument 'x11grab'.
  17. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  18. Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '24'.
  19. Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '1366x741'.
  20. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  21. Reading option '-i' ... matched as input file with argument ':0.0+0,0'.
  22. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
  23. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'scale=w=2*iw:h=2*ih'.
  24. Reading option '-sws_flags' ... matched as AVOption 'sws_flags' with argument 'neighbor+full_chroma_inp+full_chroma_int'.
  25. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
  26. Reading option '-crf' ... matched as AVOption 'crf' with argument '18'.
  27. Reading option 'tmp.mp4' ... matched as output file.
  28. Finished splitting the commandline.
  29. Parsing a group of options: global .
  30. Applying option y (overwrite output files) with argument 1.
  31. Applying option v (set logging level) with argument debug.
  32. Successfully parsed a group of options.
  33. Parsing a group of options: input file :0.0+0,0.
  34. Applying option f (force format) with argument x11grab.
  35. Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 24.
  36. Applying option s (set frame size (WxH or abbreviation)) with argument 1366x741.
  37. Successfully parsed a group of options.
  38. Opening an input file: :0.0+0,0.
  39. [x11grab @ 0x25635e0] device: :0.0+0,0 -> display: :0.0 x: 0 y: 0 width: 1366 height: 741
  40. [x11grab @ 0x25635e0] shared memory extension found
  41. [x11grab @ 0x25635e0] All info found
  42. Input #0, x11grab, from ':0.0+0,0':
  43. Duration: N/A, start: 1394643164.944715, bitrate: 777374 kb/s
  44. Stream #0:0, 1, 1/1000000: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1366x741, 1/24, 777374 kb/s, 24 tbr, 1000k tbn, 24 tbc
  45. Successfully opened the file.
  46. Parsing a group of options: output file tmp.mp4.
  47. Applying option pix_fmt (set pixel format) with argument yuv420p.
  48. Applying option vf (set video filters) with argument scale=w=2*iw:h=2*ih.
  49. Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx264.
  50. Successfully parsed a group of options.
  51. Opening an output file: tmp.mp4.
  52. Successfully opened the file.
  53. detected 4 logical cores
  54. [Parsed_scale_0 @ 0x2583700] Setting 'w' to value '2*iw'
  55. [Parsed_scale_0 @ 0x2583700] Setting 'h' to value '2*ih'
  56. [Parsed_scale_0 @ 0x2583700] Setting 'flags' to value '0x6010'
  57. [Parsed_scale_0 @ 0x2583700] w:2*iw h:2*ih flags:'0x6010' interl:0
  58. [graph 0 input from stream 0:0 @ 0x2583d60] Setting 'video_size' to value '1366x741'
  59. [graph 0 input from stream 0:0 @ 0x2583d60] Setting 'pix_fmt' to value '298'
  60. [graph 0 input from stream 0:0 @ 0x2583d60] Setting 'time_base' to value '1/24'
  61. [graph 0 input from stream 0:0 @ 0x2583d60] Setting 'pixel_aspect' to value '0/1'
  62. [graph 0 input from stream 0:0 @ 0x2583d60] Setting 'sws_param' to value 'flags=2'
  63. [graph 0 input from stream 0:0 @ 0x2583d60] Setting 'frame_rate' to value '24/1'
  64. [graph 0 input from stream 0:0 @ 0x2583d60] w:1366 h:741 pixfmt:bgr0 tb:1/24 fr:24/1 sar:0/1 sws_param:flags=2
  65. [force CFR for input from stream 0:0 @ 0x2585520] Setting 'expr' to value 'N'
  66. [format @ 0x2585e80] compat: called with args=[yuv420p]
  67. [format @ 0x2585e80] Setting 'pix_fmts' to value 'yuv420p'
  68. [AVFilterGraph @ 0x2565640] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
  69. [graph 0 input from stream 0:0 @ 0x2583d60] TB:0.041667 FRAME_RATE:24.000000 SAMPLE_RATE:nan
  70. [swscaler @ 0x254d100] deprecated pixel format used, make sure you did set range correctly
  71. [Parsed_scale_0 @ 0x2583700] w:1366 h:741 fmt:bgr0 sar:0/1 -> w:2732 h:1482 fmt:yuv420p sar:0/1 flags:0x6010
  72. [libx264 @ 0x2582500] using mv_range_thread = 120
  73. [libx264 @ 0x2582500] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
  74. [libx264 @ 0x2582500] profile High, level 5.0
  75. [libx264 @ 0x2582500] 264 - core 135 - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - 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=24 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=18.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  76. Output #0, mp4, to 'tmp.mp4':
  77. Metadata:
  78. encoder : Lavf55.19.104
  79. Stream #0:0, 0, 1/12288: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 2732x1482, 1/24, q=-1--1, 12288 tbn, 24 tbc
  80. Stream mapping:
  81. Stream #0:0 -> #0:0 (rawvideo -> libx264)
  82. Press [q] to stop, [?] for help
  83. [force CFR for input from stream 0:0 @ 0x2585520] N:0 PTS:0 T:0.000000 POS:nan INTERLACED:0 -> PTS:0 T:0.000000
  84. [swscaler @ 0x254d100] Warning: data is not aligned! This can lead to a speedloss
  85. [force CFR for input from stream 0:0 @ 0x2585520] N:1 PTS:50393 T:2099.708333 POS:nan INTERLACED:0 -> PTS:1 T:0.041667
  86. [force CFR for input from stream 0:0 @ 0x2585520] N:2 PTS:83267 T:3469.458333 POS:nan INTERLACED:0 -> PTS:2 T:0.083333
  87. [force CFR for input from stream 0:0 @ 0x2585520] N:3 PTS:124974 T:5207.250000 POS:nan INTERLACED:0 -> PTS:3 T:0.125000
  88. [force CFR for input from stream 0:0 @ 0x2585520] N:4 PTS:166645 T:6943.541667 POS:nan INTERLACED:0 -> PTS:4 T:0.166667
  89. [force CFR for input from stream 0:0 @ 0x2585520] N:5 PTS:208291 T:8678.791667 POS:nan INTERLACED:0 -> PTS:5 T:0.208333
  90. [force CFR for input from stream 0:0 @ 0x2585520] N:6 PTS:249984 T:10416.000000 POS:nan INTERLACED:0 -> PTS:6 T:0.250000
  91. [force CFR for input from stream 0:0 @ 0x2585520] N:7 PTS:291661 T:12152.541667 POS:nan INTERLACED:0 -> PTS:7 T:0.291667
  92. [force CFR for input from stream 0:0 @ 0x2585520] N:8 PTS:333329 T:13888.708333 POS:nan INTERLACED:0 -> PTS:8 T:0.333333
  93. [force CFR for input from stream 0:0 @ 0x2585520] N:9 PTS:375000 T:15625.000000 POS:nan INTERLACED:0 -> PTS:9 T:0.375000
  94. [force CFR for input from stream 0:0 @ 0x2585520] N:10 PTS:416615 T:17358.958333 POS:nan INTERLACED:0 -> PTS:10 T:0.416667
  95. [force CFR for input from stream 0:0 @ 0x2585520] N:11 PTS:458245 T:19093.541667 POS:nan INTERLACED:0 -> PTS:11 T:0.458333
  96. [force CFR for input from stream 0:0 @ 0x2585520] N:12 PTS:499965 T:20831.875000 POS:nan INTERLACED:0 -> PTS:12 T:0.500000
  97. [force CFR for input from stream 0:0 @ 0x2585520] N:13 PTS:541586 T:22566.083333 POS:nan INTERLACED:0 -> PTS:13 T:0.541667
  98. [force CFR for input from stream 0:0 @ 0x2585520] N:14 PTS:583334 T:24305.583333 POS:nan INTERLACED:0 -> PTS:14 T:0.583333
  99. [force CFR for input from stream 0:0 @ 0x2585520] N:15 PTS:624947 T:26039.458333 POS:nan INTERLACED:0 -> PTS:15 T:0.625000
  100. [force CFR for input from stream 0:0 @ 0x2585520] N:16 PTS:666642 T:27776.750000 POS:nan INTERLACED:0 -> PTS:16 T:0.666667
  101. [force CFR for input from stream 0:0 @ 0x2585520] N:17 PTS:708247 T:29510.291667 POS:nan INTERLACED:0 -> PTS:17 T:0.708333
  102. [force CFR for input from stream 0:0 @ 0x2585520] N:18 PTS:750001 T:31250.041667 POS:nan INTERLACED:0 -> PTS:18 T:0.750000
  103. [force CFR for input from stream 0:0 @ 0x2585520] N:19 PTS:791644 T:32985.166667 POS:nan INTERLACED:0 -> PTS:19 T:0.791667
  104. [force CFR for input from stream 0:0 @ 0x2585520] N:20 PTS:833250 T:34718.750000 POS:nan INTERLACED:0 -> PTS:20 T:0.833333
  105. [force CFR for input from stream 0:0 @ 0x2585520] N:21 PTS:874979 T:36457.458333 POS:nan INTERLACED:0 -> PTS:21 T:0.875000
  106. [force CFR for input from stream 0:0 @ 0x2585520] N:22 PTS:916622 T:38192.583333 POS:nan INTERLACED:0 -> PTS:22 T:0.916667
  107. [force CFR for input from stream 0:0 @ 0x2585520] N:23 PTS:958310 T:39929.583333 POS:nan INTERLACED:0 -> PTS:23 T:0.958333
  108. [force CFR for input from stream 0:0 @ 0x2585520] N:24 PTS:999939 T:41664.125000 POS:nan INTERLACED:0 -> PTS:24 T:1.000000
  109. [force CFR for input from stream 0:0 @ 0x2585520] N:25 PTS:1041647 T:43401.958333 POS:nan INTERLACED:0 -> PTS:25 T:1.041667
  110. [force CFR for input from stream 0:0 @ 0x2585520] N:26 PTS:1083313 T:45138.041667 POS:nan INTERLACED:0 -> PTS:26 T:1.083333
  111. [force CFR for input from stream 0:0 @ 0x2585520] N:27 PTS:1124992 T:46874.666667 POS:nan INTERLACED:0 -> PTS:27 T:1.125000
  112. [force CFR for input from stream 0:0 @ 0x2585520] N:28 PTS:1166580 T:48607.500000 POS:nan INTERLACED:0 -> PTS:28 T:1.166667
  113. [force CFR for input from stream 0:0 @ 0x2585520] N:29 PTS:1208332 T:50347.166667 POS:nan INTERLACED:0 -> PTS:29 T:1.208333
  114. [force CFR for input from stream 0:0 @ 0x2585520] N:30 PTS:1249959 T:52081.625000 POS:nan INTERLACED:0 -> PTS:30 T:1.250000
  115. [force CFR for input from stream 0:0 @ 0x2585520] N:31 PTS:1291612 T:53817.166667 POS:nan INTERLACED:0 -> PTS:31 T:1.291667
  116. [force CFR for input from stream 0:0 @ 0x2585520] N:32 PTS:1333309 T:55554.541667 POS:nan INTERLACED:0 -> PTS:32 T:1.333333
  117. [force CFR for input from stream 0:0 @ 0x2585520] N:33 PTS:1374996 T:57291.500000 POS:nan INTERLACED:0 -> PTS:33 T:1.375000
  118. [force CFR for input from stream 0:0 @ 0x2585520] N:34 PTS:1416615 T:59025.625000 POS:nan INTERLACED:0 -> PTS:34 T:1.416667
  119. [force CFR for input from stream 0:0 @ 0x2585520] N:35 PTS:1458264 T:60761.000000 POS:nan INTERLACED:0 -> PTS:35 T:1.458333
  120. [force CFR for input from stream 0:0 @ 0x2585520] N:36 PTS:1499956 T:62498.166667 POS:nan INTERLACED:0 -> PTS:36 T:1.500000
  121. [force CFR for input from stream 0:0 @ 0x2585520] N:37 PTS:1541643 T:64235.125000 POS:nan INTERLACED:0 -> PTS:37 T:1.541667
  122. [force CFR for input from stream 0:0 @ 0x2585520] N:38 PTS:1583311 T:65971.291667 POS:nan INTERLACED:0 -> PTS:38 T:1.583333
  123. [force CFR for input from stream 0:0 @ 0x2585520] N:39 PTS:1624976 T:67707.333333 POS:nan INTERLACED:0 -> PTS:39 T:1.625000
  124. [force CFR for input from stream 0:0 @ 0x2585520] N:40 PTS:1666643 T:69443.458333 POS:nan INTERLACED:0 -> PTS:40 T:1.666667
  125. [force CFR for input from stream 0:0 @ 0x2585520] N:41 PTS:1708255 T:71177.291667 POS:nan INTERLACED:0 -> PTS:41 T:1.708333
  126. [force CFR for input from stream 0:0 @ 0x2585520] N:42 PTS:1749946 T:72914.416667 POS:nan INTERLACED:0 -> PTS:42 T:1.750000
  127. [force CFR for input from stream 0:0 @ 0x2585520] N:43 PTS:1791615 T:74650.625000 POS:nan INTERLACED:0 -> PTS:43 T:1.791667
  128. [force CFR for input from stream 0:0 @ 0x2585520] N:44 PTS:1833280 T:76386.666667 POS:nan INTERLACED:0 -> PTS:44 T:1.833333
  129. [force CFR for input from stream 0:0 @ 0x2585520] N:45 PTS:1874919 T:78121.625000 POS:nan INTERLACED:0 -> PTS:45 T:1.875000
  130. [force CFR for input from stream 0:0 @ 0x2585520] N:46 PTS:2658053 T:110752.208333 POS:nan INTERLACED:0 -> PTS:46 T:1.916667
  131. [force CFR for input from stream 0:0 @ 0x2585520] N:47 PTS:2713754 T:113073.083333 POS:nan INTERLACED:0 -> PTS:47 T:1.958333
  132. [force CFR for input from stream 0:0 @ 0x2585520] N:48 PTS:2751617 T:114650.708333 POS:nan INTERLACED:0 -> PTS:48 T:2.000000
  133. [force CFR for input from stream 0:0 @ 0x2585520] N:49 PTS:2786298 T:116095.750000 POS:nan INTERLACED:0 -> PTS:49 T:2.041667
  134. [force CFR for input from stream 0:0 @ 0x2585520] N:50 PTS:2820600 T:117525.000000 POS:nan INTERLACED:0 -> PTS:50 T:2.083333
  135. [libx264 @ 0x2582500] frame= 0 QP=14.54 NAL=3 Slice:I Poc:0 I:15903 P:0 SKIP:0 size=91867 bytes
  136. [force CFR for input from stream 0:0 @ 0x2585520] N:51 PTS:2989114 T:124546.416667 POS:nan INTERLACED:0 -> PTS:51 T:2.125000
  137. [libx264 @ 0x2582500] frame= 1 QP=17.43 NAL=2 Slice:P Poc:8 I:46 P:101 SKIP:15756 size=748 bytes
  138. [force CFR for input from stream 0:0 @ 0x2585520] N:52 PTS:3026170 T:126090.416667 POS:nan INTERLACED:0 -> PTS:52 T:2.166667
  139. [libx264 @ 0x2582500] frame= 2 QP=23.17 NAL=2 Slice:B Poc:4 I:11 P:93 SKIP:15799 size=332 bytes
  140. [force CFR for input from stream 0:0 @ 0x2585520] N:53 PTS:3059127 T:127463.625000 POS:nan INTERLACED:0 -> PTS:53 T:2.208333
  141. [libx264 @ 0x2582500] frame= 3 QP=21.41 NAL=0 Slice:B Poc:2 I:3 P:75 SKIP:15825 size=207 bytes
  142. [force CFR for input from stream 0:0 @ 0x2585520] N:54 PTS:3094338 T:128930.750000 POS:nan INTERLACED:0 -> PTS:54 T:2.250000
  143. [libx264 @ 0x2582500] frame= 4 QP=21.96 NAL=0 Slice:B Poc:6 I:5 P:56 SKIP:15842 size=300 bytes
  144. [force CFR for input from stream 0:0 @ 0x2585520] N:55 PTS:3129322 T:130388.416667 POS:nan INTERLACED:0 -> PTS:55 T:2.291667
  145. [libx264 @ 0x2582500] frame= 5 QP=17.39 NAL=2 Slice:P Poc:16 I:246 P:635 SKIP:15022 size=6662 bytes
  146. [force CFR for input from stream 0:0 @ 0x2585520] N:56 PTS:3160755 T:131698.125000 POS:nan INTERLACED:0 -> PTS:56 T:2.333333
  147. [libx264 @ 0x2582500] frame= 6 QP=24.00 NAL=2 Slice:B Poc:12 I:4 P:254 SKIP:15645 size=207 bytes
  148. [force CFR for input from stream 0:0 @ 0x2585520] N:57 PTS:3316338 T:138180.750000 POS:nan INTERLACED:0 -> PTS:57 T:2.375000
  149. [libx264 @ 0x2582500] frame= 7 QP=26.00 NAL=0 Slice:B Poc:10 I:6 P:42 SKIP:15855 size=156 bytes
  150. [force CFR for input from stream 0:0 @ 0x2585520] N:58 PTS:3350728 T:139613.666667 POS:nan INTERLACED:0 -> PTS:58 T:2.416667
  151. [libx264 @ 0x2582500] frame= 8 QP=26.00 NAL=0 Slice:B Poc:14 I:5 P:245 SKIP:15653 size=204 bytes
  152. [force CFR for input from stream 0:0 @ 0x2585520] N:59 PTS:3378360 T:140765.000000 POS:nan INTERLACED:0 -> PTS:59 T:2.458333
  153. [libx264 @ 0x2582500] frame= 9 QP=16.17 NAL=2 Slice:P Poc:24 I:40 P:44 SKIP:15819 size=381 bytes
  154. [force CFR for input from stream 0:0 @ 0x2585520] N:60 PTS:3406216 T:141925.666667 POS:nan INTERLACED:0 -> PTS:60 T:2.500000
  155. [libx264 @ 0x2582500] frame= 10 QP=24.00 NAL=2 Slice:B Poc:20 I:5 P:83 SKIP:15815 size=220 bytes
  156. [force CFR for input from stream 0:0 @ 0x2585520] N:61 PTS:3467358 T:144473.250000 POS:nan INTERLACED:0 -> PTS:61 T:2.541667
  157. [libx264 @ 0x2582500] frame= 11 QP=26.00 NAL=0 Slice:B Poc:18 I:3 P:71 SKIP:15829 size=176 bytes
  158. [force CFR for input from stream 0:0 @ 0x2585520] N:62 PTS:3495394 T:145641.416667 POS:nan INTERLACED:0 -> PTS:62 T:2.583333
  159. [libx264 @ 0x2582500] frame= 12 QP=26.00 NAL=0 Slice:B Poc:22 I:3 P:22 SKIP:15878 size=143 bytes
  160. [force CFR for input from stream 0:0 @ 0x2585520] N:63 PTS:3539744 T:147489.333333 POS:nan INTERLACED:0 -> PTS:63 T:2.625000
  161. [libx264 @ 0x2582500] frame= 13 QP=11.31 NAL=2 Slice:P Poc:32 I:444 P:348 SKIP:15111 size=5176 bytes
  162. [force CFR for input from stream 0:0 @ 0x2585520] N:64 PTS:3566623 T:148609.291667 POS:nan INTERLACED:0 -> PTS:64 T:2.666667
  163. [libx264 @ 0x2582500] frame= 14 QP=24.58 NAL=2 Slice:B Poc:28 I:223 P:426 SKIP:15248 size=1311 bytes
  164. [force CFR for input from stream 0:0 @ 0x2585520] N:65 PTS:3704321 T:154346.708333 POS:nan INTERLACED:0 -> PTS:65 T:2.708333
  165. [libx264 @ 0x2582500] frame= 15 QP=16.38 NAL=0 Slice:B Poc:26 I:67 P:256 SKIP:15580 size=272 bytes
  166. [force CFR for input from stream 0:0 @ 0x2585520] N:66 PTS:3753044 T:156376.833333 POS:nan INTERLACED:0 -> PTS:66 T:2.750000
  167. [libx264 @ 0x2582500] frame= 16 QP=22.57 NAL=0 Slice:B Poc:30 I:453 P:545 SKIP:14903 size=912 bytes
  168. [force CFR for input from stream 0:0 @ 0x2585520] N:67 PTS:3797715 T:158238.125000 POS:nan INTERLACED:0 -> PTS:67 T:2.791667
  169. [libx264 @ 0x2582500] frame= 17 QP=16.33 NAL=2 Slice:P Poc:40 I:756 P:371 SKIP:14776 size=2382 bytes
  170. [force CFR for input from stream 0:0 @ 0x2585520] N:68 PTS:3841965 T:160081.875000 POS:nan INTERLACED:0 -> PTS:68 T:2.833333
  171. [libx264 @ 0x2582500] frame= 18 QP=24.92 NAL=2 Slice:B Poc:36 I:476 P:494 SKIP:14932 size=966 bytes
  172. [force CFR for input from stream 0:0 @ 0x2585520] N:69 PTS:3912033 T:163001.375000 POS:nan INTERLACED:0 -> PTS:69 T:2.875000
  173. [libx264 @ 0x2582500] frame= 19 QP=27.26 NAL=0 Slice:B Poc:34 I:12 P:882 SKIP:15008 size=1258 bytes
  174. [force CFR for input from stream 0:0 @ 0x2585520] N:70 PTS:3941473 T:164228.041667 POS:nan INTERLACED:0 -> PTS:70 T:2.916667
  175. [libx264 @ 0x2582500] frame= 20 QP=14.20 NAL=0 Slice:B Poc:38 I:7 P:276 SKIP:15620 size=236 bytes
  176. [force CFR for input from stream 0:0 @ 0x2585520] N:71 PTS:3980330 T:165847.083333 POS:nan INTERLACED:0 -> PTS:71 T:2.958333
  177. [libx264 @ 0x2582500] frame= 21 QP=16.67 NAL=2 Slice:P Poc:48 I:710 P:397 SKIP:14796 size=3443 bytes
  178. [force CFR for input from stream 0:0 @ 0x2585520] N:72 PTS:4062033 T:169251.375000 POS:nan INTERLACED:0 -> PTS:72 T:3.000000
  179. [libx264 @ 0x2582500] frame= 22 QP=25.13 NAL=2 Slice:B Poc:44 I:478 P:318 SKIP:15104 size=880 bytes
  180. [force CFR for input from stream 0:0 @ 0x2585520] N:73 PTS:4226259 T:176094.125000 POS:nan INTERLACED:0 -> PTS:73 T:3.041667
  181. [libx264 @ 0x2582500] frame= 23 QP=15.55 NAL=0 Slice:B Poc:42 I:4 P:270 SKIP:15629 size=221 bytes
  182. [force CFR for input from stream 0:0 @ 0x2585520] N:74 PTS:4263264 T:177636.000000 POS:nan INTERLACED:0 -> PTS:74 T:3.083333
  183. [libx264 @ 0x2582500] frame= 24 QP=14.42 NAL=0 Slice:B Poc:46 I:3 P:220 SKIP:15680 size=187 bytes
  184. [force CFR for input from stream 0:0 @ 0x2585520] N:75 PTS:4300001 T:179166.708333 POS:nan INTERLACED:0 -> PTS:75 T:3.125000
  185. [libx264 @ 0x2582500] frame= 25 QP=17.80 NAL=2 Slice:P Poc:50 I:717 P:341 SKIP:14845 size=1047 bytes
  186. [force CFR for input from stream 0:0 @ 0x2585520] N:76 PTS:4335234 T:180634.750000 POS:nan INTERLACED:0 -> PTS:76 T:3.166667
  187. [libx264 @ 0x2582500] frame= 26 QP=18.10 NAL=2 Slice:P Poc:58 I:956 P:158 SKIP:14789 size=1270 bytes
  188. [force CFR for input from stream 0:0 @ 0x2585520] N:77 PTS:4374923 T:182288.458333 POS:nan INTERLACED:0 -> PTS:77 T:3.208333
  189. [libx264 @ 0x2582500] frame= 27 QP=18.27 NAL=2 Slice:B Poc:54 I:364 P:394 SKIP:15142 size=1504 bytes
  190. [force CFR for input from stream 0:0 @ 0x2585520] N:78 PTS:4416582 T:184024.250000 POS:nan INTERLACED:0 -> PTS:78 T:3.250000
  191. [libx264 @ 0x2582500] frame= 28 QP=26.00 NAL=0 Slice:B Poc:52 I:2 P:216 SKIP:15685 size=181 bytes
  192. [force CFR for input from stream 0:0 @ 0x2585520] N:79 PTS:4492671 T:187194.625000 POS:nan INTERLACED:0 -> PTS:79 T:3.291667
  193. [libx264 @ 0x2582500] frame= 29 QP=26.00 NAL=0 Slice:B Poc:56 I:3 P:387 SKIP:15513 size=203 bytes
  194. [force CFR for input from stream 0:0 @ 0x2585520] N:80 PTS:4523786 T:188491.083333 POS:nan INTERLACED:0 -> PTS:80 T:3.333333
  195. [libx264 @ 0x2582500] frame= 30 QP=19.34 NAL=2 Slice:P Poc:66 I:0 P:34 SKIP:15869 size=190 bytes
  196. [force CFR for input from stream 0:0 @ 0x2585520] N:81 PTS:4555985 T:189832.708333 POS:nan INTERLACED:0 -> PTS:81 T:3.375000
  197. [libx264 @ 0x2582500] frame= 31 QP=24.00 NAL=2 Slice:B Poc:62 I:2 P:25 SKIP:15876 size=152 bytes
  198. [force CFR for input from stream 0:0 @ 0x2585520] N:82 PTS:4584188 T:191007.833333 POS:nan INTERLACED:0 -> PTS:82 T:3.416667
  199. [libx264 @ 0x2582500] frame= 32 QP=13.66 NAL=0 Slice:B Poc:60 I:3 P:14 SKIP:15886 size=145 bytes
  200. [force CFR for input from stream 0:0 @ 0x2585520] N:83 PTS:4624916 T:192704.833333 POS:nan INTERLACED:0 -> PTS:83 T:3.458333
  201. [libx264 @ 0x2582500] frame= 33 QP=13.66 NAL=0 Slice:B Poc:64 I:3 P:14 SKIP:15886 size=146 bytes
  202. [force CFR for input from stream 0:0 @ 0x2585520] N:84 PTS:4666584 T:194441.000000 POS:nan INTERLACED:0 -> PTS:84 T:3.500000
  203. [libx264 @ 0x2582500] frame= 34 QP=18.59 NAL=2 Slice:P Poc:74 I:0 P:30 SKIP:15873 size=183 bytes
  204. [force CFR for input from stream 0:0 @ 0x2585520] N:85 PTS:4708250 T:196177.083333 POS:nan INTERLACED:0 -> PTS:85 T:3.541667
  205. [libx264 @ 0x2582500] frame= 35 QP=23.62 NAL=2 Slice:B Poc:70 I:3 P:17 SKIP:15883 size=150 bytes
  206. [force CFR for input from stream 0:0 @ 0x2585520] N:86 PTS:4749917 T:197913.208333 POS:nan INTERLACED:0 -> PTS:86 T:3.583333
  207. [libx264 @ 0x2582500] frame= 36 QP=15.55 NAL=0 Slice:B Poc:68 I:2 P:10 SKIP:15891 size=134 bytes
  208. [force CFR for input from stream 0:0 @ 0x2585520] N:87 PTS:4803855 T:200160.625000 POS:nan INTERLACED:0 -> PTS:87 T:3.625000
  209. [libx264 @ 0x2582500] frame= 37 QP=15.55 NAL=0 Slice:B Poc:72 I:2 P:10 SKIP:15891 size=134 bytes
  210. [force CFR for input from stream 0:0 @ 0x2585520] N:88 PTS:4834174 T:201423.916667 POS:nan INTERLACED:0 -> PTS:88 T:3.666667
  211. [libx264 @ 0x2582500] frame= 38 QP=19.38 NAL=2 Slice:P Poc:82 I:771 P:83 SKIP:15049 size=1173 bytes
  212. [force CFR for input from stream 0:0 @ 0x2585520] N:89 PTS:4874918 T:203121.583333 POS:nan INTERLACED:0 -> PTS:89 T:3.708333
  213. [libx264 @ 0x2582500] frame= 39 QP=24.00 NAL=2 Slice:B Poc:78 I:1 P:204 SKIP:15698 size=178 bytes
  214. [force CFR for input from stream 0:0 @ 0x2585520] N:90 PTS:4916586 T:204857.750000 POS:nan INTERLACED:0 -> PTS:90 T:3.750000
  215. [libx264 @ 0x2582500] frame= 40 QP=15.55 NAL=0 Slice:B Poc:76 I:3 P:11 SKIP:15889 size=138 bytes
  216. [force CFR for input from stream 0:0 @ 0x2585520] N:91 PTS:4973476 T:207228.166667 POS:nan INTERLACED:0 -> PTS:91 T:3.791667
  217. [libx264 @ 0x2582500] frame= 41 QP=26.00 NAL=0 Slice:B Poc:80 I:2 P:201 SKIP:15700 size=172 bytes
  218. [force CFR for input from stream 0:0 @ 0x2585520] N:92 PTS:5007001 T:208625.041667 POS:nan INTERLACED:0 -> PTS:92 T:3.833333
  219. [libx264 @ 0x2582500] frame= 42 QP=18.60 NAL=2 Slice:P Poc:90 I:842 P:176 SKIP:14885 size=1357 bytes
  220. [force CFR for input from stream 0:0 @ 0x2585520] N:93 PTS:5041584 T:210066.000000 POS:nan INTERLACED:0 -> PTS:93 T:3.875000
  221. [libx264 @ 0x2582500] frame= 43 QP=26.62 NAL=2 Slice:B Poc:86 I:263 P:453 SKIP:15185 size=1481 bytes
  222. [force CFR for input from stream 0:0 @ 0x2585520] N:94 PTS:5209924 T:217080.166667 POS:nan INTERLACED:0 -> PTS:94 T:3.916667
  223. [libx264 @ 0x2582500] frame= 44 QP=15.55 NAL=0 Slice:B Poc:84 I:5 P:392 SKIP:15506 size=217 bytes
  224. [force CFR for input from stream 0:0 @ 0x2585520] N:95 PTS:5246195 T:218591.458333 POS:nan INTERLACED:0 -> PTS:95 T:3.958333
  225. [libx264 @ 0x2582500] frame= 45 QP=21.91 NAL=0 Slice:B Poc:88 I:9 P:216 SKIP:15678 size=327 bytes
  226. [force CFR for input from stream 0:0 @ 0x2585520] N:96 PTS:5277483 T:219895.125000 POS:nan INTERLACED:0 -> PTS:96 T:4.000000
  227. [libx264 @ 0x2582500] frame= 46 QP=16.83 NAL=2 Slice:P Poc:98 I:629 P:402 SKIP:14872 size=2258 bytes
  228. [force CFR for input from stream 0:0 @ 0x2585520] N:97 PTS:5305696 T:221070.666667 POS:nan INTERLACED:0 -> PTS:97 T:4.041667
  229. [libx264 @ 0x2582500] frame= 47 QP=25.06 NAL=2 Slice:B Poc:94 I:21 P:442 SKIP:15439 size=648 bytes
  230. [force CFR for input from stream 0:0 @ 0x2585520] N:98 PTS:5334676 T:222278.166667 POS:nan INTERLACED:0 -> PTS:98 T:4.083333
  231. [libx264 @ 0x2582500] frame= 48 QP=25.06 NAL=0 Slice:B Poc:92 I:13 P:409 SKIP:15481 size=520 bytes
  232. [force CFR for input from stream 0:0 @ 0x2585520] N:99 PTS:5374920 T:223955.000000 POS:nan INTERLACED:0 -> PTS:99 T:4.125000
  233. [libx264 @ 0x2582500] frame= 49 QP=21.41 NAL=0 Slice:B Poc:96 I:12 P:91 SKIP:15800 size=253 bytes
  234. [force CFR for input from stream 0:0 @ 0x2585520] N:100 PTS:5416580 T:225690.833333 POS:nan INTERLACED:0 -> PTS:100 T:4.166667
  235. [libx264 @ 0x2582500] frame= 50 QP=18.06 NAL=2 Slice:P Poc:100 I:120 P:55 SKIP:15728 size=1279 bytes
  236. [force CFR for input from stream 0:0 @ 0x2585520] N:101 PTS:5471013 T:227958.875000 POS:nan INTERLACED:0 -> PTS:101 T:4.208333
  237. [libx264 @ 0x2582500] frame= 51 QP=15.40 NAL=2 Slice:P Poc:102 I:3874 P:178 SKIP:11851 size=42309 bytes
  238. [force CFR for input from stream 0:0 @ 0x2585520] N:102 PTS:5739404 T:239141.833333 POS:nan INTERLACED:0 -> PTS:102 T:4.250000
  239. [libx264 @ 0x2582500] frame= 52 QP=18.32 NAL=2 Slice:P Poc:110 I:1650 P:144 SKIP:14109 size=16893 bytes
  240. [force CFR for input from stream 0:0 @ 0x2585520] N:103 PTS:5769056 T:240377.333333 POS:nan INTERLACED:0 -> PTS:103 T:4.291667
  241. [libx264 @ 0x2582500] frame= 53 QP=24.21 NAL=2 Slice:B Poc:106 I:137 P:413 SKIP:15351 size=1007 bytes
  242. [force CFR for input from stream 0:0 @ 0x2585520] N:104 PTS:5799749 T:241656.208333 POS:nan INTERLACED:0 -> PTS:104 T:4.333333
  243. [libx264 @ 0x2582500] frame= 54 QP=28.29 NAL=0 Slice:B Poc:104 I:92 P:382 SKIP:15427 size=795 bytes
  244. [force CFR for input from stream 0:0 @ 0x2585520] N:105 PTS:5851914 T:243829.750000 POS:nan INTERLACED:0 -> PTS:105 T:4.375000
  245. [libx264 @ 0x2582500] frame= 55 QP=11.90 NAL=0 Slice:B Poc:108 I:11 P:327 SKIP:15565 size=322 bytes
  246. [force CFR for input from stream 0:0 @ 0x2585520] N:106 PTS:5879177 T:244965.708333 POS:nan INTERLACED:0 -> PTS:106 T:4.416667
  247. [libx264 @ 0x2582500] frame= 56 QP=15.45 NAL=2 Slice:P Poc:118 I:7 P:59 SKIP:15837 size=409 bytes
  248. [force CFR for input from stream 0:0 @ 0x2585520] N:107 PTS:5916584 T:246524.333333 POS:nan INTERLACED:0 -> PTS:107 T:4.458333
  249. [libx264 @ 0x2582500] frame= 57 QP=10.33 NAL=2 Slice:B Poc:114 I:7 P:40 SKIP:15856 size=178 bytes
  250. [force CFR for input from stream 0:0 @ 0x2585520] N:108 PTS:5958255 T:248260.625000 POS:nan INTERLACED:0 -> PTS:108 T:4.500000
  251. [libx264 @ 0x2582500] frame= 58 QP=27.89 NAL=0 Slice:B Poc:112 I:2 P:32 SKIP:15868 size=224 bytes
  252. [force CFR for input from stream 0:0 @ 0x2585520] N:109 PTS:5999917 T:249996.541667 POS:nan INTERLACED:0 -> PTS:109 T:4.541667
  253. [libx264 @ 0x2582500] frame= 59 QP=26.00 NAL=0 Slice:B Poc:116 I:1 P:21 SKIP:15881 size=136 bytes
  254. [force CFR for input from stream 0:0 @ 0x2585520] N:110 PTS:6041595 T:251733.125000 POS:nan INTERLACED:0 -> PTS:110 T:4.583333
  255. [libx264 @ 0x2582500] frame= 60 QP=15.78 NAL=2 Slice:P Poc:126 I:337 P:23 SKIP:15543 size=559 bytes
  256. [force CFR for input from stream 0:0 @ 0x2585520] N:111 PTS:6083250 T:253468.750000 POS:nan INTERLACED:0 -> PTS:111 T:4.625000
  257. [libx264 @ 0x2582500] frame= 61 QP=27.61 NAL=2 Slice:B Poc:122 I:2 P:206 SKIP:15695 size=185 bytes
  258. [force CFR for input from stream 0:0 @ 0x2585520] N:112 PTS:6124914 T:255204.750000 POS:nan INTERLACED:0 -> PTS:112 T:4.666667
  259. [libx264 @ 0x2582500] frame= 62 QP=26.00 NAL=0 Slice:B Poc:120 I:7 P:204 SKIP:15692 size=183 bytes
  260. [force CFR for input from stream 0:0 @ 0x2585520] N:113 PTS:6175862 T:257327.583333 POS:nan INTERLACED:0 -> PTS:113 T:4.708333
  261. [libx264 @ 0x2582500] frame= 63 QP=26.00 NAL=0 Slice:B Poc:124 I:6 P:24 SKIP:15873 size=152 bytes
  262. [force CFR for input from stream 0:0 @ 0x2585520] N:114 PTS:6208254 T:258677.250000 POS:nan INTERLACED:0 -> PTS:114 T:4.750000
  263. [libx264 @ 0x2582500] frame= 64 QP=14.97 NAL=2 Slice:P Poc:128 I:3 P:17 SKIP:15883 size=345 bytes
  264. [force CFR for input from stream 0:0 @ 0x2585520] N:115 PTS:6249918 T:260413.250000 POS:nan INTERLACED:0 -> PTS:115 T:4.791667
  265. [libx264 @ 0x2582500] frame= 65 QP=17.04 NAL=2 Slice:P Poc:130 I:3336 P:102 SKIP:12465 size=28572 bytes
  266. [force CFR for input from stream 0:0 @ 0x2585520] N:116 PTS:6421727 T:267571.958333 POS:nan INTERLACED:0 -> PTS:116 T:4.833333
  267. [libx264 @ 0x2582500] frame= 66 QP=13.85 NAL=2 Slice:P Poc:132 I:823 P:127 SKIP:14953 size=8995 bytes
  268. [force CFR for input from stream 0:0 @ 0x2585520] N:117 PTS:6506104 T:271087.666667 POS:nan INTERLACED:0 -> PTS:117 T:4.875000
  269. [libx264 @ 0x2582500] frame= 67 QP=12.47 NAL=2 Slice:P Poc:140 I:1010 P:190 SKIP:14703 size=27463 bytes
  270. [force CFR for input from stream 0:0 @ 0x2585520] N:118 PTS:6619351 T:275806.291667 POS:nan INTERLACED:0 -> PTS:118 T:4.916667
  271. [libx264 @ 0x2582500] frame= 68 QP=17.13 NAL=2 Slice:B Poc:136 I:147 P:280 SKIP:15475 size=1032 bytes
  272. [force CFR for input from stream 0:0 @ 0x2585520] N:119 PTS:6686998 T:278624.916667 POS:nan INTERLACED:0 -> PTS:119 T:4.958333
  273. [libx264 @ 0x2582500] frame= 69 QP=17.32 NAL=0 Slice:B Poc:134 I:138 P:361 SKIP:15398 size=1754 bytes
  274. [force CFR for input from stream 0:0 @ 0x2585520] N:120 PTS:6735622 T:280650.916667 POS:nan INTERLACED:0 -> PTS:120 T:5.000000
  275. [libx264 @ 0x2582500] frame= 70 QP=17.24 NAL=0 Slice:B Poc:138 I:138 P:320 SKIP:15432 size=1493 bytes
  276. [force CFR for input from stream 0:0 @ 0x2585520] N:121 PTS:6764122 T:281838.416667 POS:nan INTERLACED:0 -> PTS:121 T:5.041667
  277. [libx264 @ 0x2582500] frame= 71 QP=19.75 NAL=2 Slice:P Poc:142 I:24 P:66 SKIP:15813 size=1178 bytes
  278. [force CFR for input from stream 0:0 @ 0x2585520] N:122 PTS:6792505 T:283021.041667 POS:nan INTERLACED:0 -> PTS:122 T:5.083333
  279. [libx264 @ 0x2582500] frame= 72 QP=15.31 NAL=2 Slice:P Poc:144 I:459 P:256 SKIP:15188 size=12633 bytes
  280. [force CFR for input from stream 0:0 @ 0x2585520] N:123 PTS:6833248 T:284718.666667 POS:nan INTERLACED:0 -> PTS:123 T:5.125000
  281. [libx264 @ 0x2582500] frame= 73 QP=16.20 NAL=2 Slice:P Poc:152 I:30 P:93 SKIP:15780 size=496 bytes
  282. [force CFR for input from stream 0:0 @ 0x2585520] N:124 PTS:6874908 T:286454.500000 POS:nan INTERLACED:0 -> PTS:124 T:5.166667
  283. [libx264 @ 0x2582500] frame= 74 QP=11.09 NAL=2 Slice:B Poc:148 I:6 P:41 SKIP:15856 size=177 bytes
  284. [force CFR for input from stream 0:0 @ 0x2585520] N:125 PTS:6957712 T:289904.666667 POS:nan INTERLACED:0 -> PTS:125 T:5.208333
  285. [libx264 @ 0x2582500] frame= 75 QP=12.34 NAL=0 Slice:B Poc:146 I:2 P:31 SKIP:15870 size=147 bytes
  286. [force CFR for input from stream 0:0 @ 0x2585520] N:126 PTS:6993688 T:291403.666667 POS:nan INTERLACED:0 -> PTS:126 T:5.250000
  287. [libx264 @ 0x2582500] frame= 76 QP=12.34 NAL=0 Slice:B Poc:150 I:2 P:16 SKIP:15885 size=139 bytes
  288. [force CFR for input from stream 0:0 @ 0x2585520] N:127 PTS:7024830 T:292701.250000 POS:nan INTERLACED:0 -> PTS:127 T:5.291667
  289. [libx264 @ 0x2582500] frame= 77 QP=15.84 NAL=2 Slice:P Poc:160 I:6 P:115 SKIP:15782 size=312 bytes
  290. [force CFR for input from stream 0:0 @ 0x2585520] N:128 PTS:7082322 T:295096.750000 POS:nan INTERLACED:0 -> PTS:128 T:5.333333
  291. [libx264 @ 0x2582500] frame= 78 QP=11.09 NAL=2 Slice:B Poc:156 I:4 P:35 SKIP:15864 size=165 bytes
  292. [force CFR for input from stream 0:0 @ 0x2585520] N:129 PTS:7150003 T:297916.791667 POS:nan INTERLACED:0 -> PTS:129 T:5.375000
  293. [libx264 @ 0x2582500] frame= 79 QP=12.34 NAL=0 Slice:B Poc:154 I:2 P:17 SKIP:15884 size=140 bytes
  294. [force CFR for input from stream 0:0 @ 0x2585520] N:130 PTS:7213054 T:300543.916667 POS:nan INTERLACED:0 -> PTS:130 T:5.416667
  295. [libx264 @ 0x2582500] frame= 80 QP=12.34 NAL=0 Slice:B Poc:158 I:2 P:27 SKIP:15874 size=143 bytes
  296. [force CFR for input from stream 0:0 @ 0x2585520] N:131 PTS:7257308 T:302387.833333 POS:nan INTERLACED:0 -> PTS:131 T:5.458333
  297. [libx264 @ 0x2582500] frame= 81 QP=18.57 NAL=2 Slice:P Poc:168 I:10 P:73 SKIP:15820 size=460 bytes
  298. [force CFR for input from stream 0:0 @ 0x2585520] N:132 PTS:7296743 T:304030.958333 POS:nan INTERLACED:0 -> PTS:132 T:5.500000
  299. [libx264 @ 0x2582500] frame= 82 QP=15.99 NAL=2 Slice:B Poc:164 I:4 P:42 SKIP:15857 size=210 bytes
  300. [force CFR for input from stream 0:0 @ 0x2585520] N:133 PTS:7336254 T:305677.250000 POS:nan INTERLACED:0 -> PTS:133 T:5.541667
  301. [libx264 @ 0x2582500] frame= 83 QP=12.34 NAL=0 Slice:B Poc:162 I:4 P:25 SKIP:15874 size=154 bytes
  302. [force CFR for input from stream 0:0 @ 0x2585520] N:134 PTS:7374914 T:307288.083333 POS:nan INTERLACED:0 -> PTS:134 T:5.583333
  303. [libx264 @ 0x2582500] frame= 84 QP=12.34 NAL=0 Slice:B Poc:166 I:4 P:27 SKIP:15872 size=149 bytes
  304. [force CFR for input from stream 0:0 @ 0x2585520] N:135 PTS:7439786 T:309991.083333 POS:nan INTERLACED:0 -> PTS:135 T:5.625000
  305. [libx264 @ 0x2582500] frame= 85 QP=17.14 NAL=2 Slice:P Poc:176 I:581 P:359 SKIP:14963 size=4135 bytes
  306. [force CFR for input from stream 0:0 @ 0x2585520] N:136 PTS:7483530 T:311813.750000 POS:nan INTERLACED:0 -> PTS:136 T:5.666667
  307. [libx264 @ 0x2582500] frame= 86 QP=11.09 NAL=2 Slice:B Poc:172 I:5 P:263 SKIP:15635 size=249 bytes
  308. [force CFR for input from stream 0:0 @ 0x2585520] N:137 PTS:7535546 T:313981.083333 POS:nan INTERLACED:0 -> PTS:137 T:5.708333
  309. [libx264 @ 0x2582500] frame= 87 QP=12.34 NAL=0 Slice:B Poc:170 I:2 P:40 SKIP:15861 size=149 bytes
  310. [force CFR for input from stream 0:0 @ 0x2585520] N:138 PTS:7582022 T:315917.583333 POS:nan INTERLACED:0 -> PTS:138 T:5.750000
  311. [libx264 @ 0x2582500] frame= 88 QP=12.94 NAL=0 Slice:B Poc:174 I:5 P:208 SKIP:15690 size=247 bytes
  312. [force CFR for input from stream 0:0 @ 0x2585520] N:139 PTS:7625320 T:317721.666667 POS:nan INTERLACED:0 -> PTS:139 T:5.791667
  313. [libx264 @ 0x2582500] frame= 89 QP=15.93 NAL=2 Slice:P Poc:184 I:9 P:107 SKIP:15787 size=445 bytes
  314. [force CFR for input from stream 0:0 @ 0x2585520] N:140 PTS:7676152 T:319839.666667 POS:nan INTERLACED:0 -> PTS:140 T:5.833333
  315. [libx264 @ 0x2582500] frame= 90 QP=11.09 NAL=2 Slice:B Poc:180 I:5 P:42 SKIP:15856 size=169 bytes
  316. [force CFR for input from stream 0:0 @ 0x2585520] N:141 PTS:7735975 T:322332.291667 POS:nan INTERLACED:0 -> PTS:141 T:5.875000
  317. [libx264 @ 0x2582500] frame= 91 QP=12.34 NAL=0 Slice:B Poc:178 I:2 P:29 SKIP:15872 size=146 bytes
  318. [force CFR for input from stream 0:0 @ 0x2585520] N:142 PTS:7767148 T:323631.166667 POS:nan INTERLACED:0 -> PTS:142 T:5.916667
  319. [libx264 @ 0x2582500] frame= 92 QP=12.34 NAL=0 Slice:B Poc:182 I:2 P:21 SKIP:15880 size=141 bytes
  320. [force CFR for input from stream 0:0 @ 0x2585520] N:143 PTS:7828464 T:326186.000000 POS:nan INTERLACED:0 -> PTS:143 T:5.958333
  321. [libx264 @ 0x2582500] frame= 93 QP=11.72 NAL=2 Slice:P Poc:192 I:593 P:360 SKIP:14950 size=1153 bytes
  322. [force CFR for input from stream 0:0 @ 0x2585520] N:144 PTS:7860141 T:327505.875000 POS:nan INTERLACED:0 -> PTS:144 T:6.000000
  323. [libx264 @ 0x2582500] frame= 94 QP=11.09 NAL=2 Slice:B Poc:188 I:5 P:216 SKIP:15682 size=195 bytes
  324. [force CFR for input from stream 0:0 @ 0x2585520] N:145 PTS:7910009 T:329583.708333 POS:nan INTERLACED:0 -> PTS:145 T:6.041667
  325. [libx264 @ 0x2582500] frame= 95 QP=12.34 NAL=0 Slice:B Poc:186 I:2 P:199 SKIP:15702 size=173 bytes
  326. [force CFR for input from stream 0:0 @ 0x2585520] N:146 PTS:7944624 T:331026.000000 POS:nan INTERLACED:0 -> PTS:146 T:6.083333
  327. [libx264 @ 0x2582500] frame= 96 QP=21.16 NAL=0 Slice:B Poc:190 I:2 P:21 SKIP:15880 size=144 bytes
  328. [force CFR for input from stream 0:0 @ 0x2585520] N:147 PTS:7971626 T:332151.083333 POS:nan INTERLACED:0 -> PTS:147 T:6.125000
  329. [libx264 @ 0x2582500] frame= 97 QP=17.42 NAL=2 Slice:P Poc:200 I:4 P:80 SKIP:15819 size=320 bytes
  330. [force CFR for input from stream 0:0 @ 0x2585520] N:148 PTS:8004028 T:333501.166667 POS:nan INTERLACED:0 -> PTS:148 T:6.166667
  331. [libx264 @ 0x2582500] frame= 98 QP=19.47 NAL=2 Slice:B Poc:196 I:3 P:45 SKIP:15855 size=174 bytes
  332. [force CFR for input from stream 0:0 @ 0x2585520] N:149 PTS:8139330 T:339138.750000 POS:nan INTERLACED:0 -> PTS:149 T:6.208333
  333. [libx264 @ 0x2582500] frame= 99 QP=12.34 NAL=0 Slice:B Poc:194 I:7 P:19 SKIP:15877 size=151 bytes
  334. [force CFR for input from stream 0:0 @ 0x2585520] N:150 PTS:8169674 T:340403.083333 POS:nan INTERLACED:0 -> PTS:150 T:6.250000
  335. [libx264 @ 0x2582500] frame= 100 QP=12.34 NAL=0 Slice:B Poc:198 I:7 P:20 SKIP:15876 size=151 bytes
  336. [force CFR for input from stream 0:0 @ 0x2585520] N:151 PTS:8208249 T:342010.375000 POS:nan INTERLACED:0 -> PTS:151 T:6.291667
  337. [libx264 @ 0x2582500] frame= 101 QP=11.66 NAL=2 Slice:P Poc:208 I:96 P:245 SKIP:15562 size=1126 bytes
  338. [force CFR for input from stream 0:0 @ 0x2585520] N:152 PTS:8251999 T:343833.291667 POS:nan INTERLACED:0 -> PTS:152 T:6.333333
  339. [libx264 @ 0x2582500] frame= 102 QP=11.09 NAL=2 Slice:B Poc:204 I:5 P:210 SKIP:15688 size=194 bytes
  340. [force CFR for input from stream 0:0 @ 0x2585520] N:153 PTS:8291587 T:345482.791667 POS:nan INTERLACED:0 -> PTS:153 T:6.375000
  341. [libx264 @ 0x2582500] frame= 103 QP=12.34 NAL=0 Slice:B Poc:202 I:1 P:197 SKIP:15705 size=174 bytes
  342. [force CFR for input from stream 0:0 @ 0x2585520] N:154 PTS:8339668 T:347486.166667 POS:nan INTERLACED:0 -> PTS:154 T:6.416667
  343. [libx264 @ 0x2582500] frame= 104 QP=12.34 NAL=0 Slice:B Poc:206 I:1 P:19 SKIP:15883 size=138 bytes
  344. [libx264 @ 0x2582500] frame= 105 QP=13.37 NAL=2 Slice:P Poc:216 I:2 P:39 SKIP:15862 size=239 bytes
  345. [libx264 @ 0x2582500] frame= 106 QP=11.09 NAL=2 Slice:B Poc:212 I:2 P:34 SKIP:15867 size=161 bytes
  346. [libx264 @ 0x2582500] frame= 107 QP=12.34 NAL=0 Slice:B Poc:210 I:1 P:27 SKIP:15875 size=145 bytes
  347. [libx264 @ 0x2582500] frame= 108 QP=12.34 NAL=0 Slice:B Poc:214 I:1 P:25 SKIP:15877 size=146 bytes
  348. [libx264 @ 0x2582500] frame= 109 QP=19.94 NAL=2 Slice:P Poc:224 I:67 P:378 SKIP:15458 size=3019 bytes
  349. [libx264 @ 0x2582500] scene cut at 128 Icost:11559342 Pcost:9480269 ratio:0.1799 bias:0.2381 gop:128 (imb:6801 pmb:8578)
  350. [libx264 @ 0x2582500] frame= 110 QP=19.86 NAL=2 Slice:B Poc:220 I:2 P:222 SKIP:15679 size=195 bytes
  351. [libx264 @ 0x2582500] frame= 111 QP=12.34 NAL=0 Slice:B Poc:218 I:5 P:27 SKIP:15871 size=150 bytes
  352. [libx264 @ 0x2582500] frame= 112 QP=12.34 NAL=0 Slice:B Poc:222 I:4 P:203 SKIP:15696 size=183 bytes
  353. [libx264 @ 0x2582500] frame= 113 QP=13.89 NAL=2 Slice:P Poc:232 I:14 P:43 SKIP:15846 size=632 bytes
  354. [libx264 @ 0x2582500] frame= 114 QP=11.64 NAL=2 Slice:B Poc:228 I:8 P:51 SKIP:15844 size=324 bytes
  355. [libx264 @ 0x2582500] frame= 115 QP=12.34 NAL=0 Slice:B Poc:226 I:8 P:31 SKIP:15864 size=162 bytes
  356. [libx264 @ 0x2582500] frame= 116 QP=12.34 NAL=0 Slice:B Poc:230 I:7 P:27 SKIP:15869 size=155 bytes
  357. [libx264 @ 0x2582500] frame= 117 QP=19.47 NAL=2 Slice:P Poc:240 I:3 P:31 SKIP:15869 size=247 bytes
  358. [libx264 @ 0x2582500] frame= 118 QP=11.09 NAL=2 Slice:B Poc:236 I:5 P:39 SKIP:15859 size=174 bytes
  359. [libx264 @ 0x2582500] frame= 119 QP=12.34 NAL=0 Slice:B Poc:234 I:2 P:29 SKIP:15872 size=147 bytes
  360. [libx264 @ 0x2582500] frame= 120 QP=12.34 NAL=0 Slice:B Poc:238 I:2 P:17 SKIP:15884 size=136 bytes
  361. [libx264 @ 0x2582500] frame= 121 QP=20.34 NAL=2 Slice:P Poc:248 I:4 P:23 SKIP:15876 size=349 bytes
  362. [libx264 @ 0x2582500] frame= 122 QP=11.09 NAL=2 Slice:B Poc:244 I:3 P:43 SKIP:15857 size=171 bytes
  363. [libx264 @ 0x2582500] frame= 123 QP=12.34 NAL=0 Slice:B Poc:242 I:2 P:22 SKIP:15879 size=143 bytes
  364. [libx264 @ 0x2582500] frame= 124 QP=12.34 NAL=0 Slice:B Poc:246 I:2 P:26 SKIP:15875 size=141 bytes
  365. [libx264 @ 0x2582500] frame= 125 QP=21.61 NAL=2 Slice:P Poc:254 I:172 P:97 SKIP:15634 size=1600 bytes
  366. [libx264 @ 0x2582500] frame= 126 QP=12.34 NAL=2 Slice:B Poc:252 I:3 P:57 SKIP:15843 size=180 bytes
  367. [libx264 @ 0x2582500] frame= 127 QP=13.24 NAL=0 Slice:B Poc:250 I:296 P:142 SKIP:15463 size=699 bytes
  368. [libx264 @ 0x2582500] frame= 128 QP=11.76 NAL=3 Slice:I Poc:0 I:15903 P:0 SKIP:0 size=316391 bytes
  369. [libx264 @ 0x2582500] frame= 129 QP=19.64 NAL=2 Slice:P Poc:2 I:1936 P:2150 SKIP:11817 size=94463 bytes
  370. [libx264 @ 0x2582500] frame= 130 QP=21.80 NAL=2 Slice:P Poc:4 I:372 P:1342 SKIP:14189 size=17387 bytes
  371. [libx264 @ 0x2582500] frame= 131 QP=18.97 NAL=2 Slice:P Poc:6 I:440 P:189 SKIP:15274 size=1335 bytes
  372. [libx264 @ 0x2582500] frame= 132 QP=21.50 NAL=2 Slice:P Poc:14 I:357 P:978 SKIP:14568 size=40172 bytes
  373. [libx264 @ 0x2582500] frame= 133 QP=23.13 NAL=2 Slice:B Poc:10 I:81 P:1023 SKIP:14477 size=29062 bytes
  374. [libx264 @ 0x2582500] frame= 134 QP=13.22 NAL=0 Slice:B Poc:8 I:14 P:992 SKIP:14896 size=644 bytes
  375. [libx264 @ 0x2582500] frame= 135 QP=26.57 NAL=0 Slice:B Poc:12 I:16 P:846 SKIP:15036 size=681 bytes
  376. [libx264 @ 0x2582500] frame= 136 QP=20.20 NAL=2 Slice:P Poc:18 I:130 P:1178 SKIP:14595 size=28040 bytes
  377. [libx264 @ 0x2582500] frame= 137 QP=26.47 NAL=0 Slice:B Poc:16 I:13 P:800 SKIP:15090 size=616 bytes
  378. [libx264 @ 0x2582500] frame= 138 QP=19.36 NAL=2 Slice:P Poc:26 I:89 P:884 SKIP:14930 size=29241 bytes
  379. [libx264 @ 0x2582500] frame= 139 QP=25.31 NAL=2 Slice:B Poc:22 I:56 P:865 SKIP:14720 size=18188 bytes
  380. [libx264 @ 0x2582500] frame= 140 QP=25.01 NAL=0 Slice:B Poc:20 I:228 P:3571 SKIP:11830 size=31936 bytes
  381. [libx264 @ 0x2582500] frame= 141 QP=25.76 NAL=0 Slice:B Poc:24 I:21 P:813 SKIP:15068 size=610 bytes
  382. [libx264 @ 0x2582500] frame= 142 QP=19.07 NAL=2 Slice:P Poc:34 I:134 P:971 SKIP:14798 size=38199 bytes
  383. [libx264 @ 0x2582500] frame= 143 QP=23.57 NAL=2 Slice:B Poc:30 I:60 P:911 SKIP:14661 size=22304 bytes
  384. [libx264 @ 0x2582500] frame= 144 QP=25.47 NAL=0 Slice:B Poc:28 I:73 P:804 SKIP:14759 size=20206 bytes
  385. [libx264 @ 0x2582500] frame= 145 QP=8.24 NAL=0 Slice:B Poc:32 I:40 P:721 SKIP:15142 size=616 bytes
  386. [libx264 @ 0x2582500] frame= 146 QP=23.15 NAL=2 Slice:P Poc:42 I:123 P:896 SKIP:14884 size=32195 bytes
  387. [libx264 @ 0x2582500] frame= 147 QP=20.73 NAL=2 Slice:B Poc:38 I:82 P:916 SKIP:14628 size=25001 bytes
  388. [libx264 @ 0x2582500] frame= 148 QP=11.93 NAL=0 Slice:B Poc:36 I:26 P:780 SKIP:15097 size=614 bytes
  389. [libx264 @ 0x2582500] frame= 149 QP=11.17 NAL=0 Slice:B Poc:40 I:29 P:704 SKIP:15170 size=599 bytes
  390. [libx264 @ 0x2582500] frame= 150 QP=21.51 NAL=2 Slice:P Poc:50 I:102 P:914 SKIP:14887 size=25803 bytes
  391. [libx264 @ 0x2582500] frame= 151 QP=25.80 NAL=2 Slice:B Poc:46 I:52 P:934 SKIP:14687 size=18699 bytes
  392. [libx264 @ 0x2582500] frame= 152 QP=9.02 NAL=0 Slice:B Poc:44 I:35 P:710 SKIP:15158 size=588 bytes
  393. [libx264 @ 0x2582500] frame= 153 QP=24.45 NAL=0 Slice:B Poc:48 I:35 P:718 SKIP:15148 size=719 bytes
  394. [libx264 @ 0x2582500] frame= 154 QP=22.13 NAL=2 Slice:P Poc:52 I:138 P:969 SKIP:14796 size=26428 bytes
  395. frame= 155 fps= 15 q=-1.0 Lsize= 1101kB time=00:00:06.37 bitrate=1414.5kbits/s
  396. video:1098kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.233077%
  397. [libx264 @ 0x2582500] frame I:2 Avg QP:13.15 size:204129
  398. [libx264 @ 0x2582500] frame P:48 Avg QP:17.52 size: 10723
  399. [libx264 @ 0x2582500] frame B:105 Avg QP:17.99 size: 1913
  400. [libx264 @ 0x2582500] consecutive B-frames: 9.0% 1.3% 1.9% 87.7%
  401. [libx264 @ 0x2582500] mb I I16..4: 45.3% 40.1% 14.6%
  402. [libx264 @ 0x2582500] mb P I16..4: 1.7% 0.9% 0.4% P16..4: 1.4% 0.4% 0.4% 0.0% 0.0% skip:94.8%
  403. [libx264 @ 0x2582500] mb B I16..4: 0.2% 0.0% 0.0% B16..8: 1.6% 0.1% 0.1% direct: 0.1% skip:97.8% L0:46.3% L1:52.1% BI: 1.6%
  404. [libx264 @ 0x2582500] 8x8 transform intra:34.6% inter:23.8%
  405. [libx264 @ 0x2582500] coded y,uvDC,uvAC intra: 11.7% 14.4% 12.3% inter: 0.4% 0.6% 0.4%
  406. [libx264 @ 0x2582500] i16 v,h,dc,p: 59% 38% 3% 0%
  407. [libx264 @ 0x2582500] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 61% 21% 18% 0% 0% 0% 0% 0% 0%
  408. [libx264 @ 0x2582500] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 51% 31% 16% 1% 0% 0% 0% 1% 1%
  409. [libx264 @ 0x2582500] i8c dc,h,v,p: 74% 20% 5% 1%
  410. [libx264 @ 0x2582500] Weighted P-Frames: Y:0.0% UV:0.0%
  411. [libx264 @ 0x2582500] ref P L0: 61.5% 6.5% 22.2% 9.8%
  412. [libx264 @ 0x2582500] ref B L0: 79.5% 13.8% 6.7%
  413. [libx264 @ 0x2582500] ref B L1: 94.2% 5.8%
  414. [libx264 @ 0x2582500] kb/s:1392.07
  415. 155 frames successfully decoded, 0 decoding errors
  416. [AVIOContext @ 0x2585660] Statistics: 34 seeks, 197 writeouts
  417. Received signal 2: terminating.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement