Advertisement
Guest User

ffmpeg command

a guest
Nov 11th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. @ubuntu:~$ ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1024x768 -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre ultrafast -threads 0 ~/Desktop/music.mkv
  2. ffmpeg version 0.8.8-4:0.8.8-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
  3. built on Oct 22 2013 12:31:55 with gcc 4.6.3
  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. [alsa @ 0x21997a0] capture with some ALSA plugins, especially dsnoop, may hang.
  7. [alsa @ 0x21997a0] Estimating duration from bitrate, this may be inaccurate
  8. Input #0, alsa, from 'pulse':
  9. Duration: N/A, start: 1384213825.607113, bitrate: N/A
  10. Stream #0.0: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
  11. [x11grab @ 0x219a4e0] device: :0.0 -> display: :0.0 x: 0 y: 0 width: 1024 height: 768
  12. [x11grab @ 0x219a4e0] shared memory extension found
  13. [x11grab @ 0x219a4e0] Estimating duration from bitrate, this may be inaccurate
  14. Input #1, x11grab, from ':0.0':
  15. Duration: N/A, start: 1384213825.669167, bitrate: 754974 kb/s
  16. Stream #1.0: Video: rawvideo, bgra, 1024x768, 754974 kb/s, 30 tbr, 1000k tbn, 30 tbc
  17. Unrecognized option 'preset'
  18. /usr/share/avconv/libx264-ultrafast.avpreset: Invalid option or argument: 'preset=ultrafast', parsed as 'preset' = 'ultrafast'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement