hzwer / Practical-RIFE

We are developing more practical frame interpolation approach.
MIT License
542 stars 60 forks source link

He cant find ffmpeg #57

Open Tr3yWay996 opened 6 months ago

Tr3yWay996 commented 6 months ago

Everything in the title, whatever i do he still cannot find it

banjaminicc commented 6 months ago

Put ffmpeg in your path

WashYourBum commented 6 months ago

download ffmpeg extract

add these lines to inference.py above the line import skvideo.io:

import skvideo skvideo.setFFmpegPath(r"C:/PATH TO FFMPEG")