fffiloni commited on
Commit
0350418
·
1 Parent(s): 2a149a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ def find_scenes(video_path, threshold=27.0):
16
  #create video from scene list
17
 
18
  #start_sec = int(scene_list[0][0]['frame_num'])
19
- timecode, frame, fps = scene_list[1]
20
- print(fps)
21
 
22
  return scene_list
23
 
 
16
  #create video from scene list
17
 
18
  #start_sec = int(scene_list[0][0]['frame_num'])
19
+ #timecode, frame, fps = scene_list[1]
20
+ print(scene_list)
21
 
22
  return scene_list
23