Advertisement
Guest User

ffmpeg screencast

a guest
Jan 21st, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ubuntu@ubuntu:~$ ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1024x720 -i :0.0 -qscale 1 -acodec pcm_s161e -vcodec libx264 -vpre lossless_ultrafast -threads 0 output.mkv
  2. FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1.3, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  3. configuration: --extra-version=4:0.5.1-1ubuntu1.3 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
  4. libavutil 49.15. 0 / 49.15. 0
  5. libavcodec 52.20. 1 / 52.20. 1
  6. libavformat 52.31. 0 / 52.31. 0
  7. libavdevice 52. 1. 0 / 52. 1. 0
  8. libavfilter 0. 4. 0 / 0. 4. 0
  9. libswscale 0. 7. 1 / 0. 7. 1
  10. libpostproc 51. 2. 0 / 51. 2. 0
  11. built on Dec 21 2011 18:41:38, gcc: 4.4.3
  12. [alsa @ 0x2141260]capture with some ALSA plugins, especially dsnoop, may hang.
  13. Input #0, alsa, from 'pulse':
  14. Duration: N/A, start: 1327562896.989502, bitrate: N/A
  15. Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s
  16. [x11grab @ 0x215d480]device: :0.0 -> display: :0.0 x: 0 y: 0 width: 1024 height: 720
  17. [x11grab @ 0x215d480]shared memory extension found
  18. Input #1, x11grab, from ':0.0':
  19. Duration: N/A, start: 1327144604.298973, bitrate: 707788 kb/s
  20. Stream #1.0: Video: rawvideo, rgb32, 1024x720, 707788 kb/s, 30 tbr, 1000k tbn, 30 tbc
  21. Unknown encoder 'libx264'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement