Guest User

ffmpeg 'r' input

a guest
Jan 18th, 2016
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.23 KB | None | 0 0
  1. Command line:
  2. ffmpeg -r 20 -i "..\\s.mp4" -t 5 24.mp4 -report
  3. ffmpeg version N-77715-gfc703f5 Copyright (c) 2000-2016 the FFmpeg developers
  4. built with gcc 5.2.0 (GCC)
  5. 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-libdcadec --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-libzimg --enable-lzma --enable-decklink --enable-zlib
  6. libavutil 55. 12.100 / 55. 12.100
  7. libavcodec 57. 21.100 / 57. 21.100
  8. libavformat 57. 21.101 / 57. 21.101
  9. libavdevice 57. 0.100 / 57. 0.100
  10. libavfilter 6. 23.100 / 6. 23.100
  11. libswscale 4. 0.100 / 4. 0.100
  12. libswresample 2. 0.101 / 2. 0.101
  13. libpostproc 54. 0.100 / 54. 0.100
  14. Splitting the commandline.
  15. Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '20'.
  16. Reading option '-i' ... matched as input file with argument '..\s.mp4'.
  17. Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '5'.
  18. Reading option '24.mp4' ... matched as output file.
  19. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  20. Finished splitting the commandline.
  21. Parsing a group of options: global .
  22. Applying option report (generate a report) with argument 1.
  23. Successfully parsed a group of options.
  24. Parsing a group of options: input file ..\s.mp4.
  25. Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 20.
  26. Successfully parsed a group of options.
  27. Opening an input file: ..\s.mp4.
  28. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000474720] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  29. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000474720] ISO: File Type Major Brand: isom
  30. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000474720] Unknown dref type 0x08206c7275 size 12
  31. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000474720] Unknown dref type 0x08206c7275 size 12
  32. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000474720] Before avformat_find_stream_info() pos: 213702 bytes read:229376 seeks:0
  33. [h264 @ 0000000000485820] user data:"x264 - core 142 r2479 dd79a61 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=8 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=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00"
  34. [h264 @ 0000000000485820] no picture
  35. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000474720] All info found
  36. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000474720] After avformat_find_stream_info() pos: 214785 bytes read:229376 seeks:0 frames:4
  37. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '..\s.mp4':
  38. Metadata:
  39. major_brand : isom
  40. minor_version : 512
  41. compatible_brands: isomiso2avc1mp41
  42. encoder : Lavf56.11.100
  43. Duration: 00:03:16.40, start: 0.000000, bitrate: 1425 kb/s
  44. Stream #0:0(eng), 3, 1/15360: Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1225 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
  45. Metadata:
  46. handler_name : VideoHandler
  47. Stream #0:1(eng), 1, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 192 kb/s (default)
  48. Metadata:
  49. handler_name : SoundHandler
  50. Successfully opened the file.
  51. Parsing a group of options: output file 24.mp4.
  52. Applying option t (record or transcode "duration" seconds of audio/video) with argument 5.
  53. Successfully parsed a group of options.
  54. Opening an output file: 24.mp4.
  55. Successfully opened the file.
  56. detected 4 logical cores
  57. [graph 0 input from stream 0:0 @ 0000000003390b80] Setting 'video_size' to value '1280x720'
  58. [graph 0 input from stream 0:0 @ 0000000003390b80] Setting 'pix_fmt' to value '0'
  59. [graph 0 input from stream 0:0 @ 0000000003390b80] Setting 'time_base' to value '1/20'
  60. [graph 0 input from stream 0:0 @ 0000000003390b80] Setting 'pixel_aspect' to value '1/1'
  61. [graph 0 input from stream 0:0 @ 0000000003390b80] Setting 'sws_param' to value 'flags=2'
  62. [graph 0 input from stream 0:0 @ 0000000003390b80] Setting 'frame_rate' to value '20/1'
  63. [graph 0 input from stream 0:0 @ 0000000003390b80] w:1280 h:720 pixfmt:yuv420p tb:1/20 fr:20/1 sar:1/1 sws_param:flags=2
  64. [force CFR for input from stream 0:0 @ 0000000003390ce0] Setting 'expr' to value 'N'
  65. [format @ 0000000000499140] compat: called with args=[yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21]
  66. [format @ 0000000000499140] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21'
  67. [AVFilterGraph @ 00000000034f0e40] query_formats: 6 queried, 5 merged, 0 already done, 0 delayed
  68. [graph 0 input from stream 0:0 @ 0000000003390b80] TB:0.050000 FRAME_RATE:20.000000 SAMPLE_RATE:nan
  69. [graph 1 input from stream 0:1 @ 0000000000478ea0] Setting 'time_base' to value '1/48000'
  70. [graph 1 input from stream 0:1 @ 0000000000478ea0] Setting 'sample_rate' to value '48000'
  71. [graph 1 input from stream 0:1 @ 0000000000478ea0] Setting 'sample_fmt' to value 'fltp'
  72. [graph 1 input from stream 0:1 @ 0000000000478ea0] Setting 'channel_layout' to value '0x3'
  73. [graph 1 input from stream 0:1 @ 0000000000478ea0] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x3
  74. [audio format for output stream 0:1 @ 0000000000479020] Setting 'sample_fmts' to value 'fltp'
  75. [audio format for output stream 0:1 @ 0000000000479020] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
  76. [AVFilterGraph @ 0000000003686b80] query_formats: 5 queried, 12 merged, 0 already done, 0 delayed
  77. [libx264 @ 00000000034f05c0] using mv_range_thread = 56
  78. [libx264 @ 00000000034f05c0] using SAR=1/1
  79. [libx264 @ 00000000034f05c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 LZCNT BMI2
  80. [libx264 @ 00000000034f05c0] profile High, level 3.1
  81. [libx264 @ 00000000034f05c0] 264 - core 148 r2638 7599210 - 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=20 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  82. Output #0, mp4, to '24.mp4':
  83. Metadata:
  84. major_brand : isom
  85. minor_version : 512
  86. compatible_brands: isomiso2avc1mp41
  87. encoder : Lavf57.21.101
  88. Stream #0:0(eng), 0, 1/10240: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 20 fps, 10240 tbn, 20 tbc (default)
  89. Metadata:
  90. handler_name : VideoHandler
  91. encoder : Lavc57.21.100 libx264
  92. Side data:
  93. unknown side data type 10 (24 bytes)
  94. Stream #0:1(eng), 0, 1/48000: Audio: aac (LC) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, fltp, 128 kb/s (default)
  95. Metadata:
  96. handler_name : SoundHandler
  97. encoder : Lavc57.21.100 aac
  98. Stream mapping:
  99. Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
  100. Stream #0:1 -> #0:1 (aac (native) -> aac (native))
  101. Press [q] to stop, [?] for help
  102. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  103. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  104. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  105. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  106. [h264 @ 0000000007049920] user data:"x264 - core 142 r2479 dd79a61 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=8 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=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00"
  107. [h264 @ 0000000007049920] no picture
  108. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  109. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  110. [h264 @ 00000000070a1200] no picture
  111. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  112. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  113. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  114. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  115. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  116. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  117. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  118. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  119. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  120. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  121. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  122. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  123. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  124. Clipping frame in rate conversion by 0.000008
  125. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  126. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  127. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  128. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  129. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  130. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  131. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  132. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  133. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  134. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  135. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  136. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  137. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  138. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  139. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  140. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  141. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  142. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  143. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  144. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  145. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  146. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  147. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  148. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  149. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  150. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  151. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  152. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  153. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  154. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  155. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  156. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  157. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  158. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  159. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  160. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  161. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  162. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  163. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  164. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  165. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  166. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  167. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  168. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  169. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  170. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  171. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  172. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  173. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  174. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  175. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  176. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  177. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  178. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  179. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  180. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  181. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  182. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  183. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  184. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  185. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  186. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  187. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  188. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  189. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  190. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  191. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  192. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  193. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  194. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  195. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  196. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  197. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  198. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  199. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  200. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  201. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  202. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  203. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  204. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  205. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  206. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  207. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  208. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  209. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  210. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  211. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  212. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  213. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  214. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  215. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  216. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  217. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  218. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  219. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  220. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  221. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  222. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  223. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  224. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  225. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  226. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  227. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  228. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  229. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  230. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  231. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  232. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  233. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  234. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  235. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  236. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  237. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  238. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  239. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  240. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  241. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  242. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  243. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  244. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  245. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  246. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  247. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  248. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  249. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  250. [libx264 @ 00000000034f05c0] scene cut at 4 Icost:42317 Pcost:41544 ratio:0.0183 bias:0.0250 gop:4 (imb:3311 pmb:43)
  251. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  252. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  253. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  254. [libx264 @ 00000000034f05c0] frame= 0 QP=9.11 NAL=3 Slice:I Poc:0 I:3600 P:0 SKIP:0 size=215 bytes
  255. [libx264 @ 00000000034f05c0] frame= 1 QP=14.38 NAL=2 Slice:P Poc:4 I:3 P:21 SKIP:3576 size=103 bytes
  256. [libx264 @ 00000000034f05c0] frame= 2 QP=13.00 NAL=0 Slice:B Poc:2 I:0 P:13 SKIP:3587 size=61 bytes
  257. [libx264 @ 00000000034f05c0] frame= 3 QP=15.15 NAL=2 Slice:P Poc:6 I:22 P:55 SKIP:3523 size=256 bytes
  258. [libx264 @ 00000000034f05c0] frame= 4 QP=15.26 NAL=2 Slice:I Poc:8 I:3600 P:0 SKIP:0 size=1646 bytes
  259. [libx264 @ 00000000034f05c0] frame= 5 QP=19.98 NAL=2 Slice:P Poc:10 I:217 P:244 SKIP:3139 size=1677 bytes
  260. [libx264 @ 00000000034f05c0] frame= 6 QP=11.82 NAL=2 Slice:P Poc:12 I:392 P:253 SKIP:2955 size=7505 bytes
  261. [libx264 @ 00000000034f05c0] frame= 7 QP=15.32 NAL=2 Slice:P Poc:20 I:65 P:594 SKIP:2941 size=7474 bytes
  262. [libx264 @ 00000000034f05c0] frame= 8 QP=13.83 NAL=2 Slice:B Poc:16 I:3073 P:99 SKIP:428 size=2338 bytes
  263. [libx264 @ 00000000034f05c0] frame= 9 QP=13.00 NAL=0 Slice:B Poc:14 I:50 P:4 SKIP:3546 size=123 bytes
  264. [libx264 @ 00000000034f05c0] frame= 10 QP=13.00 NAL=0 Slice:B Poc:18 I:0 P:0 SKIP:3600 size=37 bytes
  265. [libx264 @ 00000000034f05c0] frame= 11 QP=17.32 NAL=2 Slice:P Poc:28 I:15 P:552 SKIP:3033 size=5887 bytes
  266. [libx264 @ 00000000034f05c0] frame= 12 QP=11.73 NAL=2 Slice:B Poc:24 I:2983 P:32 SKIP:585 size=1796 bytes
  267. [libx264 @ 00000000034f05c0] frame= 13 QP=13.00 NAL=0 Slice:B Poc:22 I:2937 P:39 SKIP:624 size=1680 bytes
  268. [libx264 @ 00000000034f05c0] frame= 14 QP=13.00 NAL=0 Slice:B Poc:26 I:1 P:0 SKIP:3599 size=42 bytes
  269. [libx264 @ 00000000034f05c0] frame= 15 QP=18.01 NAL=2 Slice:P Poc:36 I:12 P:546 SKIP:3042 size=5224 bytes
  270. [libx264 @ 00000000034f05c0] frame= 16 QP=11.63 NAL=2 Slice:B Poc:32 I:1 P:2 SKIP:3597 size=72 bytes
  271. [libx264 @ 00000000034f05c0] frame= 17 QP=13.00 NAL=0 Slice:B Poc:30 I:0 P:0 SKIP:3600 size=37 bytes
  272. [libx264 @ 00000000034f05c0] frame= 18 QP=16.30 NAL=0 Slice:B Poc:34 I:2912 P:21 SKIP:667 size=2016 bytes
  273. [libx264 @ 00000000034f05c0] frame= 19 QP=19.99 NAL=2 Slice:P Poc:42 I:11 P:397 SKIP:3192 size=3101 bytes
  274. [libx264 @ 00000000034f05c0] frame= 20 QP=13.00 NAL=2 Slice:B Poc:40 I:0 P:1 SKIP:3599 size=39 bytes
  275. [libx264 @ 00000000034f05c0] frame= 21 QP=13.00 NAL=0 Slice:B Poc:38 I:0 P:0 SKIP:3600 size=37 bytes
  276. [libx264 @ 00000000034f05c0] frame= 22 QP=20.41 NAL=2 Slice:P Poc:50 I:14 P:489 SKIP:3097 size=3288 bytes
  277. [libx264 @ 00000000034f05c0] frame= 23 QP=12.77 NAL=2 Slice:B Poc:46 I:2976 P:38 SKIP:586 size=1912 bytes
  278. [libx264 @ 00000000034f05c0] frame= 24 QP=18.36 NAL=0 Slice:B Poc:44 I:16 P:1 SKIP:3583 size=90 bytes
  279. frame= 75 fps=0.0 q=28.0 size= 47kB time=00:00:02.58 bitrate= 147.9kbits/s speed=5.16x
  280. [libx264 @ 00000000034f05c0] frame= 25 QP=13.57 NAL=0 Slice:B Poc:48 I:2826 P:9 SKIP:765 size=1616 bytes
  281. [libx264 @ 00000000034f05c0] frame= 26 QP=13.84 NAL=2 Slice:P Poc:56 I:3033 P:363 SKIP:204 size=3449 bytes
  282. [libx264 @ 00000000034f05c0] frame= 27 QP=15.13 NAL=2 Slice:B Poc:54 I:2986 P:70 SKIP:544 size=2276 bytes
  283. [libx264 @ 00000000034f05c0] frame= 28 QP=16.83 NAL=0 Slice:B Poc:52 I:93 P:45 SKIP:3462 size=430 bytes
  284. [libx264 @ 00000000034f05c0] frame= 29 QP=11.62 NAL=2 Slice:P Poc:64 I:3055 P:446 SKIP:99 size=4805 bytes
  285. [libx264 @ 00000000034f05c0] frame= 30 QP=13.16 NAL=2 Slice:B Poc:60 I:10 P:13 SKIP:3577 size=102 bytes
  286. [libx264 @ 00000000034f05c0] frame= 31 QP=13.09 NAL=0 Slice:B Poc:58 I:2854 P:46 SKIP:700 size=1667 bytes
  287. [libx264 @ 00000000034f05c0] frame= 32 QP=13.00 NAL=0 Slice:B Poc:62 I:0 P:10 SKIP:3590 size=50 bytes
  288. [libx264 @ 00000000034f05c0] frame= 33 QP=15.71 NAL=2 Slice:P Poc:72 I:8 P:183 SKIP:3409 size=1026 bytes
  289. [libx264 @ 00000000034f05c0] frame= 34 QP=15.60 NAL=2 Slice:B Poc:68 I:1 P:70 SKIP:3529 size=128 bytes
  290. [libx264 @ 00000000034f05c0] frame= 35 QP=13.00 NAL=0 Slice:B Poc:66 I:0 P:9 SKIP:3591 size=46 bytes
  291. [libx264 @ 00000000034f05c0] frame= 36 QP=13.00 NAL=0 Slice:B Poc:70 I:0 P:9 SKIP:3591 size=48 bytes
  292. [libx264 @ 00000000034f05c0] frame= 37 QP=17.70 NAL=2 Slice:P Poc:80 I:1 P:108 SKIP:3491 size=583 bytes
  293. [libx264 @ 00000000034f05c0] frame= 38 QP=11.00 NAL=2 Slice:B Poc:76 I:0 P:36 SKIP:3564 size=83 bytes
  294. [libx264 @ 00000000034f05c0] frame= 39 QP=13.00 NAL=0 Slice:B Poc:74 I:0 P:7 SKIP:3593 size=47 bytes
  295. [libx264 @ 00000000034f05c0] frame= 40 QP=13.00 NAL=0 Slice:B Poc:78 I:0 P:4 SKIP:3596 size=43 bytes
  296. [libx264 @ 00000000034f05c0] frame= 41 QP=14.38 NAL=2 Slice:P Poc:88 I:1 P:46 SKIP:3553 size=273 bytes
  297. [libx264 @ 00000000034f05c0] frame= 42 QP=14.15 NAL=2 Slice:B Poc:84 I:0 P:23 SKIP:3577 size=76 bytes
  298. [libx264 @ 00000000034f05c0] frame= 43 QP=13.00 NAL=0 Slice:B Poc:82 I:0 P:5 SKIP:3595 size=43 bytes
  299. [libx264 @ 00000000034f05c0] frame= 44 QP=13.00 NAL=0 Slice:B Poc:86 I:0 P:5 SKIP:3595 size=43 bytes
  300. [libx264 @ 00000000034f05c0] frame= 45 QP=16.61 NAL=2 Slice:P Poc:96 I:1 P:30 SKIP:3569 size=182 bytes
  301. [libx264 @ 00000000034f05c0] frame= 46 QP=11.00 NAL=2 Slice:B Poc:92 I:0 P:16 SKIP:3584 size=65 bytes
  302. [libx264 @ 00000000034f05c0] frame= 47 QP=13.00 NAL=0 Slice:B Poc:90 I:0 P:4 SKIP:3596 size=42 bytes
  303. [libx264 @ 00000000034f05c0] frame= 48 QP=13.00 NAL=0 Slice:B Poc:94 I:0 P:5 SKIP:3595 size=44 bytes
  304. [libx264 @ 00000000034f05c0] frame= 49 QP=15.74 NAL=2 Slice:P Poc:104 I:1 P:23 SKIP:3576 size=148 bytes
  305. [output stream 0:0 @ 0000000003390500] EOF on sink link output stream 0:0:default.
  306. [output stream 0:1 @ 0000000000478f60] EOF on sink link output stream 0:1:default.
  307. No more output streams to write to, finishing.
  308. [libx264 @ 00000000034f05c0] frame= 50 QP=13.26 NAL=2 Slice:B Poc:100 I:1 P:16 SKIP:3583 size=65 bytes
  309. [libx264 @ 00000000034f05c0] frame= 51 QP=13.00 NAL=0 Slice:B Poc:98 I:0 P:5 SKIP:3595 size=44 bytes
  310. [libx264 @ 00000000034f05c0] frame= 52 QP=13.00 NAL=0 Slice:B Poc:102 I:0 P:4 SKIP:3596 size=43 bytes
  311. [libx264 @ 00000000034f05c0] frame= 53 QP=16.12 NAL=2 Slice:P Poc:112 I:0 P:14 SKIP:3586 size=111 bytes
  312. [libx264 @ 00000000034f05c0] frame= 54 QP=11.28 NAL=2 Slice:B Poc:108 I:0 P:16 SKIP:3584 size=64 bytes
  313. [libx264 @ 00000000034f05c0] frame= 55 QP=13.00 NAL=0 Slice:B Poc:106 I:0 P:6 SKIP:3594 size=46 bytes
  314. [libx264 @ 00000000034f05c0] frame= 56 QP=13.00 NAL=0 Slice:B Poc:110 I:0 P:6 SKIP:3594 size=45 bytes
  315. [libx264 @ 00000000034f05c0] frame= 57 QP=10.91 NAL=2 Slice:P Poc:120 I:0 P:6 SKIP:3594 size=78 bytes
  316. [libx264 @ 00000000034f05c0] frame= 58 QP=11.00 NAL=2 Slice:B Poc:116 I:1 P:15 SKIP:3584 size=63 bytes
  317. [libx264 @ 00000000034f05c0] frame= 59 QP=13.00 NAL=0 Slice:B Poc:114 I:0 P:5 SKIP:3595 size=43 bytes
  318. [libx264 @ 00000000034f05c0] frame= 60 QP=13.00 NAL=0 Slice:B Poc:118 I:0 P:5 SKIP:3595 size=43 bytes
  319. [libx264 @ 00000000034f05c0] frame= 61 QP=11.74 NAL=2 Slice:P Poc:128 I:0 P:4 SKIP:3596 size=63 bytes
  320. [libx264 @ 00000000034f05c0] frame= 62 QP=11.28 NAL=2 Slice:B Poc:124 I:0 P:15 SKIP:3585 size=63 bytes
  321. [libx264 @ 00000000034f05c0] frame= 63 QP=13.00 NAL=0 Slice:B Poc:122 I:0 P:6 SKIP:3594 size=45 bytes
  322. [libx264 @ 00000000034f05c0] frame= 64 QP=13.00 NAL=0 Slice:B Poc:126 I:0 P:6 SKIP:3594 size=45 bytes
  323. [libx264 @ 00000000034f05c0] frame= 65 QP=17.53 NAL=2 Slice:P Poc:136 I:0 P:7 SKIP:3593 size=78 bytes
  324. [libx264 @ 00000000034f05c0] frame= 66 QP=11.00 NAL=2 Slice:B Poc:132 I:1 P:14 SKIP:3585 size=63 bytes
  325. [libx264 @ 00000000034f05c0] frame= 67 QP=13.00 NAL=0 Slice:B Poc:130 I:0 P:5 SKIP:3595 size=43 bytes
  326. [libx264 @ 00000000034f05c0] frame= 68 QP=13.00 NAL=0 Slice:B Poc:134 I:0 P:5 SKIP:3595 size=43 bytes
  327. [libx264 @ 00000000034f05c0] frame= 69 QP=16.86 NAL=2 Slice:P Poc:144 I:0 P:4 SKIP:3596 size=61 bytes
  328. [libx264 @ 00000000034f05c0] frame= 70 QP=11.28 NAL=2 Slice:B Poc:140 I:0 P:15 SKIP:3585 size=63 bytes
  329. [libx264 @ 00000000034f05c0] frame= 71 QP=13.00 NAL=0 Slice:B Poc:138 I:0 P:6 SKIP:3594 size=45 bytes
  330. [libx264 @ 00000000034f05c0] frame= 72 QP=13.00 NAL=0 Slice:B Poc:142 I:0 P:6 SKIP:3594 size=45 bytes
  331. [libx264 @ 00000000034f05c0] frame= 73 QP=13.25 NAL=2 Slice:P Poc:152 I:0 P:4 SKIP:3596 size=61 bytes
  332. [libx264 @ 00000000034f05c0] frame= 74 QP=11.00 NAL=2 Slice:B Poc:148 I:1 P:14 SKIP:3585 size=63 bytes
  333. [libx264 @ 00000000034f05c0] frame= 75 QP=13.00 NAL=0 Slice:B Poc:146 I:0 P:5 SKIP:3595 size=43 bytes
  334. [libx264 @ 00000000034f05c0] frame= 76 QP=13.00 NAL=0 Slice:B Poc:150 I:0 P:5 SKIP:3595 size=43 bytes
  335. [libx264 @ 00000000034f05c0] frame= 77 QP=12.63 NAL=2 Slice:P Poc:160 I:0 P:2 SKIP:3598 size=53 bytes
  336. [libx264 @ 00000000034f05c0] frame= 78 QP=11.28 NAL=2 Slice:B Poc:156 I:0 P:15 SKIP:3585 size=63 bytes
  337. [libx264 @ 00000000034f05c0] frame= 79 QP=13.00 NAL=0 Slice:B Poc:154 I:0 P:6 SKIP:3594 size=45 bytes
  338. [libx264 @ 00000000034f05c0] frame= 80 QP=13.00 NAL=0 Slice:B Poc:158 I:0 P:6 SKIP:3594 size=45 bytes
  339. [libx264 @ 00000000034f05c0] frame= 81 QP=12.63 NAL=2 Slice:P Poc:168 I:1 P:1 SKIP:3598 size=56 bytes
  340. [libx264 @ 00000000034f05c0] frame= 82 QP=11.00 NAL=2 Slice:B Poc:164 I:1 P:14 SKIP:3585 size=63 bytes
  341. [libx264 @ 00000000034f05c0] frame= 83 QP=13.00 NAL=0 Slice:B Poc:162 I:0 P:5 SKIP:3595 size=43 bytes
  342. [libx264 @ 00000000034f05c0] frame= 84 QP=13.00 NAL=0 Slice:B Poc:166 I:0 P:5 SKIP:3595 size=43 bytes
  343. [libx264 @ 00000000034f05c0] frame= 85 QP=13.63 NAL=2 Slice:P Poc:176 I:0 P:1 SKIP:3599 size=50 bytes
  344. [libx264 @ 00000000034f05c0] frame= 86 QP=11.28 NAL=2 Slice:B Poc:172 I:0 P:15 SKIP:3585 size=63 bytes
  345. [libx264 @ 00000000034f05c0] frame= 87 QP=13.00 NAL=0 Slice:B Poc:170 I:0 P:6 SKIP:3594 size=45 bytes
  346. [libx264 @ 00000000034f05c0] frame= 88 QP=13.00 NAL=0 Slice:B Poc:174 I:0 P:6 SKIP:3594 size=45 bytes
  347. [libx264 @ 00000000034f05c0] frame= 89 QP=9.00 NAL=2 Slice:P Poc:184 I:0 P:0 SKIP:3600 size=46 bytes
  348. [libx264 @ 00000000034f05c0] frame= 90 QP=11.00 NAL=2 Slice:B Poc:180 I:1 P:14 SKIP:3585 size=63 bytes
  349. [libx264 @ 00000000034f05c0] frame= 91 QP=13.00 NAL=0 Slice:B Poc:178 I:0 P:5 SKIP:3595 size=43 bytes
  350. [libx264 @ 00000000034f05c0] frame= 92 QP=13.00 NAL=0 Slice:B Poc:182 I:0 P:5 SKIP:3595 size=43 bytes
  351. [libx264 @ 00000000034f05c0] frame= 93 QP=10.00 NAL=2 Slice:P Poc:192 I:0 P:0 SKIP:3600 size=46 bytes
  352. [libx264 @ 00000000034f05c0] frame= 94 QP=11.28 NAL=2 Slice:B Poc:188 I:0 P:15 SKIP:3585 size=63 bytes
  353. [libx264 @ 00000000034f05c0] frame= 95 QP=13.00 NAL=0 Slice:B Poc:186 I:0 P:6 SKIP:3594 size=45 bytes
  354. [libx264 @ 00000000034f05c0] frame= 96 QP=13.00 NAL=0 Slice:B Poc:190 I:0 P:6 SKIP:3594 size=45 bytes
  355. [libx264 @ 00000000034f05c0] frame= 97 QP=17.85 NAL=2 Slice:P Poc:198 I:0 P:2 SKIP:3598 size=51 bytes
  356. [libx264 @ 00000000034f05c0] frame= 98 QP=13.00 NAL=2 Slice:B Poc:196 I:0 P:12 SKIP:3588 size=54 bytes
  357. [libx264 @ 00000000034f05c0] frame= 99 QP=13.00 NAL=0 Slice:B Poc:194 I:0 P:6 SKIP:3594 size=45 bytes
  358. [aac @ 00000000004c13e0] Trying to remove 640 more samples than there are in the queue
  359. frame= 100 fps=0.0 q=-1.0 Lsize= 86kB time=00:00:05.01 bitrate= 139.8kbits/s speed=6.24x
  360. video:66kB audio:15kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 6.133498%
  361. Input file #0 (..\s.mp4):
  362. Input stream #0:0 (video): 153 packets read (356518 bytes); 148 frames decoded;
  363. Input stream #0:1 (audio): 236 packets read (120710 bytes); 236 frames decoded (241664 samples);
  364. Total: 389 packets (477228 bytes) demuxed
  365. Output file #0 (24.mp4):
  366. Output stream #0:0 (video): 100 frames encoded; 100 packets muxed (67330 bytes);
  367. Output stream #0:1 (audio): 235 frames encoded (240000 samples); 236 packets muxed (15233 bytes);
  368. Total: 336 packets (82563 bytes) muxed
  369. 384 frames successfully decoded, 0 decoding errors
  370. [AVIOContext @ 00000000004c1880] Statistics: 60 seeks, 381 writeouts
  371. [libx264 @ 00000000034f05c0] frame I:2 Avg QP:12.18 size: 930
  372. [libx264 @ 00000000034f05c0] frame P:28 Avg QP:15.00 size: 1633
  373. [libx264 @ 00000000034f05c0] frame B:70 Avg QP:12.90 size: 272
  374. [libx264 @ 00000000034f05c0] consecutive B-frames: 5.0% 2.0% 9.0% 84.0%
  375. [libx264 @ 00000000034f05c0] mb I I16..4: 54.9% 44.9% 0.2%
  376. [libx264 @ 00000000034f05c0] mb P I16..4: 3.1% 3.3% 0.4% P16..4: 3.0% 0.7% 0.7% 0.0% 0.0% skip:88.8%
  377. [libx264 @ 00000000034f05c0] mb B I16..4: 7.7% 1.7% 0.0% B16..8: 0.2% 0.0% 0.0% direct: 0.1% skip:90.2% L0:51.1% L1:46.7% BI: 2.1%
  378. [libx264 @ 00000000034f05c0] 8x8 transform intra:29.1% inter:40.0%
  379. [libx264 @ 00000000034f05c0] coded y,uvDC,uvAC intra: 1.2% 1.5% 1.0% inter: 0.6% 0.8% 0.4%
  380. [libx264 @ 00000000034f05c0] i16 v,h,dc,p: 93% 4% 3% 0%
  381. [libx264 @ 00000000034f05c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 49% 9% 41% 0% 0% 0% 0% 0% 0%
  382. [libx264 @ 00000000034f05c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 51% 15% 21% 2% 2% 3% 2% 2% 2%
  383. [libx264 @ 00000000034f05c0] i8c dc,h,v,p: 97% 1% 1% 0%
  384. [libx264 @ 00000000034f05c0] Weighted P-Frames: Y:35.7% UV:32.1%
  385. [libx264 @ 00000000034f05c0] ref P L0: 88.0% 11.2% 0.7% 0.1%
  386. [libx264 @ 00000000034f05c0] ref B L0: 35.0% 65.0%
  387. [libx264 @ 00000000034f05c0] ref B L1: 99.3% 0.7%
  388. [libx264 @ 00000000034f05c0] kb/s:106.63
  389. [aac @ 00000000004c13e0] Qavg: 56372.730
  390. [AVIOContext @ 000000000047cea0] Statistics: 720896 bytes read, 0 seeks
Add Comment
Please, Sign In to add comment