Skip to content

Commit

Permalink
Fix overide
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis committed Nov 29, 2023
1 parent 3a7a051 commit c64d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ def predict(
output_path = "/InterpAny/results/video_results/" + filename

# convert mp4 in output_path with ffmpeg
os.system("ffmpeg -i " + output_path + " -vcodec libx264 /tmp/output.mp4")
os.system("ffmpeg -y -i " + output_path + " -vcodec libx264 /tmp/output.mp4")
return Path("/tmp/output.mp4")

0 comments on commit c64d898

Please sign in to comment.