Advertisement
djsashaz

Untitled

Jul 2nd, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. root@EncoderLinux01:~# ffmpeg -f alsa -ac 2 -i hw:0,1 -acodec pcm_s16le output.wav
  2. ffmpeg version git-2012-06-27-b536e2f Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jun 27 2012 05:48:11 with gcc 4.6.1
  4. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab --enable-libpulse
  5. libavutil 51. 63.100 / 51. 63.100
  6. libavcodec 54. 29.101 / 54. 29.101
  7. libavformat 54. 11.100 / 54. 11.100
  8. libavdevice 54. 0.100 / 54. 0.100
  9. libavfilter 3. 0.100 / 3. 0.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 15.100 / 0. 15.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. ALSA lib pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card
  14. [alsa @ 0x2a061c0] cannot open audio device hw:0,1 (No such file or directory)
  15. hw:0,1: Input/output error
  16. root@EncoderLinux01:~# arecord -l
  17. **** List of CAPTURE Hardware Devices ****
  18. card 1: Bt878 [Brooktree Bt878], device 0: Bt87x Digital [Bt87x Digital]
  19. Subdevices: 1/1
  20. Subdevice #0: subdevice #0
  21. card 2: Bt878_1 [Brooktree Bt878], device 0: Bt87x Digital [Bt87x Digital]
  22. Subdevices: 1/1
  23. Subdevice #0: subdevice #0
  24. card 3: Bt878_2 [Brooktree Bt878], device 0: Bt87x Digital [Bt87x Digital]
  25. Subdevices: 1/1
  26. Subdevice #0: subdevice #0
  27. card 4: Bt878_3 [Brooktree Bt878], device 0: Bt87x Digital [Bt87x Digital]
  28. Subdevices: 1/1
  29. Subdevice #0: subdevice #0
  30. root@EncoderLinux01:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement