Advertisement
Guest User

ffmpeg to desktop record

a guest
Oct 29th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. ffmpeg -f x11grab -r 25 -s 1920x1080 -preset ultrafast -b:v 10k -i :0.0+0.0 -threads 0 video.mkv
  2. ffmpeg version 1.2.6 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Oct 29 2014 17:37:06 with gcc 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9)
  4. configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-shared --cc=x86_64-pc-lin
  5. ux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --ar=x86_64-pc-linux-gnu-ar --optflags='-march=native -O2 -pipe' --extra-cflags='-march=na
  6. tive -O2 -pipe' --extra-cxxflags='-march=native -O2 -pipe' --disable-static --enable-gpl --enable-postproc --enable-avfilter --enab
  7. le-avresample --disable-stripping --disable-indev=v4l2 --disable-indev=oss --disable-indev=jack --disable-outdev=oss --disable-outd
  8. ev=sdl --enable-bzlib --disable-runtime-cpudetect --disable-debug --disable-doc --disable-gnutls --enable-hardcoded-tables --enable
  9. -iconv --enable-network --disable-openssl --disable-ffplay --disable-vaapi --disable-vdpau --enable-zlib --disable-libvo-aacenc --d
  10. isable-libvo-amrwbenc --disable-libmp3lame --disable-libfdk-aac --disable-libaacplus --disable-libfaac --enable-libtheora --disable
  11. -libtwolame --enable-libx264 --disable-libxvid --disable-libcdio --disable-libiec61883 --disable-libdc1394 libavutil 52. 18.1
  12. 00 / 52. 18.100
  13. libavcodec 54. 92.100 / 54. 92.100
  14. libavformat 54. 63.104 / 54. 63.104
  15. libavdevice 54. 3.103 / 54. 3.103
  16. libavfilter 3. 42.103 / 3. 42.103
  17. libswscale 2. 2.100 / 2. 2.100
  18. libswresample 0. 17.102 / 0. 17.102
  19. libpostproc 52. 2.100 / 52. 2.100
  20. [x11grab @ 0x24cb020] device: :0.0+0.0 -> display: :0.0 x: 0 y: 0 width: 1920 height: 1080
  21. [x11grab @ 0x24cb020] shared memory extension found
  22. [x11grab @ 0x24cb020] Estimating duration from bitrate, this may be inaccurate
  23. Input #0, x11grab, from ':0.0+0.0':
  24. Duration: N/A, start: 1414620789.272821, bitrate: 1658880 kb/s
  25. Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1920x1080, 1658880 kb/s, 25 tbr, 1000k tbn, 25 tbc
  26. [libx264 @ 0x24dc5d0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
  27. [libx264 @ 0x24dc5d0] profile High 4:4:4 Predictive, level 4.0, 4:4:4 8-bit
  28. [libx264 @ 0x24dc5d0] 264 - core 142 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: c
  29. abac=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 8x
  30. 8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=4 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interla
  31. ced=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=2
  32. 50 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
  33. =1.40 aq=1:1.00
  34. Output #0, matroska, to 'video.mkv':
  35. Metadata:
  36. encoder : Lavf54.63.104
  37. Stream #0:0: Video: h264 (H264 / 0x34363248), yuv444p, 1920x1080, q=-1--1, 1k tbn, 25 tbc
  38. Stream mapping:
  39. Stream #0:0 -> #0:0 (rawvideo -> libx264)
  40. Press [q] to stop, [?] for help
  41. frame= 36 fps= 19 q=-1.0 Lsize= 339kB time=00:00:01.36 bitrate=2041.0kbits/s
  42. video:338kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.234862%
  43. [libx264 @ 0x24dc5d0] frame I:1 Avg QP:20.88 size:256681
  44. [libx264 @ 0x24dc5d0] frame P:10 Avg QP:25.33 size: 8446
  45. [libx264 @ 0x24dc5d0] frame B:25 Avg QP:28.58 size: 172
  46. [libx264 @ 0x24dc5d0] consecutive B-frames: 5.6% 5.6% 0.0% 88.9%
  47. [libx264 @ 0x24dc5d0] mb I I16..4: 15.7% 38.4% 45.9%
  48. [libx264 @ 0x24dc5d0] mb P I16..4: 0.0% 0.1% 0.9% P16..4: 2.3% 0.0% 0.0% 0.0% 0.0% skip:96.6%
  49. [libx264 @ 0x24dc5d0] mb B I16..4: 0.0% 0.1% 0.0% B16..8: 1.6% 0.0% 0.0% direct: 0.0% skip:98.3% L0:57.4% L1:42.6% BI: 0
  50. .0%
  51. [libx264 @ 0x24dc5d0] 8x8 transform intra:37.2% inter:8.9%
  52. [libx264 @ 0x24dc5d0] coded y,u,v intra: 36.6% 3.5% 3.7% inter: 0.2% 0.0% 0.0%
  53. [libx264 @ 0x24dc5d0] i16 v,h,dc,p: 57% 42% 1% 0%
  54. [libx264 @ 0x24dc5d0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 56% 2% 41% 0% 0% 0% 0% 0% 1%
  55. [libx264 @ 0x24dc5d0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 56% 13% 14% 2% 3% 2% 4% 2% 5%
  56. [libx264 @ 0x24dc5d0] Weighted P-Frames: Y:0.0% UV:0.0%
  57. [libx264 @ 0x24dc5d0] ref P L0: 89.8% 5.5% 3.9% 0.8%
  58. [libx264 @ 0x24dc5d0] ref B L0: 47.3% 52.5% 0.2%
  59. [libx264 @ 0x24dc5d0] ref B L1: 99.0% 1.0%
  60. [libx264 @ 0x24dc5d0] kb/s:1919.14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement