Advertisement
Guest User

Untitled

a guest
Feb 26th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. ffmpeg -i defy.flv -v verbose -pass 1 -passlogfile 6412 -an -vb 256k -vcodec libx264 -profile:v high -profile high -level 30 -f rawvideo -y /dev/null
  2. ffmpeg version N-38263-g305e4b3 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Feb 26 2012 11:20:51 with gcc 4.4.5
  4. configuration: --enable-version3 --enable-libvo-aacenc --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-libopenjpeg --enable-libgsm --enable-libxvid --enable-libfaac --enable-pthreads --enable-libvorbis --enable-gpl --enable-x11grab --enable-nonfree --enable-avfilter --optflags='-O3 -march=native -mtune=native'
  5. libavutil 51. 41.100 / 51. 41.100
  6. libavcodec 54. 4.100 / 54. 4.100
  7. libavformat 54. 1.100 / 54. 1.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 62.101 / 2. 62.101
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 7.100 / 0. 7.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, flv, from 'defy.flv':
  14. Metadata:
  15. starttime : 0
  16. totalduration : 61
  17. totaldatarate : 1170
  18. bytelength : 8913665
  19. canseekontime : true
  20. sourcedata : B4A7DA8ACHH1330089282160433
  21. purl :
  22. pmsg :
  23. Duration: 00:01:00.96, start: 0.000000, bitrate: 1169 kb/s
  24. Stream #0:0: Video: h264 (Main), yuv420p, 854x480 [SAR 1:1 DAR 427:240], 1091 kb/s, 25 tbr, 1k tbn, 50 tbc
  25. Stream #0:1: Audio: aac, 44100 Hz, stereo, s16, 97 kb/s
  26. [buffer @ 0x182c260] w:854 h:480 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param:
  27. [libx264 @ 0x18291c0] using SAR=1/1
  28. [libx264 @ 0x18291c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  29. [libx264 @ 0x18291c0] profile Main, level 3.0
  30. Output #0, rawvideo, to '/dev/null':
  31. Metadata:
  32. starttime : 0
  33. totalduration : 61
  34. totaldatarate : 1170
  35. bytelength : 8913665
  36. canseekontime : true
  37. sourcedata : B4A7DA8ACHH1330089282160433
  38. purl :
  39. pmsg :
  40. encoder : Lavf54.1.100
  41. Stream #0:0: Video: h264, yuv420p, 854x480 [SAR 1:1 DAR 427:240], q=-1--1, pass 1, 256 kb/s, 90k tbn, 25 tbc
  42. Stream mapping:
  43. Stream #0:0 -> #0:0 (h264 -> libx264)
  44. Press [q] to stop, [?] for help
  45. frame= 1525 fps=234 q=-1.0 Lsize= 0kB time=00:01:00.92 bitrate= 0.0kbits/s
  46. video:1726kB audio:0kB global headers:0kB muxing overhead -100.000000%
  47. [libx264 @ 0x18291c0] frame I:54 Avg QP:36.42 size: 4899
  48. [libx264 @ 0x18291c0] frame P:1083 Avg QP:40.58 size: 1262
  49. [libx264 @ 0x18291c0] frame B:388 Avg QP:43.03 size: 351
  50. [libx264 @ 0x18291c0] consecutive B-frames: 58.6% 19.1% 10.2% 12.1%
  51. [libx264 @ 0x18291c0] mb I I16..4: 88.8% 0.0% 11.2%
  52. [libx264 @ 0x18291c0] mb P I16..4: 18.4% 0.0% 0.0% P16..4: 13.5% 0.0% 0.0% 0.0% 0.0% skip:68.1%
  53. [libx264 @ 0x18291c0] mb B I16..4: 0.9% 0.0% 0.0% B16..8: 6.8% 0.0% 0.0% direct: 0.8% skip:91.5% L0:44.4% L1:52.0% BI: 3.6%
  54. [libx264 @ 0x18291c0] final ratefactor: 37.41
  55. [libx264 @ 0x18291c0] coded y,uvDC,uvAC intra: 5.7% 27.0% 3.3% inter: 1.1% 2.9% 0.1%
  56. [libx264 @ 0x18291c0] i16 v,h,dc,p: 44% 30% 18% 9%
  57. [libx264 @ 0x18291c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 23% 21% 29% 6% 5% 4% 4% 4% 4%
  58. [libx264 @ 0x18291c0] i8c dc,h,v,p: 81% 10% 8% 1%
  59. [libx264 @ 0x18291c0] Weighted P-Frames: Y:3.1% UV:2.4%
  60. [libx264 @ 0x18291c0] kb/s:231.77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement