Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def find_scenes(video_path, threshold=27.0):
|
|
| 40 |
#print(shot_in, shot_out)
|
| 41 |
|
| 42 |
results = fn(data_outputs)
|
| 43 |
-
|
| 44 |
#ffmpeg_extract_subclip(video_path, shot_in, shot_out, targetname="cut.mp4")
|
| 45 |
|
| 46 |
return results
|
|
|
|
| 40 |
#print(shot_in, shot_out)
|
| 41 |
|
| 42 |
results = fn(data_outputs)
|
| 43 |
+
print(results)
|
| 44 |
#ffmpeg_extract_subclip(video_path, shot_in, shot_out, targetname="cut.mp4")
|
| 45 |
|
| 46 |
return results
|