Update app.py
Browse files
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(
|
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 |
|