Omnibus commited on
Commit
a11a136
·
1 Parent(s): cca509e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- return f"{uid}-clip.mp4"
 
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)