Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -551,7 +551,7 @@ with col1:
|
|
551 |
# mime="image/jpeg"
|
552 |
# )
|
553 |
# Once all selected frames are saved as images, create a video from them using FFmpeg
|
554 |
-
video_output_path = os.path.join(temp_dir, '
|
555 |
framerate = 1 # Adjust framerate based on the number of frames
|
556 |
ffmpeg_command = [
|
557 |
'ffmpeg',
|
|
|
551 |
# mime="image/jpeg"
|
552 |
# )
|
553 |
# Once all selected frames are saved as images, create a video from them using FFmpeg
|
554 |
+
video_output_path = os.path.join(temp_dir, 'output7.mp4')
|
555 |
framerate = 1 # Adjust framerate based on the number of frames
|
556 |
ffmpeg_command = [
|
557 |
'ffmpeg',
|