Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def convert_video(video_file: File, quality, aspect_ratio, video_url):
|
|
51 |
output_path = video_file.name[:-len(file_extension)]
|
52 |
|
53 |
# Add the .mp4 file extension
|
54 |
-
output_path += "
|
55 |
|
56 |
# Set the output path to the temp directory
|
57 |
output_path = os.path.join(temp_dir, output_path)
|
|
|
51 |
output_path = video_file.name[:-len(file_extension)]
|
52 |
|
53 |
# Add the .mp4 file extension
|
54 |
+
output_path += "m3u8"
|
55 |
|
56 |
# Set the output path to the temp directory
|
57 |
output_path = os.path.join(temp_dir, output_path)
|