fffiloni commited on
Commit
767be14
·
1 Parent(s): 382f60e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def find_scenes(video_path, threshold=27.0):
18
  #start_sec = int(scene_list[0][0]['frame_num'])
19
  #timecode, frame, fps = scene_list[1]
20
  print(scene_list)
21
- shot = scene_list[0]
22
  print(shot)
23
  return scene_list
24
 
 
18
  #start_sec = int(scene_list[0][0]['frame_num'])
19
  #timecode, frame, fps = scene_list[1]
20
  print(scene_list)
21
+ shot = scene_list[0][0].get_frames()
22
  print(shot)
23
  return scene_list
24