Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,8 @@ def trim_vid(vid,start_time,end_time):
|
|
150 |
end=end_hr+end_min+end_sec
|
151 |
#vid = f"{uid}-tmp.mp4"
|
152 |
ffmpeg_extract_subclip(vid, start, end, targetname=f"{uid}-clip.mp4")
|
153 |
-
|
|
|
154 |
|
155 |
def other():
|
156 |
new_video_in = str(vid)
|
|
|
150 |
end=end_hr+end_min+end_sec
|
151 |
#vid = f"{uid}-tmp.mp4"
|
152 |
ffmpeg_extract_subclip(vid, start, end, targetname=f"{uid}-clip.mp4")
|
153 |
+
out= f"{uid}-clip.mp4"
|
154 |
+
return out,out
|
155 |
|
156 |
def other():
|
157 |
new_video_in = str(vid)
|