Created
April 14, 2015 11:02
-
-
Save paksv/58ff6022ae72dd2cb8b3 to your computer and use it in GitHub Desktop.
ffmpeg -list_devices true -f dshow -i dummy output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\...)\Screen Capturer Recorder\configuration_setup_utility\vendor\ffmpeg\bin>ffmpeg -list_devices true -f dshow -i dummy | |
ffmpeg version N-44080-gdfb4757 Copyright (c) 2000-2012 the FFmpeg developers | |
built on Aug 31 2012 16:58:51 with gcc 4.7.1 (GCC) | |
configuration: --enable-gpl --enable-version3 --disable-pthreads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass - | |
-enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenj | |
peg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-li | |
bvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib | |
libavutil 51. 70.100 / 51. 70.100 | |
libavcodec 54. 55.100 / 54. 55.100 | |
libavformat 54. 25.104 / 54. 25.104 | |
libavdevice 54. 2.100 / 54. 2.100 | |
libavfilter 3. 15.101 / 3. 15.101 | |
libswscale 2. 1.101 / 2. 1.101 | |
libswresample 0. 15.100 / 0. 15.100 | |
libpostproc 52. 0.100 / 52. 0.100 | |
[dshow @ 0203c980] DirectShow video devices | |
[dshow @ 0203c980] "screen-capture-recorder" | |
[dshow @ 0203c980] "XSplitBroadcaster" | |
[dshow @ 0203c980] DirectShow audio devices | |
[dshow @ 0203c980] "Microphone (Logitech USB Headse" | |
[dshow @ 0203c980] "virtual-audio-capturer" | |
[dshow @ 0203c980] "XSplitBroadcaster" | |
[dshow @ 0203c980] "Microphone (Realtek High Defini" | |
dummy: Immediate exit requested |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment