Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def find_scenes(video_path, threshold=27.0):
|
|
58 |
shot_out = shot[1].get_frames() / framerate
|
59 |
|
60 |
tc_in = shot[0].get_timecode()
|
61 |
-
print('timecode: ' + str(tc_in))
|
62 |
|
63 |
# Set name template for each shot
|
64 |
target_name = "shot_" + str(i+1) + "_" + filename + ".mp4"
|
|
|
58 |
shot_out = shot[1].get_frames() / framerate
|
59 |
|
60 |
tc_in = shot[0].get_timecode()
|
61 |
+
print('timecode: ' + str(tc_in))
|
62 |
|
63 |
# Set name template for each shot
|
64 |
target_name = "shot_" + str(i+1) + "_" + filename + ".mp4"
|