Advertisement
Guest User

ffmpeg screencast

a guest
Dec 25th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. :~$ ffmpeg -f x11grab -r 25 -s 1024x768 -i :0.0+100,200 -f alsa -ac 2 -i pulse output.flv
  2. ffmpeg version git-2012-12-22-44fe118 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Dec 21 2012 17:28:32 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  4. configuration: --enable-gpl --enable-libass --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3
  5. libavutil 52. 12.100 / 52. 12.100
  6. libavcodec 54. 81.100 / 54. 81.100
  7. libavformat 54. 49.102 / 54. 49.102
  8. libavdevice 54. 3.102 / 54. 3.102
  9. libavfilter 3. 29.100 / 3. 29.100
  10. libswscale 2. 1.103 / 2. 1.103
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 2.100 / 52. 2.100
  13. [x11grab @ 0xaa7b860] device: :0.0+100,200 -> display: :0.0 x: 100 y: 200 width: 1024 height: 768
  14. [x11grab @ 0xaa7b860] shared memory extension found
  15. X Error of failed request: BadMatch (invalid parameter attributes)
  16. Major opcode of failed request: 130 (MIT-SHM)
  17. Minor opcode of failed request: 4 (X_ShmGetImage)
  18. Serial number of failed request: 11
  19. Current serial number in output stream: 11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement