Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def make_gif():
|
|
182 |
|
183 |
return out,out
|
184 |
def update_speed(inp,clip_speed,fps):
|
185 |
-
out_inp = f'{inp.split(".mp4",1)[1]}-split.mp4'
|
186 |
mod_fps=float(fps)*float(clip_speed)
|
187 |
clip = VideoFileClip(inp)
|
188 |
#final = clip.fx(vfx.speedx, clip_speed)
|
|
|
182 |
|
183 |
return out,out
|
184 |
def update_speed(inp,clip_speed,fps):
|
185 |
+
out_inp = f'{inp.split(".mp4",1)[1]}-split.mp4'
|
186 |
mod_fps=float(fps)*float(clip_speed)
|
187 |
clip = VideoFileClip(inp)
|
188 |
#final = clip.fx(vfx.speedx, clip_speed)
|