fffiloni commited on
Commit
b97ef01
1 Parent(s): 9d7c1dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def find_scenes(video_path, threshold=27.0):
58
  shot_out = shot[1].get_frames() / framerate
59
 
60
  tc_in = shot[0].get_timecode()
61
- print('timecode: ' + str(tc_in)))
62
 
63
  # Set name template for each shot
64
  target_name = "shot_" + str(i+1) + "_" + filename + ".mp4"
 
58
  shot_out = shot[1].get_frames() / framerate
59
 
60
  tc_in = shot[0].get_timecode()
61
+ print('timecode: ' + str(tc_in))
62
 
63
  # Set name template for each shot
64
  target_name = "shot_" + str(i+1) + "_" + filename + ".mp4"