Advertisement
Guest User

Untitled

a guest
May 29th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. ffmpeg -y -f x11grab -r 25 -s 1366x768 -i :0.0 -f alsa -i plughw:2,0 -acodec libmp3lame -ab 128k -sameq /tmp/vagrantIPsoftClientAutomation.flv
  2. ffmpeg version 0.8.6-6:0.8.6-1ubuntu2, Copyright (c) 2000-2013 the Libav developers
  3. built on Mar 30 2013 22:23:21 with gcc 4.7.2
  4. *** THIS PROGRAM IS DEPRECATED ***
  5. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  6. [x11grab @ 0x96eaa20] device: :0.0 -> display: :0.0 x: 0 y: 0 width: 1366 height: 768
  7. [x11grab @ 0x96eaa20] shared memory extension found
  8. [x11grab @ 0x96eaa20] Estimating duration from bitrate, this may be inaccurate
  9. Input #0, x11grab, from ':0.0':
  10. Duration: N/A, start: 1369864702.487277, bitrate: 839270 kb/s
  11. Stream #0.0: Video: rawvideo, bgra, 1366x768, 839270 kb/s, 25 tbr, 1000k tbn, 25 tbc
  12. [alsa @ 0x96e5fc0] capture with some ALSA plugins, especially dsnoop, may hang.
  13. [alsa @ 0x96e5fc0] Estimating duration from bitrate, this may be inaccurate
  14. Input #1, alsa, from 'plughw:2,0':
  15. Duration: N/A, start: 223146.000023, bitrate: N/A
  16. Stream #1.0: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
  17. Incompatible pixel format 'bgra' for codec 'flv', auto-selecting format 'yuv420p'
  18. [buffer @ 0x96ed960] w:1366 h:768 pixfmt:bgra
  19. [avsink @ 0x96ffb40] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out'
  20. [scale @ 0x96fb340] w:1366 h:768 fmt:bgra -> w:1366 h:768 fmt:yuv420p flags:0x4
  21. [libmp3lame @ 0x96fac40] flv does not support that sample rate, choose from (44100, 22050, 11025).
  22. Output #0, flv, to '/tmp/vagrantIPsoftClientAutomation.flv':
  23. Metadata:
  24. encoder : Lavf53.21.1
  25. Stream #0.0: Video: flv, yuv420p, 1366x768, q=2-31, 200 kb/s, 1k tbn, 25 tbc
  26. Stream #0.1: Audio: libmp3lame, 48000 Hz, 2 channels, s16, 128 kb/s
  27. Stream mapping:
  28. Stream #0.0 -> #0.0
  29. Stream #1.0 -> #0.1
  30. Could not write header for output file #0 (incorrect codec parameters ?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement