Delete test.py
Browse files
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|