Advertisement
Guest User

zetheroo

a guest
Nov 18th, 2011
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. zeth@zeth-ThinkPad-R61:~$ ffmpeg -f video4linux2 -i /dev/video0 -f alsa -i front:CARD=U0x46d0x809,DEV=0 -vcodec libx264 -crf 20 -acodec libmp3lame -ar 44100 -ab 128k output.mp4
  2. ffmpeg version N-34960-ga7e5679, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Nov 18 2011 23:38:16 with gcc 4.6.1
  4. configuration: --enable-shared --enable-static --enable-libx264 --enable-libmp3lame --enable-gpl
  5. libavutil 51. 26. 0 / 51. 26. 0
  6. libavcodec 53. 35. 0 / 53. 35. 0
  7. libavformat 53. 20. 0 / 53. 20. 0
  8. libavdevice 53. 4. 0 / 53. 4. 0
  9. libavfilter 2. 48. 1 / 2. 48. 1
  10. libswscale 2. 1. 0 / 2. 1. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. [video4linux2,v4l2 @ 0xb6b780] Estimating duration from bitrate, this may be inaccurate
  13. Input #0, video4linux2,v4l2, from '/dev/video0':
  14. Duration: N/A, start: 19835.931004, bitrate: 122880 kb/s
  15. Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 640x400, 122880 kb/s, 30 tbr, 1000k tbn, 30 tbc
  16. Unknown input format: 'alsa'
  17.  
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement