Skip to content

Commit 9f410bb

Browse files
committedApr 23, 2020
First commit.
0 parents  commit 9f410bb

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed
 

‎ffmpeg.exe

64.8 MB
Binary file not shown.

‎invisible.vbs

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False

‎launch.bat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wscript.exe "%~dp0\invisible.vbs" "%~dp0\webcamdialog.bat"

‎webcamdialog.bat

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set cam="YOUR WEBCAM NAME"
2+
ffmpeg -f dshow -show_video_device_dialog true -i video=%cam%

‎whatismycam.bat

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ffmpeg -list_devices true -f dshow -i dummy -hide_banner
2+
PAUSE

0 commit comments

Comments
 (0)
Please sign in to comment.