Skip to content

Commit fffa7b5

Browse files
committed
minor updates - ffmpeg and readme
1 parent 76b8c2f commit fffa7b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Core/setup_ffmpeg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import tarfile
55
import shutil
66
import requests
7-
import subprocess
87

98
def download_file(url, destination):
109
print(f"Downloading: {url}")
@@ -25,7 +24,6 @@ def extract_tar_xz(src, dst):
2524

2625
def setup_ffmpeg():
2726
system = platform.system()
28-
arch = platform.architecture()[0]
2927
bin_dir = os.path.join(os.path.dirname(__file__), 'bin')
3028
os.makedirs(bin_dir, exist_ok=True)
3129

0 commit comments

Comments
 (0)