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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +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
- print(scene_list[0][1][0])
 
20
 
21
  return scene_list
22
 
 
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