fffiloni commited on
Commit
34d9821
1 Parent(s): cf58581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def find_scenes(video_path, threshold=27.0):
61
 
62
 
63
  # Set name template for each shot
64
- target_name = "shot_" + str(i+1) + ".mp4"
65
 
66
  # Split chunk
67
  ffmpeg_extract_subclip(video_path, shot_in, shot_out, targetname=target_name)
 
61
 
62
 
63
  # Set name template for each shot
64
+ target_name = "shot_" + str(i+1) + filename + ".mp4"
65
 
66
  # Split chunk
67
  ffmpeg_extract_subclip(video_path, shot_in, shot_out, targetname=target_name)