fffiloni commited on
Commit
9472861
·
1 Parent(s): b74384a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def find_scenes(video_path, threshold=27.0):
30
  #shot_out = (scene_list[1][1].get_frames() - 1) / scene_list[1][0].get_framerate()
31
  #print(shot_in, shot_out)
32
 
33
- print(scene_list, *tuple(outputs), sep=', ')
34
 
35
  #ffmpeg_extract_subclip(video_path, shot_in, shot_out, targetname="cut.mp4")
36
 
 
30
  #shot_out = (scene_list[1][1].get_frames() - 1) / scene_list[1][0].get_framerate()
31
  #print(shot_in, shot_out)
32
 
33
+ print(scene_list, *tuple(shots), sep=', ')
34
 
35
  #ffmpeg_extract_subclip(video_path, shot_in, shot_out, targetname="cut.mp4")
36