Advertisement
Guest User

ffmpegsad

a guest
May 24th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. staging ~/framebit$ ffmpeg -r 30 -i %03d.jpg -vcodec libx264 -b:v 100.0M -pix_fmt yuv420p -y framebits.mp4
  2. ffmpeg version 0.10.2 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Apr 9 2012 17:32:44 with gcc 4.4.6 20110731 (Red Hat 4.4.6-3)
  4. configuration: --enable-gpl --enable-libx264 --enable-libvpx
  5. libavutil 51. 35.100 / 51. 35.100
  6. libavcodec 53. 61.100 / 53. 61.100
  7. libavformat 53. 32.100 / 53. 32.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 61.100 / 2. 61.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 6.100 / 0. 6.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, image2, from '%03d.jpg':
  14. Duration: 00:00:05.00, start: 0.000000, bitrate: N/A
  15. Stream #0:0: Video: mjpeg, gray, 16x2 [SAR 72:72 DAR 8:1], 30 fps, 30 tbr, 30 tbn, 30 tbc
  16. [buffer @ 0x98311c0] w:16 h:2 pixfmt:gray tb:1/1000000 sar:72/72 sws_param:
  17. [buffersink @ 0x983d500] auto-inserting filter 'auto-inserted scale 0' between the filter 'src' and the filter 'out'
  18. [scale @ 0x983fba0] w:16 h:2 fmt:gray -> w:16 h:2 fmt:yuv420p flags:0x4
  19. [libx264 @ 0x983ccc0] using SAR=1/1
  20. [libx264 @ 0x983ccc0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
  21. [libx264 @ 0x983ccc0] profile High, level 5.1
  22. [libx264 @ 0x983ccc0] 264 - core 120 - H.264/MPEG-4 AVC codec - Copyleft 2003-2011 - 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=3 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=abr mbtree=1 bitrate=100000 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  23. Output #0, mp4, to 'framebits.mp4':
  24. Metadata:
  25. encoder : Lavf53.32.100
  26. Stream #0:0: Video: h264 (![0][0][0] / 0x0021), yuv420p, 16x2 [SAR 1:1 DAR 8:1], q=-1--1, 100000 kb/s, 30 tbn, 30 tbc
  27. Stream mapping:
  28. Stream #0:0 -> #0:0 (mjpeg -> libx264)
  29. Press [q] to stop, [?] for help
  30. frame= 150 fps= 0 q=-1.0 Lsize= 8kB time=00:00:04.93 bitrate= 13.6kbits/s
  31. video:7kB audio:0kB global headers:0kB muxing overhead 20.178084%
  32. [libx264 @ 0x983ccc0] frame I:1 Avg QP: 0.00 size: 20
  33. [libx264 @ 0x983ccc0] frame P:149 Avg QP: 5.05 size: 42
  34. [libx264 @ 0x983ccc0] mb I I16..4: 100.0% 0.0% 0.0%
  35. [libx264 @ 0x983ccc0] mb P I16..4: 0.0% 1.3% 39.6% P16..4: 26.2% 32.9% 0.0% 0.0% 0.0% skip: 0.0%
  36. [libx264 @ 0x983ccc0] final ratefactor: -81.18
  37. [libx264 @ 0x983ccc0] 8x8 transform intra:3.2% inter:0.0%
  38. [libx264 @ 0x983ccc0] coded y,uvDC,uvAC intra: 48.0% 0.0% 0.0% inter: 20.5% 0.0% 0.0%
  39. [libx264 @ 0x983ccc0] i16 v,h,dc,p: 0% 0% 100% 0%
  40. [libx264 @ 0x983ccc0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 38% 0% 62% 0% 0% 0% 0% 0% 0%
  41. [libx264 @ 0x983ccc0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 63% 0% 37% 0% 0% 0% 0% 0% 0%
  42. [libx264 @ 0x983ccc0] i8c dc,h,v,p: 100% 0% 0% 0%
  43. [libx264 @ 0x983ccc0] Weighted P-Frames: Y:0.0% UV:0.0%
  44. [libx264 @ 0x983ccc0] ref P L0: 72.7% 0.0% 23.9% 3.4%
  45. [libx264 @ 0x983ccc0] kb/s:10.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement