This file contains hidden or 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
| //!!!!!!!!!!!!!! | |
| //Thanks to @thebookisclosed for the code. I just rearranged in a way so you can access without having to use the registry | |
| //HINT about compatibility: they CANNOT change feature keys otherwise existing apps would break | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Security.Cryptography; | |
| using System.Text; | |
| using Windows.ApplicationModel; |
This file contains hidden or 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
| E:\ffmpeg\bin> ffmpeg -f dshow -list_options true -i video="Logitech Webcam C925e" | |
| ffmpeg version n4.0 Copyright (c) 2000-2018 the FFmpeg developers | |
| built with Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24210 for x64 | |
| configuration: --toolchain=msvc --arch=x86_64 --enable-yasm --enable-asm --enable-libopenh264 --enable-shared --disable-static --enable-avresample --enable-libmfx --prefix=/e/ffmpeg | |
| libavutil 56. 14.100 / 56. 14.100 | |
| libavcodec 58. 18.100 / 58. 18.100 | |
| libavformat 58. 12.100 / 58. 12.100 | |
| libavdevice 58. 3.100 / 58. 3.100 | |
| libavfilter 7. 16.100 / 7. 16.100 | |
| libavresample 4. 0. 0 / 4. 0. 0 |