Spaces:
Runtime error
Runtime error
Delete insecure.txt
Browse files- insecure.txt +0 -5
insecure.txt
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
import subprocess
|
2 |
-
|
3 |
-
def transcode_file(request, filename):
|
4 |
-
command = 'ffmpeg -i "{source}" output_file.mpg'.format(source=filename)
|
5 |
-
subprocess.call(command, shell=True)
|
|
|
|
|
|
|
|
|
|
|
|