Advertisement
Guest User

Untitled

a guest
Apr 13th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. dv@localhost:~/cata$ /opt/dv/src/ffmpeg-git/ffmpeg -f x11grab -r 30 -s hd720 -i :0.0+231,153 -f alsa -i hw:0 -acodec pcm_s16le -vcodec libx264 -crf 0 -y cata1.mkv
  2. ffmpeg version N-52043-g43bf4ee Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Apr 12 2013 22:51:22 with gcc 4.7 (Ubuntu/Linaro 4.7.2-22ubuntu4)
  4. configuration: --enable-libx264 --enable-libpulse --enable-gpl --enable-x11grab
  5. libavutil 52. 26.100 / 52. 26.100
  6. libavcodec 55. 2.100 / 55. 2.100
  7. libavformat 55. 2.100 / 55. 2.100
  8. libavdevice 55. 0.100 / 55. 0.100
  9. libavfilter 3. 53.101 / 3. 53.101
  10. libswscale 2. 2.100 / 2. 2.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 3.100 / 52. 3.100
  13. [x11grab @ 0x3367820] device: :0.0+231,153 -> display: :0.0 x: 231 y: 153 width: 1280 height: 720
  14. [x11grab @ 0x3367820] shared memory extension found
  15. Input #0, x11grab, from ':0.0+231,153':
  16. Duration: N/A, start: 1365842834.922384, bitrate: 884736 kb/s
  17. Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1280x720, 884736 kb/s, 30 tbr, 1000k tbn, 30 tbc
  18. Guessed Channel Layout for Input Stream #1.0 : stereo
  19. Input #1, alsa, from 'hw:0':
  20. Duration: N/A, start: 1365842834.950762, bitrate: 1536 kb/s
  21. Stream #1:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
  22. No pixel format specified, yuv444p for H.264 encoding chosen.
  23. Use -pix_fmt yuv420p for compatibility with outdated media players.
  24. [libx264 @ 0x3392960] using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
  25. [libx264 @ 0x3392960] profile High 4:4:4 Predictive, level 3.1, 4:4:4 8-bit
  26. [libx264 @ 0x3392960] 64 - core 123 r2189 35cf912 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=0 mixed_ref=1 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=0 chroma_qp_offset=0 threads=6 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=0
  27. Output #0, matroska, to 'cata1.mkv':
  28. Metadata:
  29. encoder : Lavf55.2.100
  30. Stream #0:0: Video: h264 (H264 / 0x34363248), yuv444p, 1280x720, q=-1--1, 1k tbn, 30 tbc
  31. Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s
  32. Stream mapping:
  33. Stream #0:0 -> #0:0 (rawvideo -> libx264)
  34. Stream #1:0 -> #0:1 (pcm_s16le -> pcm_s16le)
  35. Press [q] to stop, [?] for help
  36. frame= 300 fps= 30 q=32766.0 Lsize= 2066kB time=00:00:10.00 bitrate=1692.5kbits/s
  37. video:194kB audio:1862kB subtitle:0 global headers:0kB muxing overhead 0.482447%
  38. [libx264 @ 0x3392960] frame I:2 Avg QP: 0.00 size: 92495
  39. [libx264 @ 0x3392960] frame P:298 Avg QP: 0.00 size: 44
  40. [libx264 @ 0x3392960] mb I I16..4: 69.6% 0.0% 30.4%
  41. [libx264 @ 0x3392960] mb P I16..4: 0.0% 0.0% 0.0% P16..4: 0.0% 0.0% 0.0% 0.0% 0.0% skip:100.0%
  42. [libx264 @ 0x3392960] 8x8 transform intra:0.0%
  43. [libx264 @ 0x3392960] coded y,u,v intra: 25.4% 1.9% 1.6% inter: 0.0% 0.0% 0.0%
  44. [libx264 @ 0x3392960] i16 v,h,dc,p: 94% 3% 3% 0%
  45. [libx264 @ 0x3392960] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 50% 0% 50% 0% 0% 0% 0% 0% 0%
  46. [libx264 @ 0x3392960] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 63% 20% 7% 2% 2% 1% 1% 1% 2%
  47. [libx264 @ 0x3392960] Weighted P-Frames: Y:0.0% UV:0.0%
  48. [libx264 @ 0x3392960] kb/s:158.47
  49. Received signal 2: terminating.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement