PriyankaSatish commited on
Commit
d3e22b7
·
verified ·
1 Parent(s): b29f4bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 'output5.mp4')
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',