Spaces:
Runtime error
Runtime error
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def combine_video_subtitle(video_file :_TemporaryFileWrapper , subtitle_file):
|
|
| 23 |
# video_file.name, '-vf' ,'ass=subtitle.ass',
|
| 24 |
# output_file
|
| 25 |
]
|
| 26 |
-
|
| 27 |
# Run ffmpeg command to combine video and subtitle
|
| 28 |
cmd2 = [
|
| 29 |
"ffmpeg", "-i",
|
|
|
|
| 23 |
# video_file.name, '-vf' ,'ass=subtitle.ass',
|
| 24 |
# output_file
|
| 25 |
]
|
| 26 |
+
print(video_file.name )
|
| 27 |
# Run ffmpeg command to combine video and subtitle
|
| 28 |
cmd2 = [
|
| 29 |
"ffmpeg", "-i",
|