Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. D:\Documents\ShareX\Tools> .\ffmpeg -list_devices true -f dshow -i dummy
  2. ffmpeg version N-65142-gd76675d Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Jul 31 2014 22:10:14 with gcc 4.8.3 (GCC)
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
  5. libavutil 52. 94.100 / 52. 94.100
  6. libavcodec 55. 71.100 / 55. 71.100
  7. libavformat 55. 50.100 / 55. 50.100
  8. libavdevice 55. 13.102 / 55. 13.102
  9. libavfilter 4. 11.102 / 4. 11.102
  10. libswscale 2. 6.100 / 2. 6.100
  11. libswresample 0. 19.100 / 0. 19.100
  12. libpostproc 52. 3.100 / 52. 3.100
  13. [dshow @ 0000000004b4ea60] DirectShow video devices
  14. [dshow @ 0000000004b4ea60] "Logitech HD Webcam C310"
  15. [dshow @ 0000000004b4ea60] "screen-capture-recorder"
  16. [dshow @ 0000000004b4ea60] "Dxtory Video 1"
  17. [dshow @ 0000000004b4ea60] "Dxtory Video 2"
  18. [dshow @ 0000000004b4ea60] "Dxtory Video 3"
  19. [dshow @ 0000000004b4ea60] "Dxtory Video 4"
  20. [dshow @ 0000000004b4ea60] DirectShow audio devices
  21. [dshow @ 0000000004b4ea60] "Microphone (HD Webcam C310)"
  22. [dshow @ 0000000004b4ea60] "virtual-audio-capturer"
  23. [dshow @ 0000000004b4ea60] "Line 1 (Breakaway Pipeline)"
  24. dummy: Immediate exit requested
  25.  
  26. D:\Documents\ShareX\Tools> .\ffmpeg -list_options true -f dshow -i audio="Line 1 (Breakaway Pipeline)"
  27. ffmpeg version N-65142-gd76675d Copyright (c) 2000-2014 the FFmpeg developers
  28. built on Jul 31 2014 22:10:14 with gcc 4.8.3 (GCC)
  29. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
  30. libavutil 52. 94.100 / 52. 94.100
  31. libavcodec 55. 71.100 / 55. 71.100
  32. libavformat 55. 50.100 / 55. 50.100
  33. libavdevice 55. 13.102 / 55. 13.102
  34. libavfilter 4. 11.102 / 4. 11.102
  35. libswscale 2. 6.100 / 2. 6.100
  36. libswresample 0. 19.100 / 0. 19.100
  37. libpostproc 52. 3.100 / 52. 3.100
  38. [dshow @ 00000000044ac9a0] DirectShow audio device options
  39. [dshow @ 00000000044ac9a0] Pin "Capture"
  40. [dshow @ 00000000044ac9a0] min ch=1 bits=8 rate= 11025 max ch=2 bits=16 rate= 44100
  41. Last message repeated 22 times
  42. audio=Line 1 (Breakaway Pipeline): Immediate exit requested
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement