Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ else:
|
|
18 |
globalopt = ["-y", "-hide_banner", "-hwaccel cuda", "-threads 64", "-filter_threads 64", "-filter_complex_threads 64"]
|
19 |
|
20 |
# Function to process data
|
21 |
-
def convert(file
|
22 |
output_file=""
|
23 |
video=""
|
24 |
stdout=""
|
|
|
18 |
globalopt = ["-y", "-hide_banner", "-hwaccel cuda", "-threads 64", "-filter_threads 64", "-filter_complex_threads 64"]
|
19 |
|
20 |
# Function to process data
|
21 |
+
def convert(file, options: str):
|
22 |
output_file=""
|
23 |
video=""
|
24 |
stdout=""
|