Teapack1 commited on
Commit
7b1d8c4
1 Parent(s): 981678c

Delete test.py

Browse files
Files changed (1) hide show
  1. test.py +0 -6
test.py DELETED
@@ -1,6 +0,0 @@
1
- import subprocess
2
-
3
- command = ["ffmpeg", "-list_devices", "true", "-f", "dshow", "-i", ""]
4
- print(command)
5
- ffmpeg_devices = subprocess.run(command, text=True, stderr=subprocess.PIPE, encoding="utf-8")
6
- print(ffmpeg_devices)